summaryrefslogtreecommitdiffstats
path: root/src/common/color.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common/color: RemoveReinUsesLisp2021-01-151-271/+0
| | | | This is a leftover from Citra we no longer use.
* common/color: Migrate code over to the Common namespaceLioncash2020-08-181-2/+2
| | | | | No external code makes use of this header, so we can freely change the namespace.
* common: Make use of [[nodiscard]] where applicableLioncash2020-08-151-17/+17
| | | | | | Now that clang-format makes [[nodiscard]] attributes format sensibly, we can apply them to several functions within the common library to allow the compiler to complain about any misuses of the functions.
* 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