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
/
shader_recompiler
/
backend
/
glasm
/
emit_glasm.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-12-06
shader_recompiler: Adjust emit_context includes
ameerj
1
-1
/
+1
2021-11-16
glsl/glasm: Pass and use scaling parameters in shaders
ReinUsesLisp
1
-0
/
+3
2021-07-26
emit_glasm: Fix LINESS_ADJACENCY typo in InputPrimitive()
Lioncash
1
-1
/
+1
2021-07-23
shader: Avoid usage of C++20 ranges to build in clang
ReinUsesLisp
1
-2
/
+5
2021-07-23
glasm: Add passthrough geometry shader support
ReinUsesLisp
1
-5
/
+23
2021-07-23
shader: Rework varyings and implement passthrough geometry shaders
ReinUsesLisp
1
-2
/
+4
2021-07-23
shader: Move loop safety tests to code emission
ReinUsesLisp
1
-0
/
+17
2021-07-23
glasm: Implement SetAttribute ViewportMask
ameerj
1
-1
/
+2
2021-07-23
shader: Split profile and runtime info headers
ReinUsesLisp
1
-0
/
+1
2021-07-23
shader: Add logging
ReinUsesLisp
1
-1
/
+1
2021-07-23
glasm: Use ARB_derivative_control conditionally
ReinUsesLisp
1
-3
/
+4
2021-07-23
opengl: Declare fragment outputs even if they are not used
ReinUsesLisp
1
-2
/
+1
2021-07-23
glasm: Reduce reg allocation leaks from an exception to a log
ReinUsesLisp
1
-1
/
+1
2021-07-23
glasm: Implement Y direction
ReinUsesLisp
1
-0
/
+3
2021-07-23
glasm: Release phi node registers after they are no longer needed
ReinUsesLisp
1
-31
/
+22
2021-07-23
glasm: Remove unnecessary value types
ReinUsesLisp
1
-11
/
+1
2021-07-23
glasm: Throw when there are register leaks
ReinUsesLisp
1
-0
/
+3
2021-07-23
glasm: Catch more register leaks
ReinUsesLisp
1
-1
/
+7
2021-07-23
glasm: Fix usage counting on phi nodes
ReinUsesLisp
1
-3
/
+9
2021-07-23
gl_shader_cache,glasm: Conditionally use typeless image reads extension
ReinUsesLisp
1
-2
/
+4
2021-07-23
glasm: Implement forced early Z
ReinUsesLisp
1
-2
/
+6
2021-07-23
shader: Split profile and runtime information in separate structs
ReinUsesLisp
1
-9
/
+10
2021-07-23
glasm: Implement FSWZADD
ameerj
1
-1
/
+15
2021-07-23
glasm: Fix tessellation headers
ReinUsesLisp
1
-2
/
+2
2021-07-23
glasm: Add tessellation shader declarations
ReinUsesLisp
1
-0
/
+35
2021-07-23
glasm: Declare geometry program headers
ReinUsesLisp
1
-0
/
+35
2021-07-23
glasm: Implement ImageRead
ReinUsesLisp
1
-1
/
+2
2021-07-23
glasm: Implement stores to gl_ViewportIndex
ReinUsesLisp
1
-4
/
+12
2021-07-23
glasm: Support textures used in more than one stage
ReinUsesLisp
1
-2
/
+2
2021-07-23
shader: Read branch conditions from an instruction
ReinUsesLisp
1
-1
/
+1
2021-07-23
glasm: Implement TEX and TEXS instructions
ReinUsesLisp
1
-0
/
+3
2021-07-23
emit_glasm: Enable ARB_draw_buffers when needed
ReinUsesLisp
1
-0
/
+4
2021-07-23
shader_recompiler: GCC fixes
lat9nq
1
-8
/
+8
2021-07-23
glasm: Add Void type to GLASM values
ReinUsesLisp
1
-0
/
+1
2021-07-23
glasm: Add graphics specific shader declarations to GLASM
ReinUsesLisp
1
-6
/
+26
2021-07-23
glasm: Implement local memory for glasm
ameerj
1
-0
/
+3
2021-07-23
glasm: Initial implementation of phi nodes on GLASM
ReinUsesLisp
1
-3
/
+56
2021-07-23
glasm: Declare NV_shader_thread_group when needed
ReinUsesLisp
1
-3
/
+4
2021-07-23
glasm: Rework control flow introducing a syntax list
ReinUsesLisp
1
-7
/
+34
2021-07-23
glasm: Implement Storage atomics
ameerj
1
-0
/
+7
2021-07-23
glasm: Ensure reg alloc order across compilers on GLASM
ReinUsesLisp
1
-11
/
+14
2021-07-23
glasm: Enable unintentionally disabled register aliasing on GLASM
ReinUsesLisp
1
-16
/
+11
2021-07-23
glasm: Implement shuffle and vote instructions on GLASM
ReinUsesLisp
1
-0
/
+6
2021-07-23
glasm: Fix register allocation when moving immediate on GLASM
ReinUsesLisp
1
-11
/
+39
2021-07-23
glasm: Fix moving U64 immediates to registers in GLASM
ReinUsesLisp
1
-1
/
+2
2021-07-23
glasm: Implement storage atomic ops
ameerj
1
-0
/
+13
2021-07-23
glasm: Add conversion instructions to GLASM
ReinUsesLisp
1
-0
/
+3
2021-07-23
glasm: Initial GLASM fp64 support
ReinUsesLisp
1
-4
/
+13
2021-07-23
glasm: Implement GLASM fp16 packing and move bitwise insns
ReinUsesLisp
1
-40
/
+0
2021-07-23
glasm: Make GLASM aware of types
ReinUsesLisp
1
-18
/
+77
2021-07-23
glasm: Remove unused argument in identity instructions on GLASM
ReinUsesLisp
1
-7
/
+7
2021-07-23
glasm: Implement basic GLASM instructions
ReinUsesLisp
1
-3
/
+63
2021-07-23
glasm: Add GLASM backend infrastructure
ReinUsesLisp
1
-0
/
+95