summaryrefslogtreecommitdiffstats
path: root/src/video_core/color.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-05-30Move video_core/color.h to common/color.harchshift1-214/+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