index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shader_recompiler
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
shader: Fix VertexA Shaders.
FernandoS27
2021-07-22
3
-14
/
+30
*
shader: Add 2D and 3D variants to SUATOM and SURED
ReinUsesLisp
2021-07-22
1
-0
/
+4
*
shader: Avoid CPU side undefined behavior on I2F
ReinUsesLisp
2021-07-22
1
-0
/
+2
*
glasm: Use ARB_derivative_control conditionally
ReinUsesLisp
2021-07-22
3
-7
/
+30
*
buffer_cache: Reduce uniform buffer size from shader usage
ReinUsesLisp
2021-07-22
2
-3
/
+17
*
emit_glasm_context_get_set: Remove unused variable
lat9nq
2021-07-22
1
-1
/
+0
*
shader,glasm: Implement legacy texcoord loads
ReinUsesLisp
2021-07-22
3
-54
/
+29
*
glasm: Implement legacy varyings
ReinUsesLisp
2021-07-22
1
-17
/
+56
*
shader: Track legacy varyings
ReinUsesLisp
2021-07-22
2
-17
/
+105
*
shader: Add support for "negative" and unaligned offsets
ReinUsesLisp
2021-07-22
3
-8
/
+13
*
shader: Implement ISCADD32I
ReinUsesLisp
2021-07-22
1
-17
/
+31
*
spirv: Fix output generics with components
ReinUsesLisp
2021-07-22
1
-1
/
+1
*
opengl: Declare fragment outputs even if they are not used
ReinUsesLisp
2021-07-22
4
-10
/
+9
*
shader: Always initialize up reference in structure control flow
ReinUsesLisp
2021-07-22
1
-31
/
+36
*
shader: Fix ImageWrite indexing
ReinUsesLisp
2021-07-22
1
-1
/
+1
*
spirv: Fix image and image buffer descriptor index usage
ReinUsesLisp
2021-07-22
1
-5
/
+7
*
glasm: Fix immediate texture coordinate
ReinUsesLisp
2021-07-22
1
-0
/
+1
*
shader: Clang-format secondary textures
ReinUsesLisp
2021-07-22
1
-2
/
+2
*
shader: Fix secondary textures
ReinUsesLisp
2021-07-22
1
-2
/
+2
*
shader: Fix TMML queries
ReinUsesLisp
2021-07-22
1
-5
/
+9
*
shader: Fix FSwizzleAdd folding when going through phi nodes
ReinUsesLisp
2021-07-22
1
-2
/
+2
*
shader/exception: Fix compilation errors on gcc
ReinUsesLisp
2021-07-22
1
-6
/
+6
*
glasm: Reduce reg allocation leaks from an exception to a log
ReinUsesLisp
2021-07-22
1
-1
/
+1
*
shader: Handle host exceptions
ReinUsesLisp
2021-07-22
4
-13
/
+43
*
glasm: Use integer lod for TXQ
ReinUsesLisp
2021-07-22
2
-2
/
+2
*
glasm: Fix global memory fallbacks
ReinUsesLisp
2021-07-22
1
-9
/
+10
*
Revert "glasm: Skip phi moves on undefined instructions"
ReinUsesLisp
2021-07-22
2
-16
/
+1
*
glasm: Remove unintentional '\n' on Undef32
ReinUsesLisp
2021-07-22
1
-1
/
+1
*
glasm: Use storage buffers instead of global memory when possible
ReinUsesLisp
2021-07-22
6
-370
/
+383
*
glasm: Implement Y direction
ReinUsesLisp
2021-07-22
4
-3
/
+9
*
glasm: Skip phi moves on undefined instructions
ReinUsesLisp
2021-07-22
2
-1
/
+16
*
glasm: Implement undef instructions
ReinUsesLisp
2021-07-22
2
-15
/
+15
*
glasm: Fix global memory callbacks
ReinUsesLisp
2021-07-22
1
-5
/
+6
*
video_core,shader: Clang-format fixes
ReinUsesLisp
2021-07-22
2
-2
/
+2
*
glasm: Release phi node registers after they are no longer needed
ReinUsesLisp
2021-07-22
2
-38
/
+54
*
glasm: Remove unintentionally committed fmt::prints
ReinUsesLisp
2021-07-22
1
-2
/
+0
*
glasm: Fix INeg32 on negative immediates
ReinUsesLisp
2021-07-22
1
-1
/
+5
*
glasm: Remove unnecessary value types
ReinUsesLisp
2021-07-22
3
-47
/
+6
*
glasm: Throw when there are register leaks
ReinUsesLisp
2021-07-22
2
-0
/
+7
*
glasm: Catch more register leaks
ReinUsesLisp
2021-07-22
8
-41
/
+114
*
glasm: Fix usage counting on phi nodes
ReinUsesLisp
2021-07-22
3
-8
/
+22
*
glasm: Implement global memory fallbacks
ReinUsesLisp
2021-07-22
2
-50
/
+89
*
glasm: Implement int64 add and subtract
ReinUsesLisp
2021-07-22
2
-8
/
+6
*
emit_glasm_context_get_set: Remove unused variable
lat9nq
2021-07-22
1
-1
/
+0
*
glasm: Implement indirect attribute loads
ReinUsesLisp
2021-07-22
4
-6
/
+65
*
glasm: Implement image atomics
ReinUsesLisp
2021-07-22
3
-166
/
+153
*
glasm: Reorder unreachable image atomic insts
ReinUsesLisp
2021-07-22
1
-66
/
+66
*
glasm: Implement gl_Layer stores
ReinUsesLisp
2021-07-22
1
-0
/
+7
*
glasm: Implement SampleId
ReinUsesLisp
2021-07-22
2
-3
/
+3
*
glasm: Implement IsHelperInvocation
ReinUsesLisp
2021-07-22
2
-3
/
+3
[prev]
[next]