summaryrefslogtreecommitdiffstats
path: root/src/common/color.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common/vector_math: Move Vec[x] types into the Common namespaceLioncash2019-02-271-20/+20
| | | | | These types are within the common library, so they should be using the Common namespace.
* common/color: Remove unnecessary const qualifiers on return typesLioncash2018-08-081-7/+7
| | | | These are just superfluous and not necessesary
* common/color: Get rid of undefined behaviorLioncash2018-08-081-12/+24
| | | | | Gets rid of type punning via reinterpret_cast within functions. Instead, we use memcpy to transfer the contents across types.
* Format: Run the new clang format on everythingJames Rowe2018-01-211-1/+1
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-14/+16
|
* color: Make trivial helpers constexprLioncash2016-01-281-8/+8
|
* videocore: Added RG8 texture supportPatrick Martin2015-08-161-0/+18
|
* Pica: Implement stencil testing.Tony Wasserka2015-07-131-1/+26
|
* Move video_core/color.h to common/color.harchshift2015-05-301-0/+214