summaryrefslogtreecommitdiff
path: root/src/core/hw/gpu.cpp
AgeCommit message (Expand)Author
2014-09-13Core: Fix warnings in gpu.cppLioncash
2014-09-08core: Prune redundant includesarchshift
2014-08-30GPU: Improve frame synchronization, increases compatibility with both homebre...bunnei
2014-08-26VideoCore: Fixes rendering issues on Qt and corrects framebuffer output size.bunnei
2014-08-12Pica: Add command processor.Tony Wasserka
2014-08-12Pica/GPU: Change hardware registers to use physical addresses rather than vir...Tony Wasserka
2014-08-12Remove the fancy RegisterSet class introduced in 4c2bff61e.Tony Wasserka
2014-08-06GPU: Updated g_last_ticks variable to be more descriptive (represents CPU tic...bunnei
2014-08-06GPU: Updated horizontal sync line counter to use framebuffer height.bunnei
2014-08-05GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.bunnei
2014-08-05GSP: Implements preliminary command synchronization via GPU interrupts.bunnei
2014-07-23Use uniform formatting when printing hexadecimal numbers.Tony Wasserka
2014-07-23GPU: Clarify display transfer code.Tony Wasserka
2014-07-23RegisterSet: Simplify code by using structs for register definition instead o...Tony Wasserka
2014-07-23GPU: Make use of RegisterSet.Tony Wasserka
2014-07-23GPU: Make framebuffer code format-aware.Tony Wasserka
2014-07-23GPU: Interface cleanup.Tony Wasserka
2014-07-23GPU: Initialize GPU registers to some sensible default state.Tony Wasserka
2014-07-23GPU: Emulate memory fills.Tony Wasserka
2014-07-23GPU: Add proper framebuffer register handling.Tony Wasserka
2014-07-23GPU: Properly implement display transfers.Tony Wasserka
2014-07-23GPU: Add display transfer configuration.Tony Wasserka
2014-06-14Merge branch 'threading' of https://github.com/bunnei/citrabunnei
2014-06-12GPU: Cleanup register definitions.Tony Wasserka
2014-06-12Rename LCD to GPU.Tony Wasserka