summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/gsp.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-05GSP: Fixed to use real shared memory object, various cleanups.bunnei1-25/+34
2014-06-13HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)bunnei1-28/+28
2014-06-13HLE: Updated various handle debug assertions to be more clear.bunnei1-1/+1
2014-06-12GPU debugger: Add functionality to inspect command lists.Tony Wasserka1-0/+4
2014-06-12GPU: Cleanup register definitions.Tony Wasserka1-3/+3
2014-06-12Rename LCD to GPU.Tony Wasserka1-8/+8
2014-06-12Add initial graphics debugger interface.Tony Wasserka1-0/+6
2014-06-12GSP: Define more GX commands.Tony Wasserka1-14/+37
2014-06-01gsp: always pass through synchronization barrier for commandsbunnei1-1/+16
2014-05-30hle: cleaned up log messagesbunnei1-2/+2
2014-05-19- renamed NewHandle to CreateHandlebunnei1-3/+1
2014-05-08removed unknown fields from GX_CmdBufferHeaderbunnei1-5/+0
2014-05-08- removed HLE mem "hack" and replaced with kernel mem regionbunnei1-5/+71
2014-04-27hackish but working way to set the framebuffer location to VRAM (used in ARM11 demos tested thus far, e.g. yeti3DS)bunnei1-3/+9
2014-04-26added simple GSP GPU ReadHWRegs function to support returning the framebuffer addressbunnei1-1/+37
2014-04-25added GSP::RegisterInterruptRelayQueue functionbunnei1-31/+40
2014-04-17updated service commentsbunnei1-0/+3
2014-04-16- added stubbed out GSP::Gpu service interfacebunnei1-0/+56