summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/gsp.h (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-29Renamed souce files of services to match port namesGareth Poole1-182/+0
2014-10-26Add `override` keyword through the code.Yuri Kunde Schlesner1-1/+1
2014-08-25GSP: Update framebuffer information when necessary.Tony Wasserka1-0/+18
2014-08-25GSP: Implement SetBufferSwap.Tony Wasserka1-0/+12
2014-08-18Core: Alter the kernel string functions to use std::string instead of const char*.Lioncash1-1/+1
2014-08-07GSP: Cleaned up command buffer decoding.bunnei1-19/+27
2014-08-06GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.bunnei1-13/+54
2014-08-06GSP: Implements preliminary command synchronization via GPU interrupts.bunnei1-0/+16
2014-07-23GSP: Add a few comments.Tony Wasserka1-0/+8
2014-07-23GSP: Clean up GX command processing a lot and treat command id as a u8 rather than a u32.Tony Wasserka1-11/+41
2014-07-23GPU: Emulate memory fills.Tony Wasserka1-1/+1
2014-06-12GSP: Define more GX commands.Tony Wasserka1-0/+17
2014-05-19- updated service(s) to be KernelObject'sbunnei1-1/+1
2014-04-28removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classbunnei1-3/+0
2014-04-17updated service commentsbunnei1-1/+2
2014-04-16- added stubbed out GSP::Gpu service interfacebunnei1-13/+8
2014-04-16restructured hle:services completely to use function lookup tablesbunnei1-0/+39