2 Commits (72846c418e59771cd63cb21067f0c3e4e58b16f0)

Author SHA1 Message Date
Lioncash 72846c418e core: Mark some hle functions as static 11 years ago
Gareth Poole 38df9e96dd Renamed souce files of services to match port names 11 years ago
purpasmart96 7d6f7684e1 added "StoreDataCache" to the function table 11 years ago
archshift 6e606c515f core: Prune redundant includes 11 years ago
Tony Wasserka 26ade98411 Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated. 12 years ago
Tony Wasserka 14b24a75b3 GSP: Update framebuffer information when necessary. 12 years ago
Tony Wasserka 590c206ac8 GSP: Implement SetBufferSwap. 12 years ago
Tony Wasserka e832bbe554 GSP: Add a helper function for convenience. 12 years ago
Tony Wasserka 7b6a7d7dfb Pica/GPU: Change hardware registers to use physical addresses rather than virtual ones. 12 years ago
Tony Wasserka bd798390d5 GSP: Fix a major regression introduced in ffda035c, due to which no display transfers were triggered at all anymore. 12 years ago
Tony Wasserka 9c781a6c76 Remove the fancy RegisterSet class introduced in 4c2bff61e. 12 years ago
bunnei cad2f21985 GSP: Cleaned up command buffer decoding. 12 years ago
bunnei 36fd1c169e GSP: Added reinitialization of other state objects. 12 years ago
bunnei 4e9f305ed2 GSP: Removed dumb GX prefixes to functions/structs in GSP namespace. 12 years ago
bunnei 99e404e221 GSP: Removed unnecessary GX_FinishCommand function. 12 years ago
bunnei ec14ffe1cd GSP: Implements preliminary command synchronization via GPU interrupts. 12 years ago
Tony Wasserka 4b141791ed GSP: Add a few comments. 12 years ago
Tony Wasserka 9b0d0c81a0 GSP: Clean up GX command processing a lot and treat command id as a u8 rather than a u32. 12 years ago
Tony Wasserka 75775e9ef4 GPU: Make use of RegisterSet. 12 years ago
Tony Wasserka baf0aa04f5 GPU: Emulate memory fills. 12 years ago
Tony Wasserka ec9511e1db GSP: HLE GXCommandId::SET_DISPLAY_TRANSFER and GXCommandId::SET_TEXTURE_COPY. 12 years ago
Tony Wasserka cb8f49b7ea GSP: Implement ReadHWRegs and WriteHWRegs properly. 12 years ago
bunnei 7b7a435094 GSP: Fixed to use real shared memory object, various cleanups. 12 years ago
bunnei c95972275e HLE: Updated all uses of NULL to nullptr (to be C++11 compliant) 12 years ago
bunnei d7363322c7 HLE: Updated various handle debug assertions to be more clear. 12 years ago
Tony Wasserka 5d62f5d92a GPU debugger: Add functionality to inspect command lists. 12 years ago
Tony Wasserka d4530765ce GPU: Cleanup register definitions. 12 years ago
Tony Wasserka 1dfa392824 Rename LCD to GPU. 12 years ago
Tony Wasserka 31666632ca Add initial graphics debugger interface. 12 years ago
Tony Wasserka 82d3260359 GSP: Define more GX commands. 12 years ago
bunnei 7dd18a8df9 gsp: always pass through synchronization barrier for commands 12 years ago
bunnei c404d22036 hle: cleaned up log messages 12 years ago
bunnei 112904b832 - renamed NewHandle to CreateHandle 12 years ago
bunnei b39cd3a64c removed unknown fields from GX_CmdBufferHeader 12 years ago
bunnei 72622a1b5a - removed HLE mem "hack" and replaced with kernel mem region 12 years ago
bunnei a6c925112a hackish but working way to set the framebuffer location to VRAM (used in ARM11 demos tested thus far, e.g. yeti3DS) 12 years ago
bunnei 9e047e32d4 added simple GSP GPU ReadHWRegs function to support returning the framebuffer address 12 years ago
bunnei 66e1f8ab33 added GSP::RegisterInterruptRelayQueue function 12 years ago
bunnei b8851305bd updated service comments 12 years ago
bunnei 32c3462047 - added stubbed out GSP::Gpu service interface 12 years ago