summaryrefslogtreecommitdiffstats
path: root/src/common/color.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-15common/color: RemoveReinUsesLisp1-271/+0
2020-08-18common/color: Migrate code over to the Common namespaceLioncash1-2/+2
2020-08-15common: Make use of [[nodiscard]] where applicableLioncash1-17/+17
2019-02-27common/vector_math: Move Vec[x] types into the Common namespaceLioncash1-20/+20
2018-08-08common/color: Remove unnecessary const qualifiers on return typesLioncash1-7/+7
2018-08-08common/color: Get rid of undefined behaviorLioncash1-12/+24
2018-01-21Format: Run the new clang format on everythingJames Rowe1-1/+1
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-14/+16
2016-01-28color: Make trivial helpers constexprLioncash1-8/+8
2015-08-16videocore: Added RG8 texture supportPatrick Martin1-0/+18
2015-07-13Pica: Implement stencil testing.Tony Wasserka1-1/+26
2015-05-30Move video_core/color.h to common/color.harchshift1-0/+0
2015-05-30Move video_core/math.h to common/vector_math.harchshift1-2/+1
2015-05-07Common: Remove common.hYuri Kunde Schlesner1-0/+2
2015-03-16VideoCore: Add static_cast around expressions where the compiler doesn’t deduce the right type.Emmanuel Gil Peyrot1-1/+1
2015-03-10GPU: Added the stencil test structure to the Pica Regs struct.Subv1-9/+9
2015-03-10GPU: Implemented more depth buffer formats.Subv1-0/+57
2015-03-04GPU: Added RGB565/RGB8 framebuffer support and various cleanups.bunnei1-8/+113
2015-02-28Added RGBA5551 compatibility in the rasterizerarchshift1-0/+19
2014-12-31Pica: Cleanup color conversion.Tony Wasserka1-0/+32