summaryrefslogtreecommitdiffstats
path: root/src/core/hw/gpu.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a few warnings.Tony Wasserka2014-07-231-2/+2
| | | | Templates shouldn't be marked as inline if they aren't defined in the header.
* 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
| | | | | | Conflicts: src/core/hle/function_wrappers.h src/core/hle/service/gsp.cpp
* GPU: Cleanup register definitions.Tony Wasserka2014-06-121-15/+15
|
* Rename LCD to GPU.Tony Wasserka2014-06-121-0/+111