summaryrefslogtreecommitdiffstats
path: root/src/video_core/color.h (unfollow)
Commit message (Collapse)AuthorFilesLines
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
This fixes the horizontal lines in Picross E, Cubic Ninja, Cave Story 3D and possibly others
2015-03-04GPU: Added RGB565/RGB8 framebuffer support and various cleanups.bunnei1-8/+113
- Centralizes color format encode/decode functions. - Fixes endianness issues. - Implements remaining framebuffer formats in the debugger.
2015-02-28Added RGBA5551 compatibility in the rasterizerarchshift1-0/+19
This allows Virtual Console games to display properly.
2014-12-31Pica: Cleanup color conversion.Tony Wasserka1-0/+32