aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/gsp.h
Commit message (Collapse)AuthorAge
* Renamed souce files of services to match port namesGravatar Gareth Poole2014-10-29
|
* Add `override` keyword through the code.Gravatar Yuri Kunde Schlesner2014-10-26
| | | | This was automated using `clang-modernize`.
* GSP: Update framebuffer information when necessary.Gravatar Tony Wasserka2014-08-25
|
* GSP: Implement SetBufferSwap.Gravatar Tony Wasserka2014-08-25
|
* Core: Alter the kernel string functions to use std::string instead of const ↵Gravatar Lioncash2014-08-17
| | | | | | char*. Most functions already operate on std::strings. This also removes the need to manually null terminate thread names.
* GSP: Cleaned up command buffer decoding.Gravatar bunnei2014-08-06
| | | | | | | | 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.Gravatar bunnei2014-08-05
| | | | - Various other cleanups.
* GSP: Implements preliminary command synchronization via GPU interrupts.Gravatar bunnei2014-08-05
| | | | Core: Added a comment to explain the logic for the RunLoop iterations.
* GSP: Add a few comments.Gravatar Tony Wasserka2014-07-23
|
* GSP: Clean up GX command processing a lot and treat command id as a u8 ↵Gravatar Tony Wasserka2014-07-23
| | | | | | rather than a u32. Anonymous structs are not standard C++, hence don't use them.
* GPU: Emulate memory fills.Gravatar Tony Wasserka2014-07-23
|
* GSP: Define more GX commands.Gravatar Tony Wasserka2014-06-12
|
* - updated service(s) to be KernelObject'sGravatar bunnei2014-05-18
| | | | - various cleanups
* removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classGravatar bunnei2014-04-27
|
* updated service commentsGravatar bunnei2014-04-16
|
* - added stubbed out GSP::Gpu service interfaceGravatar bunnei2014-04-16
- various cleanups/refactors to HLE services