summaryrefslogtreecommitdiffstats
path: root/src/video_core/color.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* GPU: Added RGB565/RGB8 framebuffer support and various cleanups.bunnei2015-03-041-8/+113
| | | | | | - Centralizes color format encode/decode functions. - Fixes endianness issues. - Implements remaining framebuffer formats in the debugger.
* Added RGBA5551 compatibility in the rasterizerarchshift2015-02-281-0/+19
| | | | This allows Virtual Console games to display properly.
* Pica: Cleanup color conversion.Tony Wasserka2014-12-311-0/+32