summaryrefslogtreecommitdiff
path: root/src/core/hw/lcd.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-02hw: Remove unused filesGravatar Lioncash1-67/+0
2018-07-02Rename logging macro back to LOG_*Gravatar James Rowe1-4/+4
2018-05-02general: Make formatting of logged hex values more straightforwardGravatar Lioncash1-2/+2
2018-04-26core/hw: Move logging macros over to fmt-capable onesGravatar Lioncash1-4/+4
2018-01-20Format: Run the new clang format on everythingGravatar James Rowe1-1/+1
2018-01-12Remove gpu debugger and get yuzu qt to compileGravatar James Rowe1-9/+0
2016-09-21Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot1-4/+1
2016-09-18Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot1-6/+7
2015-07-13Add CiTrace recording support.Gravatar Tony Wasserka1-0/+10
2015-06-28Core: Cleanup hw includes.Gravatar Emmanuel Gil Peyrot1-2/+0
2015-05-29Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot1-1/+1
2015-05-07Common: Remove common.hGravatar Yuri Kunde Schlesner1-0/+3
2015-05-01HW: Properly initialize and shutdown all modules.Gravatar bunnei1-0/+1
2015-03-09Added LCD registers, and implementation for color filling in OGL code.Gravatar archshift1-0/+66
2014-06-12Rename LCD to GPU.Gravatar Tony Wasserka1-194/+0
2014-06-12Pica: Add command list registers.Gravatar Tony Wasserka1-3/+42
2014-05-28lcd: moved kFrameTicks to lcd.h for use in other modulesGravatar bunnei1-2/+0
2014-05-22lcd: added thread wait after (faked) vblank interrupt (would have) occurredGravatar bunnei1-0/+4
2014-04-27added code to LCD modules keep track of framebuffer location in FCRAM or VRAMGravatar bunnei1-1/+90
2014-04-26- changed HW IO map to use virtual addressesGravatar bunnei1-0/+14
2014-04-17renamed hw_lcd module to just lcdGravatar bunnei1-1/+1
2014-04-10updated logging messageGravatar bunnei1-2/+2
2014-04-08fixed project includes to use new directory structureGravatar bunnei1-4/+7
2014-04-08got rid of 'src' folders in each sub-projectGravatar bunnei1-0/+0
2014-04-08fixed all license file headers in coreGravatar bunnei1-23/+3
2014-04-06removed log message from hw_lcdGravatar bunnei1-2/+0
2014-04-06calling SwapBuffers from hw_lcd.cppGravatar bunnei1-0/+2
2014-04-05changed hw_lcd to use ARM core correct tick counter instead of [what was actu...Gravatar bunnei1-3/+3
2014-04-05added a module for interfacing to hardware LCDGravatar bunnei1-20/+23
2014-04-05added initial support for hw.cpp moduleGravatar bunnei1-25/+17
2014-04-04added hw module to interface h/w register reads/writesGravatar bunnei1-0/+70