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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
GSP: Clean up GX command processing a lot and treat command id as a u8 rather than a u32.
Tony Wasserka
2014-07-23
1
-26
/
+38
*
GPU: Make use of RegisterSet.
Tony Wasserka
2014-07-23
1
-21
/
+28
*
GPU: Emulate memory fills.
Tony Wasserka
2014-07-23
1
-0
/
+8
*
GSP: HLE GXCommandId::SET_DISPLAY_TRANSFER and GXCommandId::SET_TEXTURE_COPY.
Tony Wasserka
2014-07-23
1
-2
/
+9
*
GSP: Implement ReadHWRegs and WriteHWRegs properly.
Tony Wasserka
2014-07-23
1
-27
/
+46
*
GSP: Fixed to use real shared memory object, various cleanups.
bunnei
2014-07-05
1
-25
/
+34
*
Merge branch 'threading' of https://github.com/bunnei/citra
bunnei
2014-06-14
1
-30
/
+44
|
\
|
*
HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)
bunnei
2014-06-13
1
-28
/
+28
|
*
HLE: Updated various handle debug assertions to be more clear.
bunnei
2014-06-13
1
-1
/
+1
|
*
gsp: always pass through synchronization barrier for commands
bunnei
2014-06-01
1
-1
/
+16
|
*
hle: cleaned up log messages
bunnei
2014-05-30
1
-2
/
+2
*
|
GPU debugger: Add functionality to inspect command lists.
Tony Wasserka
2014-06-12
1
-0
/
+4
*
|
GPU: Cleanup register definitions.
Tony Wasserka
2014-06-12
1
-3
/
+3
*
|
Rename LCD to GPU.
Tony Wasserka
2014-06-12
1
-8
/
+8
*
|
Add initial graphics debugger interface.
Tony Wasserka
2014-06-12
1
-0
/
+6
*
|
GSP: Define more GX commands.
Tony Wasserka
2014-06-12
1
-14
/
+37
|
/
*
- renamed NewHandle to CreateHandle
bunnei
2014-05-19
1
-3
/
+1
*
removed unknown fields from GX_CmdBufferHeader
bunnei
2014-05-08
1
-5
/
+0
*
- removed HLE mem "hack" and replaced with kernel mem region
bunnei
2014-05-08
1
-5
/
+71
*
hackish but working way to set the framebuffer location to VRAM (used in ARM11 demos tested thus far, e.g. yeti3DS)
bunnei
2014-04-27
1
-3
/
+9
*
added simple GSP GPU ReadHWRegs function to support returning the framebuffer address
bunnei
2014-04-26
1
-1
/
+37
*
added GSP::RegisterInterruptRelayQueue function
bunnei
2014-04-25
1
-31
/
+40
*
updated service comments
bunnei
2014-04-17
1
-0
/
+3
*
- added stubbed out GSP::Gpu service interface
bunnei
2014-04-16
1
-0
/
+56