index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
gsp_gpu.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
VideoCore: Unify interface to OpenGL and SW rasterizers
Yuri Kunde Schlesner
2015-12-08
1
-4
/
+4
*
VideoCore: Rename HWRasterizer methods to be less confusing
Yuri Kunde Schlesner
2015-12-07
1
-4
/
+4
*
GSP: Implement command 0x05, used for flushing caches
Yuri Kunde Schlesner
2015-09-14
1
-9
/
+19
*
Integrate the MicroProfile profiling library
Yuri Kunde Schlesner
2015-08-25
1
-0
/
+5
*
Merge pull request #1025 from yuriks/heap-management
Yuri Kunde Schlesner
2015-08-22
1
-1
/
+0
|
\
|
*
Memory: Move address type conversion routines to memory.cpp/h
Yuri Kunde Schlesner
2015-08-16
1
-1
/
+0
*
|
GPU: Implement TextureCopy-mode display transfers
Yuri Kunde Schlesner
2015-08-16
1
-10
/
+15
|
/
*
Merge pull request #983 from yuriks/null-memory-fill
Yuri Kunde Schlesner
2015-07-24
1
-13
/
+18
|
\
|
*
GSP: Don't try to write memory fill registers if start address is 0
Yuri Kunde Schlesner
2015-07-24
1
-13
/
+18
*
|
Qt/GPU Breakpoints: Added three more breakpoint types:
Subv
2015-07-23
1
-0
/
+7
|
/
*
Ensure all kernel objects are released during shutdown
Yuri Kunde Schlesner
2015-07-17
1
-1
/
+6
*
Add CiTrace recording support.
Tony Wasserka
2015-07-13
1
-1
/
+1
*
Applets: Add infrastructure to allow custom drawing and input handling in Applets.
Subv
2015-07-12
1
-2
/
+2
*
CitraQt: Cleanup includes.
Emmanuel Gil Peyrot
2015-06-28
1
-1
/
+3
*
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-29
1
-12
/
+12
*
Service/GSP: Implemented ImportDisplayCaptureInfo.
Subv
2015-05-26
1
-1
/
+47
*
OpenGL renderer
tfarley
2015-05-23
1
-0
/
+9
*
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
2015-05-15
1
-0
/
+1
*
fixup! GSP: Small tweaks to shared memory initialization
Yuri Kunde Schlesner
2015-05-11
1
-1
/
+1
*
GSP: Small tweaks to shared memory initialization
Yuri Kunde Schlesner
2015-05-11
1
-9
/
+11
*
Kernel: Capture SharedMemory attributes at creation, not when mapping
Yuri Kunde Schlesner
2015-05-11
1
-7
/
+9
*
Clean-up mem_map constants and fix framebuffer translation errors
Yuri Kunde Schlesner
2015-04-06
1
-4
/
+6
*
Services: Stubs and minor changes
purpasmart96
2015-04-03
1
-0
/
+3
*
Added LCD registers, and implementation for color filling in OGL code.
archshift
2015-03-09
1
-17
/
+15
*
Implement SetLcdForceBlack, move register enum to hw.h
archshift
2015-03-06
1
-5
/
+39
*
GPU: Properly implement memory fills.
Tony Wasserka
2015-02-18
1
-17
/
+17
*
Build: Fixed some warnings
Subv
2015-02-12
1
-31
/
+47
*
Implemented WriteHWRegsWithMask for GSP.
Kevin Hartman
2015-02-11
1
-6
/
+91
*
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-11
1
-4
/
+2
*
GSP: Fixed typo in SignalInterrupt
bunnei
2015-02-11
1
-1
/
+1
*
GSP: Call SetBufferSwap for each screen on corresponding signal interrupt.
bunnei
2015-02-11
1
-4
/
+3
*
Kernel: Stop creating useless Handles during object creation
Yuri Kunde Schlesner
2015-02-02
1
-1
/
+1
*
Service: Clean-up Interface
Yuri Kunde Schlesner
2015-02-02
1
-1
/
+1
*
Kernel: Convert Event to not use Handles
Yuri Kunde Schlesner
2015-01-30
1
-8
/
+11
*
Kernel: Convert SharedMemory to not use Handles
Yuri Kunde Schlesner
2015-01-30
1
-7
/
+9
*
GSP: Fix appending of interrupts to the shared memory buffer
Yuri Kunde Schlesner
2015-01-14
1
-2
/
+2
*
GSP: Update framebuffer info on all interrupts
Yuri Kunde Schlesner
2015-01-14
1
-12
/
+13
*
GPU: Fire GPU interrupts at the correct places.
Yuri Kunde Schlesner
2015-01-14
1
-6
/
+0
*
Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance.
archshift
2015-01-10
1
-3
/
+0
*
GSP: Toggle active framebuffer each frame
bunnei
2015-01-08
1
-1
/
+4
*
More services & small clean ups
purpasmart96
2014-12-26
1
-3
/
+0
*
Merge pull request #291 from purpasmart96/license
bunnei
2014-12-21
1
-1
/
+1
|
\
|
*
License change
purpasmart96
2014-12-21
1
-1
/
+1
*
|
GSP_GPU: Shut up FlushDataCache
purpasmart96
2014-12-19
1
-1
/
+25
|
/
*
Remove SyncRequest from K::Object and create a new K::Session type
Yuri Kunde Schlesner
2014-12-15
1
-5
/
+5
*
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-13
1
-9
/
+9
*
GSP: Trigger GPU interrupts at more accurate locations.
bunnei
2014-12-10
1
-7
/
+6
*
GSP: Updated TriggerCmdReqQueue to return success code.
bunnei
2014-12-10
1
-0
/
+3
*
GSP: Updated RegisterInterruptRelayQueue to return expected magic number.
bunnei
2014-12-10
1
-1
/
+4
*
GPU: Fixed bug in command list size decoding.
bunnei
2014-12-10
1
-1
/
+1
*
HLE: Revamp error handling throrough the HLE code
Yuri Kunde Schlesner
2014-11-24
1
-11
/
+6
*
core: Mark some hle functions as static
Lioncash
2014-11-18
1
-8
/
+8
*
Renamed souce files of services to match port names
Gareth Poole
2014-10-29
1
-0
/
+378