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
/
ir_opt
/
constant_propagation_pass.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
shader: Fix FSwizzleAdd folding when going through phi nodes
ReinUsesLisp
2021-07-23
1
-2
/
+2
*
glasm: Rework control flow introducing a syntax list
ReinUsesLisp
2021-07-23
1
-20
/
+0
*
shader: Fix BFE s32 undefined check
ameerj
2021-07-23
1
-1
/
+1
*
shader: Fix error checking in bitfieldExtract and implement bitfieldInsert folding
ReinUsesLisp
2021-07-23
1
-5
/
+14
*
shader: Move microinstruction header to the value header
ReinUsesLisp
2021-07-23
1
-1
/
+1
*
shader: Add constant propagation for arithmetic right shifts
ReinUsesLisp
2021-07-23
1
-0
/
+3
*
shader: Add coarse derivatives
FernandoS27
2021-07-23
1
-8
/
+0
*
shader: Implement fine derivates constant propagation
FernandoS27
2021-07-23
1
-0
/
+67
*
shader: Add constant propagation for *&^| binary operations
ReinUsesLisp
2021-07-23
1
-0
/
+12
*
shader_recompiler,video_core: Cleanup some GCC and Clang errors
lat9nq
2021-07-23
1
-23
/
+26
*
shader: Address Feedback
FernandoS27
2021-07-23
1
-6
/
+3
*
shader: Fold composite extract
FernandoS27
2021-07-23
1
-0
/
+62
*
shader: Fold comparisons and Pack/Unpack16
FernandoS27
2021-07-23
1
-1
/
+41
*
shader: Fix constant propagation to use reverse post order
ReinUsesLisp
2021-07-23
1
-1
/
+2
*
shader: Refactor PTP and other minor changes
ReinUsesLisp
2021-07-23
1
-20
/
+2
*
shader: Implement TLD4.PTP
FernandoS27
2021-07-23
1
-0
/
+18
*
shader: Implement TLD4 and TLD4_B
FernandoS27
2021-07-23
1
-0
/
+12
*
shader: Fold interpolation multiplications
ReinUsesLisp
2021-07-23
1
-0
/
+34
*
shader: Implement DMNMX, DSET, DSETP
ameerj
2021-07-23
1
-2
/
+8
*
shader: Implement CAL inlining function calls
ReinUsesLisp
2021-07-23
1
-3
/
+5
*
shader: Partial implementation of LDC
ReinUsesLisp
2021-07-23
1
-6
/
+16
*
shader: FMUL, select, RRO, and MUFU fixes
ReinUsesLisp
2021-07-23
1
-1
/
+1
*
spirv: Add lower fp16 to fp32 pass
ReinUsesLisp
2021-07-23
1
-6
/
+6
*
shader: Add XMAD multiplication folding optimization
ReinUsesLisp
2021-07-23
1
-5
/
+77
*
spirv: Initial bindings support
ReinUsesLisp
2021-07-23
1
-12
/
+64
*
shader: Misc fixes
ReinUsesLisp
2021-07-23
1
-16
/
+11
*
shader: Initial implementation of an AST
ReinUsesLisp
2021-07-23
1
-0
/
+50
*
shader: Better constant folding
ReinUsesLisp
2021-07-23
1
-12
/
+47
*
shader: Make typed IR
ReinUsesLisp
2021-07-23
1
-0
/
+20
*
shader: Constant propagation and global memory to storage buffer
ReinUsesLisp
2021-07-23
1
-0
/
+146