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_gpu.cpp
Age
Commit message (
Expand
)
Author
2015-01-10
Logging: Log all called service functions (under trace). Compile out all trac...
archshift
2015-01-07
GSP: Toggle active framebuffer each frame
bunnei
2014-12-25
More services & small clean ups
purpasmart96
2014-12-21
Merge pull request #291 from purpasmart96/license
bunnei
2014-12-20
License change
purpasmart96
2014-12-18
GSP_GPU: Shut up FlushDataCache
purpasmart96
2014-12-15
Remove SyncRequest from K::Object and create a new K::Session type
Yuri Kunde Schlesner
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-09
GSP: Trigger GPU interrupts at more accurate locations.
bunnei
2014-12-09
GSP: Updated TriggerCmdReqQueue to return success code.
bunnei
2014-12-09
GSP: Updated RegisterInterruptRelayQueue to return expected magic number.
bunnei
2014-12-09
GPU: Fixed bug in command list size decoding.
bunnei
2014-11-24
HLE: Revamp error handling throrough the HLE code
Yuri Kunde Schlesner
2014-11-17
core: Mark some hle functions as static
Lioncash
2014-10-29
Renamed souce files of services to match port names
Gareth Poole