index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
gsp.cpp
Age
Commit message (
Expand
)
Author
2014-06-14
Merge branch 'threading' of https://github.com/bunnei/citra
bunnei
2014-06-13
HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)
bunnei
2014-06-13
HLE: Updated various handle debug assertions to be more clear.
bunnei
2014-06-12
GPU debugger: Add functionality to inspect command lists.
Tony Wasserka
2014-06-12
GPU: Cleanup register definitions.
Tony Wasserka
2014-06-12
Rename LCD to GPU.
Tony Wasserka
2014-06-12
Add initial graphics debugger interface.
Tony Wasserka
2014-06-12
GSP: Define more GX commands.
Tony Wasserka
2014-06-01
gsp: always pass through synchronization barrier for commands
bunnei
2014-05-29
hle: cleaned up log messages
bunnei
2014-05-18
- renamed NewHandle to CreateHandle
bunnei
2014-05-08
removed unknown fields from GX_CmdBufferHeader
bunnei
2014-05-07
- removed HLE mem "hack" and replaced with kernel mem region
bunnei
2014-04-27
hackish but working way to set the framebuffer location to VRAM (used in ARM1...
bunnei
2014-04-26
added simple GSP GPU ReadHWRegs function to support returning the framebuffe...
bunnei
2014-04-24
added GSP::RegisterInterruptRelayQueue function
bunnei
2014-04-16
updated service comments
bunnei
2014-04-16
- added stubbed out GSP::Gpu service interface
bunnei