summaryrefslogtreecommitdiff
path: root/src/core/hw/lcd.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Format: Run the new clang format on everythingGravatar James Rowe2018-01-201-1/+1
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-1/+0
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-10/+9
* LCD: Remove unneeded #undef with no matching #define.Gravatar Emmanuel Gil Peyrot2016-04-301-2/+0
* core/video_core: Make NumIds functions constexprGravatar Lioncash2016-03-171-1/+1
* core/video_core: Don't cast away const in subscript operatorsGravatar Lioncash2016-03-171-3/+3
* Core: Cleanup hw includes.Gravatar Emmanuel Gil Peyrot2015-06-281-0/+1
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-291-1/+1
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-071-1/+2
* Added LCD registers, and implementation for color filling in OGL code.Gravatar archshift2015-03-091-0/+88
* Rename LCD to GPU.Gravatar Tony Wasserka2014-06-121-111/+0
* Pica: Add command list registers.Gravatar Tony Wasserka2014-06-121-2/+10
* added code to LCD modules keep track of framebuffer location in FCRAM or VRAMGravatar bunnei2014-04-271-14/+63
* added (fake) physical addresses for where to put framebuffer in VRAMGravatar bunnei2014-04-261-0/+10
* renamed hw_lcd module to just lcdGravatar bunnei2014-04-171-0/+44