aboutsummaryrefslogtreecommitdiff
path: root/src/common/color.h
AgeCommit message (Collapse)Author
2018-08-08common/color: Remove unnecessary const qualifiers on return typesLioncash
These are just superfluous and not necessesary
2018-08-08common/color: Get rid of undefined behaviorLioncash
Gets rid of type punning via reinterpret_cast within functions. Instead, we use memcpy to transfer the contents across types.
2018-01-20Format: Run the new clang format on everythingJames Rowe
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-01-27color: Make trivial helpers constexprLioncash
2015-08-16videocore: Added RG8 texture supportPatrick Martin
2015-07-13Pica: Implement stencil testing.Tony Wasserka
2015-05-30Move video_core/color.h to common/color.harchshift