| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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: Make use of RegisterSet. | Tony Wasserka | |
| 2014-07-23 | GPU: Emulate memory fills. | Tony Wasserka | |
| 2014-07-23 | GSP: HLE GXCommandId::SET_DISPLAY_TRANSFER and GXCommandId::SET_TEXTURE_COPY. | Tony Wasserka | |
| 2014-07-23 | GSP: Implement ReadHWRegs and WriteHWRegs properly. | Tony Wasserka | |
| 2014-07-05 | GSP: Fixed to use real shared memory object, various cleanups. | bunnei | |
| - Previously, used a hard-coded shared memory handle of 0x10002000 (as used by libctru homebrew) GSP: Added name for shared memory. GSP: Cleaned up assertion message. | |||
| 2014-06-14 | Merge branch 'threading' of https://github.com/bunnei/citra | bunnei | |
| Conflicts: src/core/hle/function_wrappers.h src/core/hle/service/gsp.cpp | |||
| 2014-06-13 | HLE: Updated all uses of NULL to nullptr (to be C++11 compliant) | bunnei | |
| 2014-06-13 | HLE: Updated various handle debug assertions to be more clear. | bunnei | |
| 2014-06-12 | GPU debugger: Add functionality to inspect command lists. | Tony Wasserka | |
| 2014-06-12 | GPU: Cleanup register definitions. | Tony Wasserka | |
| 2014-06-12 | Rename LCD to GPU. | Tony Wasserka | |
| 2014-06-12 | Add initial graphics debugger interface. | Tony Wasserka | |
| 2014-06-12 | GSP: Define more GX commands. | Tony Wasserka | |
| 2014-06-01 | gsp: always pass through synchronization barrier for commands | bunnei | |
| 2014-05-29 | hle: cleaned up log messages | bunnei | |
| 2014-05-18 | - renamed NewHandle to CreateHandle | bunnei | |
| - updated CreateHandle/DeleteHandle to use KernelObject's | |||
| 2014-05-08 | removed unknown fields from GX_CmdBufferHeader | bunnei | |
| 2014-05-07 | - removed HLE mem "hack" and replaced with kernel mem region | bunnei | |
| - added a helper function for getting command buffer for services - fixed bug where GSP DMA was incorrectly being done in DataSynchronizationBarrier (instead of gsp_TriggerCmdReqQueue) | |||
| 2014-04-27 | hackish but working way to set the framebuffer location to VRAM (used in ↵ | bunnei | |
| ARM11 demos tested thus far, e.g. yeti3DS) | |||
| 2014-04-26 | added simple GSP GPU ReadHWRegs function to support returning the ↵ | bunnei | |
| framebuffer address | |||
| 2014-04-24 | added GSP::RegisterInterruptRelayQueue function | 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 | |||
