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
/
frontend
/
maxwell
/
program.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
shader: Fix VertexA Shaders.
FernandoS27
2021-07-23
1
-5
/
+14
*
shader: Handle host exceptions
ReinUsesLisp
2021-07-23
1
-0
/
+1
*
shader_recompiler: GCC fixes
lat9nq
2021-07-23
1
-1
/
+1
*
glasm: Rework control flow introducing a syntax list
ReinUsesLisp
2021-07-23
1
-7
/
+17
*
shader: Optimize NVN Fallthrough
FernandoS27
2021-07-23
1
-2
/
+5
*
shader: Address feedback
FernandoS27
2021-07-23
1
-19
/
+18
*
shader: Implement VertexA stage
FernandoS27
2021-07-23
1
-0
/
+28
*
shader: Remove identity removal pass for better build times
ReinUsesLisp
2021-07-23
1
-1
/
+0
*
shader: Add NVN storage buffer fallbacks
ReinUsesLisp
2021-07-23
1
-0
/
+43
*
shader: Implement tessellation shaders, polygon mode and invocation id
ReinUsesLisp
2021-07-23
1
-0
/
+5
*
shader: Implement geometry shaders
ReinUsesLisp
2021-07-23
1
-1
/
+12
*
shader: Implement indexed attributes
FernandoS27
2021-07-23
1
-1
/
+1
*
shader: Fix splits on blocks using indirect branches
ReinUsesLisp
2021-07-23
1
-1
/
+1
*
shader: Eliminate orphan blocks more efficiently
ReinUsesLisp
2021-07-23
1
-7
/
+8
*
shader: Implement LDS, STS, LDL, and STS and use SPIR-V 1.4 when available
ReinUsesLisp
2021-07-23
1
-0
/
+2
*
shader: Better interpolation and disabled attributes support
ReinUsesLisp
2021-07-23
1
-0
/
+35
*
spirv: Remove dependencies on Environment when generating SPIR-V
ReinUsesLisp
2021-07-23
1
-0
/
+3
*
shader: Add partial rasterizer integration
ReinUsesLisp
2021-07-23
1
-0
/
+1
*
shader: Implement CAL inlining function calls
ReinUsesLisp
2021-07-23
1
-47
/
+24
*
shader: Initial support for textures and TEX
ReinUsesLisp
2021-07-23
1
-0
/
+1
*
spirv: Fixes and Intel specific workarounds
ReinUsesLisp
2021-07-23
1
-3
/
+0
*
shader: Rename, implement FADD.SAT and P2R (imm)
ReinUsesLisp
2021-07-23
1
-1
/
+1
*
spirv: Add lower fp16 to fp32 pass
ReinUsesLisp
2021-07-23
1
-0
/
+2
*
shader: Primitive Vulkan integration
ReinUsesLisp
2021-07-23
1
-1
/
+1
*
spirv: Initial bindings support
ReinUsesLisp
2021-07-23
1
-3
/
+4
*
shader: Support SSA loops on IR
ReinUsesLisp
2021-07-23
1
-4
/
+8
*
shader: Initial implementation of an AST
ReinUsesLisp
2021-07-23
1
-34
/
+35
*
shader: Add pools and rename files
ReinUsesLisp
2021-07-23
1
-32
/
+17
*
shader: Constant propagation and global memory to storage buffer
ReinUsesLisp
2021-07-23
1
-2
/
+4
*
shader: Initial instruction support
ReinUsesLisp
2021-07-23
1
-0
/
+1
*
shader: SSA and dominance
ReinUsesLisp
2021-07-23
1
-31
/
+44
*
shader: Initial recompiler work
ReinUsesLisp
2021-07-23
1
-0
/
+69