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
*
Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated.
Tony Wasserka
2014-08-25
1
-5
/
+0
*
GSP: Update framebuffer information when necessary.
Tony Wasserka
2014-08-25
1
-2
/
+23
*
GSP: Implement SetBufferSwap.
Tony Wasserka
2014-08-25
1
-1
/
+35
*
GSP: Add a helper function for convenience.
Tony Wasserka
2014-08-25
1
-17
/
+22
*
Pica/GPU: Change hardware registers to use physical addresses rather than virtual ones.
Tony Wasserka
2014-08-12
1
-9
/
+9
*
GSP: Fix a major regression introduced in ffda035c, due to which no display transfers were triggered at all anymore.
Tony Wasserka
2014-08-12
1
-4
/
+13
*
Remove the fancy RegisterSet class introduced in 4c2bff61e.
Tony Wasserka
2014-08-12
1
-18
/
+18
*
GSP: Cleaned up command buffer decoding.
bunnei
2014-08-07
1
-42
/
+42
*
GSP: Added reinitialization of other state objects.
bunnei
2014-08-06
1
-0
/
+3
*
GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.
bunnei
2014-08-06
1
-64
/
+24
*
GSP: Removed unnecessary GX_FinishCommand function.
bunnei
2014-08-06
1
-13
/
+5
*
GSP: Implements preliminary command synchronization via GPU interrupts.
bunnei
2014-08-06
1
-18
/
+93
*
GSP: Add a few comments.
Tony Wasserka
2014-07-23
1
-1
/
+7
*
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