index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
GPU: Added vertex attribute format registers.
Subv
2018-03-21
1
-1
/
+14
|
*
|
|
|
GPU: Added registers for the number of vertices to render.
Subv
2018-03-20
1
-2
/
+13
*
|
|
|
|
CMake: Set EMU_ARCH_BITS in CMakeLists.txt
N00byKing
2018-03-21
3
-36
/
+0
*
|
|
|
|
Service/vi: convert services to module
mailwl
2018-03-21
8
-212
/
+160
|
/
/
/
/
*
|
|
|
Merge pull request #254 from bunnei/port-citra-renderer
bunnei
2018-03-20
18
-101
/
+2905
|
\
\
\
\
|
*
|
|
|
renderer_gl: Port boilerplate rasterizer code over from Citra.
bunnei
2018-03-20
5
-1
/
+495
|
*
|
|
|
gl_shader_util: Sync latest version with Citra.
bunnei
2018-03-20
3
-46
/
+116
|
*
|
|
|
renderer_gl: Port over gl_shader_gen module from Citra.
bunnei
2018-03-20
3
-0
/
+88
|
*
|
|
|
renderer_gl: Port over gl_shader_decompiler module from Citra.
bunnei
2018-03-19
3
-0
/
+87
|
*
|
|
|
renderer_gl: Port over gl_rasterizer_cache module from Citra.
bunnei
2018-03-19
3
-0
/
+1714
|
*
|
|
|
gl_resource_manager: Sync latest version with Citra.
bunnei
2018-03-19
1
-8
/
+77
|
*
|
|
|
renderer_gl: Port over gl_stream_buffer module from Citra.
bunnei
2018-03-19
3
-0
/
+218
|
*
|
|
|
gl_state: Sync latest version with Citra.
bunnei
2018-03-19
2
-47
/
+111
*
|
|
|
|
Service: add fatal:u, fatal:p services
mailwl
2018-03-20
10
-0
/
+146
*
|
|
|
|
Merge pull request #253 from Subv/rt_depth
Mat M
2018-03-19
1
-1
/
+48
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
GPU: Added Z buffer registers to Maxwell3D's reg structure.
Subv
2018-03-19
1
-1
/
+17
|
*
|
|
|
GPU: Added the render target (RT) registers to Maxwell3D's reg structure.
Subv
2018-03-19
1
-1
/
+32
|
|
/
/
/
*
|
|
|
Clang Fixes
N00byKing
2018-03-19
5
-9
/
+11
*
|
|
|
oops
N00byKing
2018-03-19
1
-3
/
+3
*
|
|
|
More Warning cleanups
N00byKing
2018-03-19
3
-3
/
+3
*
|
|
|
Clean Warnings (?)
N00byKing
2018-03-19
15
-20
/
+20
|
/
/
/
*
|
|
GPU: Added the TSC registers to the Maxwell3D register structure.
Subv
2018-03-19
1
-1
/
+15
*
|
|
GPU: Added the TIC registers to the Maxwell3D register structure.
Subv
2018-03-19
1
-1
/
+16
*
|
|
Merge pull request #193 from N00byKing/3184_2_robotic_boogaloo
bunnei
2018-03-18
7
-41
/
+41
|
\
\
\
|
*
|
|
Implements citra-emu/citra#3184
N00byKing
2018-02-25
7
-41
/
+41
*
|
|
|
Merge pull request #250 from bunnei/buffer-dequeue-wait
bunnei
2018-03-18
10
-51
/
+128
|
\
\
\
\
|
*
|
|
|
vi: Remove DequeueBuffer and wait until next available buffer.
bunnei
2018-03-18
3
-12
/
+49
|
*
|
|
|
hle_ipc: Add SleepClientThread to block current thread within HLE routines.
bunnei
2018-03-18
2
-0
/
+47
|
*
|
|
|
hle_ipc: Use shared_ptr instead of unique_ptr to allow copies.
bunnei
2018-03-18
2
-9
/
+9
|
*
|
|
|
hle_ipc: Remove GetPointer(..) usage with WriteToOutgoingCommandBuffer.
bunnei
2018-03-18
3
-7
/
+14
|
*
|
|
|
thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB.
bunnei
2018-03-18
4
-23
/
+9
*
|
|
|
|
GPU: Implement macro 0xE1A BindTextureInfoBuffer in HLE.
Subv
2018-03-18
2
-1
/
+29
|
/
/
/
/
*
|
|
|
GPU: Implement the BindStorageBuffer macro method in HLE.
Subv
2018-03-18
2
-1
/
+36
*
|
|
|
GPU: Handle writes to the CB_DATA method.
Subv
2018-03-18
2
-0
/
+39
*
|
|
|
GPU: Move the GPU's class constructor and destructors to a cpp file.
Subv
2018-03-18
3
-10
/
+30
*
|
|
|
GPU: Store uploaded GPU macros and keep track of the number of method paramet...
Subv
2018-03-18
4
-27
/
+74
*
|
|
|
GPU: Macros are specific to the Maxwell3D engine, so handle them internally.
Subv
2018-03-18
8
-63
/
+55
*
|
|
|
GPU: Renamed ShaderType to ShaderStage as that is less confusing.
Subv
2018-03-17
2
-19
/
+19
*
|
|
|
GPU: Store shader constbuffer bindings in the GPU state.
Subv
2018-03-17
2
-5
/
+61
*
|
|
|
GPU: Corrected some register offsets and removed superfluous macro registers.
Subv
2018-03-17
1
-9
/
+3
*
|
|
|
GPU: Make the SetShader macro call do the same as the real macro's code.
Subv
2018-03-17
2
-3
/
+44
*
|
|
|
GPU: Corrected the parameter documentation for the SetShader macro call.
Subv
2018-03-17
2
-11
/
+12
*
|
|
|
Merge pull request #242 from Subv/set_shader
bunnei
2018-03-17
2
-4
/
+38
|
\
\
\
\
|
*
|
|
|
GPU: Handle the SetShader method call (0xE24) and store the shader config.
Subv
2018-03-16
2
-4
/
+38
*
|
|
|
|
GPU: Added the vertex array registers.
Subv
2018-03-16
1
-2
/
+33
|
/
/
/
/
*
|
|
|
Merge pull request #241 from Subv/gpu_method_call
bunnei
2018-03-16
9
-8
/
+97
|
\
\
\
\
|
*
|
|
|
GPU: Process command mode 5 (IncreaseOnce) differently from other commands.
Subv
2018-03-16
9
-8
/
+97
*
|
|
|
|
Merge pull request #239 from Subv/shaders
bunnei
2018-03-16
2
-2
/
+63
|
\
\
\
\
\
|
*
|
|
|
|
GPU: Assert that we get a 0 CODE_ADDRESS register in the 3D engine.
Subv
2018-03-16
1
-0
/
+8
|
*
|
|
|
|
GPU: Added Maxwell registers for Shader Program control.
Subv
2018-03-16
1
-2
/
+55
|
|
/
/
/
/
[prev]
[next]