summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/gsp.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed souce files of services to match port namesGareth Poole2014-10-291-182/+0
|
* Add `override` keyword through the code.Yuri Kunde Schlesner2014-10-261-1/+1
| | | | This was automated using `clang-modernize`.
* 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
| | | | Most functions already operate on std::strings. This also removes the need to manually null terminate thread names.
* GSP: Cleaned up command buffer decoding.bunnei2014-08-071-19/+27
| | | | | | | | GSP: Cleaned up code and added additional comments. GSP: Removed unnecessary TODO comment. GSP: Changed u32 iterators in TriggerCmdReqQueue to unsigned.
* GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.bunnei2014-08-061-13/+54
| | | | - Various other cleanups.
* GSP: Implements preliminary command synchronization via GPU interrupts.bunnei2014-08-061-0/+16
| | | | Core: Added a comment to explain the logic for the RunLoop iterations.
* 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
| | | | Anonymous structs are not standard C++, hence don't use them.
* 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
| | | | - various cleanups
* 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
- various cleanups/refactors to HLE services