summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/gsp_gpu.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove references to PICA and rasterizers in video_coreJames Rowe2018-01-131-195/+0
|
* Remove more 3DS-specific code.bunnei2017-10-131-10/+0
|
* Add all services to the Service namespaceLioncash2016-12-111-9/+8
| | | | | Previously there was a split where some of the services were in the Service namespace and others were not.
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-2/+0
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-20/+20
|
* VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot2016-04-301-0/+1
|
* GSP: Return proper error codes for register writespurpasmart962016-03-311-1/+1
|
* GSP: Implement command 0x05, used for flushing cachesYuri Kunde Schlesner2015-09-141-4/+15
| | | | | | May fix additional texture caching issues. (Though mostly in homebrew, I haven't seen any commercial software use this to flush anything but command lists.)
* GPU: Implement TextureCopy-mode display transfersYuri Kunde Schlesner2015-08-161-1/+10
| | | | Fixes glitchy garbage in Fire Emblem 3D scenes.
* Ensure all kernel objects are released during shutdownYuri Kunde Schlesner2015-07-171-0/+1
| | | | | | | | This commit fixes several kernel object leaks. The most severe of them was threads not being removed from the private handle table used for CoreTiming events. This resulted in Threads never being released, which in turn held references to Process, causing CodeSets to never be freed when loading other applications.
* Applets: Reworked how the Applet update event is handled.Subv2015-07-121-1/+1
| | | | Applets are now cleaned up in AppletUpdateEvent after calling their respective Update method.
* Applets: Add infrastructure to allow custom drawing and input handling in Applets.Subv2015-07-121-0/+10
|
* Core: Cleanup hw includes.Emmanuel Gil Peyrot2015-06-281-0/+3
|
* GPU: Properly implement memory fills.Tony Wasserka2015-02-181-0/+4
|
* GSP: Fix appending of interrupts to the shared memory bufferYuri Kunde Schlesner2015-01-141-15/+10
| | | | | The code was previously appending the interrupt to after the end of the buffer, instead of at the end.
* More services & small clean upspurpasmart962014-12-261-8/+0
|
* License changepurpasmart962014-12-211-1/+1
|
* Renamed souce files of services to match port namesGareth Poole2014-10-291-0/+182