summaryrefslogtreecommitdiffstats
path: root/src/core/hw/lcd.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Format: Run the new clang format on everythingJames Rowe2018-01-211-1/+1
|
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-1/+0
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-10/+9
|
* LCD: Remove unneeded #undef with no matching #define.Emmanuel Gil Peyrot2016-04-301-2/+0
|
* core/video_core: Make NumIds functions constexprLioncash2016-03-171-1/+1
|
* core/video_core: Don't cast away const in subscript operatorsLioncash2016-03-171-3/+3
| | | | Not to say these subscript operators aren't totally ugly as is.
* Core: Cleanup hw includes.Emmanuel Gil Peyrot2015-06-281-0/+1
|
* Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot2015-05-291-1/+1
|
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-1/+2
|
* Added LCD registers, and implementation for color filling in OGL code.archshift2015-03-091-0/+88
|
* Rename LCD to GPU.Tony Wasserka2014-06-121-111/+0
|
* Pica: Add command list registers.Tony Wasserka2014-06-121-2/+10
|
* added code to LCD modules keep track of framebuffer location in FCRAM or VRAMbunnei2014-04-271-14/+63
|
* added (fake) physical addresses for where to put framebuffer in VRAMbunnei2014-04-261-0/+10
|
* renamed hw_lcd module to just lcdbunnei2014-04-181-0/+44