summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/gsp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* GSP: Update framebuffer information when necessary.Tony Wasserka2014-08-251-0/+18
* GSP: Implement SetBufferSwap.Tony Wasserka2014-08-251-0/+12
* Core: Alter the kernel string functions to use std::string instead of const char*.Lioncash2014-08-181-1/+1
* GSP: Cleaned up command buffer decoding.bunnei2014-08-071-19/+27
* GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.bunnei2014-08-061-13/+54
* 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