aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/gsp_gpu.cpp
AgeCommit message (Expand)Author
2015-09-14GSP: Implement command 0x05, used for flushing cachesYuri Kunde Schlesner
2015-08-24Integrate the MicroProfile profiling libraryYuri Kunde Schlesner
2015-08-22Merge pull request #1025 from yuriks/heap-managementYuri Kunde Schlesner
2015-08-16GPU: Implement TextureCopy-mode display transfersYuri Kunde Schlesner
2015-08-16Memory: Move address type conversion routines to memory.cpp/hYuri Kunde Schlesner
2015-07-23Merge pull request #983 from yuriks/null-memory-fillYuri Kunde Schlesner
2015-07-23GSP: Don't try to write memory fill registers if start address is 0Yuri Kunde Schlesner
2015-07-23Qt/GPU Breakpoints: Added three more breakpoint types:Subv
2015-07-17Ensure all kernel objects are released during shutdownYuri Kunde Schlesner
2015-07-13Add CiTrace recording support.Tony Wasserka
2015-07-11Applets: Add infrastructure to allow custom drawing and input handling in App...Subv
2015-06-28CitraQt: Cleanup includes.Emmanuel Gil Peyrot
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot
2015-05-25Service/GSP: Implemented ImportDisplayCaptureInfo.Subv
2015-05-22OpenGL renderertfarley
2015-05-15Memmap: Re-organize memory function in two filesYuri Kunde Schlesner
2015-05-10fixup! GSP: Small tweaks to shared memory initializationYuri Kunde Schlesner
2015-05-10GSP: Small tweaks to shared memory initializationYuri Kunde Schlesner
2015-05-10Kernel: Capture SharedMemory attributes at creation, not when mappingYuri Kunde Schlesner
2015-04-05Clean-up mem_map constants and fix framebuffer translation errorsYuri Kunde Schlesner
2015-04-02Services: Stubs and minor changespurpasmart96
2015-03-09Added LCD registers, and implementation for color filling in OGL code.archshift
2015-03-05Implement SetLcdForceBlack, move register enum to hw.harchshift
2015-02-18GPU: Properly implement memory fills.Tony Wasserka
2015-02-12Build: Fixed some warningsSubv
2015-02-11Implemented WriteHWRegsWithMask for GSP.Kevin Hartman
2015-02-10Asserts: break/crash program, fit to style guide; log.h->assert.harchshift
2015-02-10GSP: Fixed typo in SignalInterruptbunnei
2015-02-10GSP: Call SetBufferSwap for each screen on corresponding signal interrupt.bunnei
2015-02-02Kernel: Stop creating useless Handles during object creationYuri Kunde Schlesner
2015-02-02Service: Clean-up InterfaceYuri Kunde Schlesner
2015-01-30Kernel: Convert Event to not use HandlesYuri Kunde Schlesner
2015-01-30Kernel: Convert SharedMemory to not use HandlesYuri Kunde Schlesner
2015-01-14GSP: Fix appending of interrupts to the shared memory bufferYuri Kunde Schlesner
2015-01-14GSP: Update framebuffer info on all interruptsYuri Kunde Schlesner
2015-01-14GPU: Fire GPU interrupts at the correct places.Yuri Kunde Schlesner
2015-01-10Logging: Log all called service functions (under trace). Compile out all trac...archshift
2015-01-07GSP: Toggle active framebuffer each framebunnei
2014-12-25More services & small clean upspurpasmart96
2014-12-21Merge pull request #291 from purpasmart96/licensebunnei
2014-12-20License changepurpasmart96
2014-12-18GSP_GPU: Shut up FlushDataCachepurpasmart96
2014-12-15Remove SyncRequest from K::Object and create a new K::Session typeYuri Kunde Schlesner
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner
2014-12-09GSP: Trigger GPU interrupts at more accurate locations.bunnei
2014-12-09GSP: Updated TriggerCmdReqQueue to return success code.bunnei
2014-12-09GSP: Updated RegisterInterruptRelayQueue to return expected magic number.bunnei
2014-12-09GPU: Fixed bug in command list size decoding.bunnei
2014-11-24HLE: Revamp error handling throrough the HLE codeYuri Kunde Schlesner
2014-11-17core: Mark some hle functions as staticLioncash