summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/gsp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* GSP: Implements preliminary command synchronization via GPU interrupts.bunnei2014-08-061-0/+16
* GSP: Add a few comments.Tony Wasserka2014-07-231-0/+8
* GSP: Clean up GX command processing a lot and treat command id as a u8 rather than a u32.Tony Wasserka2014-07-231-11/+41
* GPU: Emulate memory fills.Tony Wasserka2014-07-231-1/+1
* GSP: Define more GX commands.Tony Wasserka2014-06-121-0/+17
* - updated service(s) to be KernelObject'sbunnei2014-05-191-1/+1
* removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classbunnei2014-04-281-3/+0
* updated service commentsbunnei2014-04-171-1/+2
* - added stubbed out GSP::Gpu service interfacebunnei2014-04-161-0/+34