aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/gsp_gpu.cpp
AgeCommit message (Expand)Author
2018-01-12Remove references to PICA and rasterizers in video_coreJames Rowe
2017-10-13Remove more 3DS-specific code.bunnei
2017-10-12Remove more 3DS-specific code.bunnei
2017-06-21Memory: Add function to flush a virtual range from the rasterizer cacheYuri Kunde Schlesner
2017-06-18ResultVal: Remove MoveFrom()Yuri Kunde Schlesner
2017-06-06Service: Remove unnecessary includes from service.hYuri Kunde Schlesner
2017-05-27Core: Fix some out-of-style includesYuri Kunde Schlesner
2017-05-24GSP_GPU: Move error codes from result.h to local fileYuri Kunde Schlesner
2017-02-26Doxygen: Amend minor issues (#2593)Mat M
2017-02-26Core: Make PerfStats internally lockedYuri Kunde Schlesner
2017-02-26Add performance statistics to status barYuri Kunde Schlesner
2017-02-02GSP_GPU::StoreDataCache stubbed (#2428)mailwl
2017-01-14GSP::WriteHWRegsWithMask: fix register maskmailwl
2016-12-13Minor amendment of GSP_GPU::ImportDisplayCaptureInfo codeJamePeng
2016-12-11Add all services to the Service namespaceLioncash
2016-12-04GSP: Downgrade log severity of SetAxiConfigQoSModeYuri Kunde Schlesner
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-06-01gsp::gpu: Reset g_thread_id in UnregisterInterruptRelayQueuemailwl
2016-05-28GSP_GPU: Remove use of Memory::GetPointerMerryMage
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