summaryrefslogtreecommitdiffstats
path: root/src/core/hw/gpu.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* GPU: Fix a compiler warning about redundant semicolons.Tony Wasserka2014-08-251-2/+2
* Pica/GPU: Change hardware registers to use physical addresses rather than virtual ones.Tony Wasserka2014-08-121-66/+0
* Remove the fancy RegisterSet class introduced in 4c2bff61e.Tony Wasserka2014-08-121-108/+189
* Fix a few warnings.Tony Wasserka2014-07-231-2/+2
* GPU: Add documentation.Tony Wasserka2014-07-231-2/+14
* RegisterSet: Simplify code by using structs for register definition instead of unions.Tony Wasserka2014-07-231-82/+72
* GPU: Make use of RegisterSet.Tony Wasserka2014-07-231-65/+71
* GPU: Interface cleanup.Tony Wasserka2014-07-231-1/+3
* GPU: Emulate memory fills.Tony Wasserka2014-07-231-0/+26
* GPU: Add proper framebuffer register handling.Tony Wasserka2014-07-231-10/+53
* GPU: Add display transfer configuration.Tony Wasserka2014-07-231-0/+40
* GSP: HLE GXCommandId::SET_DISPLAY_TRANSFER and GXCommandId::SET_TEXTURE_COPY.Tony Wasserka2014-07-231-0/+8
* Use a more compatible choice of initial framebuffer addresses.Tony Wasserka2014-07-221-10/+22
* Merge branch 'threading' of https://github.com/bunnei/citrabunnei2014-06-141-0/+3
* GPU: Cleanup register definitions.Tony Wasserka2014-06-121-15/+15
* Rename LCD to GPU.Tony Wasserka2014-06-121-0/+111