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.h
Age
Commit message (
Expand
)
Author
2014-10-29
Renamed souce files of services to match port names
Gareth Poole
2014-10-26
Add `override` keyword through the code.
Yuri Kunde Schlesner
2014-08-25
GSP: Update framebuffer information when necessary.
Tony Wasserka
2014-08-25
GSP: Implement SetBufferSwap.
Tony Wasserka
2014-08-17
Core: Alter the kernel string functions to use std::string instead of const c...
Lioncash
2014-08-06
GSP: Cleaned up command buffer decoding.
bunnei
2014-08-05
GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.
bunnei
2014-08-05
GSP: Implements preliminary command synchronization via GPU interrupts.
bunnei
2014-07-23
GSP: Add a few comments.
Tony Wasserka
2014-07-23
GSP: Clean up GX command processing a lot and treat command id as a u8 rather...
Tony Wasserka
2014-07-23
GPU: Emulate memory fills.
Tony Wasserka
2014-06-12
GSP: Define more GX commands.
Tony Wasserka
2014-05-18
- updated service(s) to be KernelObject's
bunnei
2014-04-27
removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class
bunnei
2014-04-16
updated service comments
bunnei
2014-04-16
- added stubbed out GSP::Gpu service interface
bunnei