summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/gsp_gpu.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixup! GSP: Small tweaks to shared memory initializationYuri Kunde Schlesner2015-05-111-1/+1
* GSP: Small tweaks to shared memory initializationYuri Kunde Schlesner2015-05-111-9/+11
* Kernel: Capture SharedMemory attributes at creation, not when mappingYuri Kunde Schlesner2015-05-111-7/+9
* Clean-up mem_map constants and fix framebuffer translation errorsYuri Kunde Schlesner2015-04-061-4/+6
* Services: Stubs and minor changespurpasmart962015-04-031-0/+3
* Added LCD registers, and implementation for color filling in OGL code.archshift2015-03-091-17/+15
* Implement SetLcdForceBlack, move register enum to hw.harchshift2015-03-061-5/+39
* GPU: Properly implement memory fills.Tony Wasserka2015-02-181-17/+17
* Build: Fixed some warningsSubv2015-02-121-31/+47
* Implemented WriteHWRegsWithMask for GSP.Kevin Hartman2015-02-111-6/+91
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-4/+2
* GSP: Fixed typo in SignalInterruptbunnei2015-02-111-1/+1
* GSP: Call SetBufferSwap for each screen on corresponding signal interrupt.bunnei2015-02-111-4/+3
* Kernel: Stop creating useless Handles during object creationYuri Kunde Schlesner2015-02-021-1/+1
* Service: Clean-up InterfaceYuri Kunde Schlesner2015-02-021-1/+1
* Kernel: Convert Event to not use HandlesYuri Kunde Schlesner2015-01-301-8/+11
* Kernel: Convert SharedMemory to not use HandlesYuri Kunde Schlesner2015-01-301-7/+9
* GSP: Fix appending of interrupts to the shared memory bufferYuri Kunde Schlesner2015-01-141-2/+2
* GSP: Update framebuffer info on all interruptsYuri Kunde Schlesner2015-01-141-12/+13
* GPU: Fire GPU interrupts at the correct places.Yuri Kunde Schlesner2015-01-141-6/+0
* Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance.archshift2015-01-101-3/+0
* GSP: Toggle active framebuffer each framebunnei2015-01-081-1/+4
* More services & small clean upspurpasmart962014-12-261-3/+0
* Merge pull request #291 from purpasmart96/licensebunnei2014-12-211-1/+1
|\
| * License changepurpasmart962014-12-211-1/+1
* | GSP_GPU: Shut up FlushDataCachepurpasmart962014-12-191-1/+25
|/
* Remove SyncRequest from K::Object and create a new K::Session typeYuri Kunde Schlesner2014-12-151-5/+5
* Convert old logging calls to new logging macrosYuri Kunde Schlesner2014-12-131-9/+9
* GSP: Trigger GPU interrupts at more accurate locations.bunnei2014-12-101-7/+6
* GSP: Updated TriggerCmdReqQueue to return success code.bunnei2014-12-101-0/+3
* GSP: Updated RegisterInterruptRelayQueue to return expected magic number.bunnei2014-12-101-1/+4
* GPU: Fixed bug in command list size decoding.bunnei2014-12-101-1/+1
* HLE: Revamp error handling throrough the HLE codeYuri Kunde Schlesner2014-11-241-11/+6
* core: Mark some hle functions as staticLioncash2014-11-181-8/+8
* Renamed souce files of services to match port namesGareth Poole2014-10-291-0/+378