| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-10-29 | Renamed souce files of services to match port names | Gareth Poole | |
| 2014-10-26 | Add `override` keyword through the code. | Yuri Kunde Schlesner | |
| This was automated using `clang-modernize`. | |||
| 2014-08-25 | GSP: Update framebuffer information when necessary. | Tony Wasserka | |
| 2014-08-25 | GSP: Implement SetBufferSwap. | Tony Wasserka | |
| 2014-08-17 | Core: Alter the kernel string functions to use std::string instead of const ↵ | Lioncash | |
| char*. Most functions already operate on std::strings. This also removes the need to manually null terminate thread names. | |||
| 2014-08-06 | GSP: Cleaned up command buffer decoding. | bunnei | |
| GSP: Cleaned up code and added additional comments. GSP: Removed unnecessary TODO comment. GSP: Changed u32 iterators in TriggerCmdReqQueue to unsigned. | |||
| 2014-08-05 | GSP: Removed dumb GX prefixes to functions/structs in GSP namespace. | bunnei | |
| - Various other cleanups. | |||
| 2014-08-05 | GSP: Implements preliminary command synchronization via GPU interrupts. | bunnei | |
| Core: Added a comment to explain the logic for the RunLoop iterations. | |||
| 2014-07-23 | GSP: Add a few comments. | Tony Wasserka | |
| 2014-07-23 | GSP: Clean up GX command processing a lot and treat command id as a u8 ↵ | Tony Wasserka | |
| rather than a u32. Anonymous structs are not standard C++, hence don't use them. | |||
| 2014-07-23 | GPU: Emulate memory fills. | Tony Wasserka | |
| 2014-06-12 | GSP: Define more GX commands. | Tony Wasserka | |
| 2014-05-18 | - updated service(s) to be KernelObject's | bunnei | |
| - various cleanups | |||
| 2014-04-27 | removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class | bunnei | |
| 2014-04-16 | updated service comments | bunnei | |
| 2014-04-16 | - added stubbed out GSP::Gpu service interface | bunnei | |
| - various cleanups/refactors to HLE services | |||
