aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/gsp_gpu.cpp
AgeCommit message (Expand)Author
2016-05-12Kernel/SharedMemory: Properly implemented shared memory support.Subv
2016-04-29Merge pull request #1699 from mailwl/gpu-rightsbunnei
2016-04-29Common: Remove section measurement from profiler (#1731)Yuri Kunde Schlesner
2016-04-23return checks if event and memory createdmailwl
2016-04-22gsp::Gpu: implement AcquireRight, ReleaseRight functionsmailwl
2016-04-21HWRasterizer: Texture forwardingtfarley
2016-04-01Merge pull request #1390 from purpasmart96/citra_gsp_error_codesbunnei
2016-03-31Add gsp functions: SetAxiConfigQoSMode, UnregisterInterruptRelayQueuemailwl
2016-03-30GSP: Return proper error codes for register writespurpasmart96
2016-03-11gsp_gpu: Change 0 literal to nullptrLioncash
2016-03-08renderer_base: Don't directly expose the rasterizer unique_ptrLioncash
2016-02-12BitField: Make trivially copyable and remove assignment operatorMerryMage
2015-12-07VideoCore: Unify interface to OpenGL and SW rasterizersYuri Kunde Schlesner
2015-12-06VideoCore: Rename HWRasterizer methods to be less confusingYuri Kunde Schlesner
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