index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shader_recompiler
/
backend
/
glasm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
24
-72
/
+48
*
shader_recompiler: Reduce unused includes
ameerj
2022-03-20
6
-14
/
+0
*
shaders: Add U64->U32x2 Atomic fallback functions
ameerj
2022-01-29
2
-0
/
+138
*
Merge pull request #7629 from ameerj/nv-driver-fixes
Fernando S
2022-01-03
2
-0
/
+17
|
\
|
*
shader: Add integer attribute get optimization pass
ameerj
2021-12-29
2
-0
/
+17
*
|
emit_glasm_context_get_set: Fix GetAttribute return value type.
ameerj
2021-12-24
1
-4
/
+4
|
/
*
glasm: Move implemented instructions from not_implemented.cpp
ameerj
2021-12-05
7
-169
/
+220
*
shader_recompiler: Adjust emit_context includes
ameerj
2021-12-05
15
-15
/
+15
*
shader_recompiler: Rename backend emit_context files
ameerj
2021-12-05
2
-0
/
+0
*
shader: Properly scale image reads and add GL SPIR-V support
ReinUsesLisp
2021-11-16
5
-2
/
+16
*
glsl/glasm: Pass and use scaling parameters in shaders
ReinUsesLisp
2021-11-16
3
-3
/
+7
*
gl_graphics_pipeline: Add downscale factor to shader uniforms
ameerj
2021-11-16
1
-2
/
+1
*
shader: Add IsTextureScaled opcode
ReinUsesLisp
2021-11-16
2
-0
/
+9
*
shader: Add integer division opcodes
ReinUsesLisp
2021-11-16
2
-0
/
+10
*
shader: Add resolution down factor opcode
ReinUsesLisp
2021-11-16
2
-0
/
+6
*
Shader Cahe: Fix Phi Nodes on GLASM.
Fernando Sahmkow
2021-11-02
1
-1
/
+1
*
emit_glasm: Fix LINESS_ADJACENCY typo in InputPrimitive()
Lioncash
2021-07-26
1
-1
/
+1
*
shader: Avoid usage of C++20 ranges to build in clang
ReinUsesLisp
2021-07-22
1
-2
/
+5
*
shader_recompiler, video_core: Resolve clang errors
lat9nq
2021-07-22
2
-3
/
+2
*
shader: GCC fmt 8.0.0 fixes
lat9nq
2021-07-22
1
-3
/
+5
*
opengl: Implement LOP.CC
ameerj
2021-07-22
1
-3
/
+27
*
glasm: Add passthrough geometry shader support
ReinUsesLisp
2021-07-22
2
-7
/
+26
*
shader: Rework varyings and implement passthrough geometry shaders
ReinUsesLisp
2021-07-22
3
-13
/
+14
*
shader: Remove IAbs64
ReinUsesLisp
2021-07-22
2
-5
/
+0
*
shader: Move loop safety tests to code emission
ReinUsesLisp
2021-07-22
4
-10
/
+18
*
glasm: Implement SetAttribute ViewportMask
ameerj
2021-07-22
2
-1
/
+10
*
shader: Split profile and runtime info headers
ReinUsesLisp
2021-07-22
4
-1
/
+4
*
shader: Add logging
ReinUsesLisp
2021-07-22
5
-10
/
+12
*
shader: Add shader loop safety check settings
lat9nq
2021-07-22
2
-0
/
+10
*
glasm: Use ARB_derivative_control conditionally
ReinUsesLisp
2021-07-22
2
-7
/
+29
*
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
1
-2
/
+10
*
glasm: Implement legacy varyings
ReinUsesLisp
2021-07-22
1
-17
/
+56
*
shader: Add support for "negative" and unaligned offsets
ReinUsesLisp
2021-07-22
1
-0
/
+8
*
opengl: Declare fragment outputs even if they are not used
ReinUsesLisp
2021-07-22
2
-9
/
+4
*
glasm: Fix immediate texture coordinate
ReinUsesLisp
2021-07-22
1
-0
/
+1
*
glasm: Reduce reg allocation leaks from an exception to a log
ReinUsesLisp
2021-07-22
1
-1
/
+1
*
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
1
-3
/
+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
4
-369
/
+380
*
glasm: Implement Y direction
ReinUsesLisp
2021-07-22
4
-3
/
+9
*
glasm: Skip phi moves on undefined instructions
ReinUsesLisp
2021-07-22
1
-1
/
+3
*
glasm: Implement undef instructions
ReinUsesLisp
2021-07-22
2
-15
/
+15
*
glasm: Fix global memory callbacks
ReinUsesLisp
2021-07-22
1
-5
/
+6
*
glasm: Release phi node registers after they are no longer needed
ReinUsesLisp
2021-07-22
2
-38
/
+54
*
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
[next]