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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-01-08
Fix "Propietary" typo elsewhere
Viktor Szépe
1
-1
/
+1
2023-12-22
shader_recompiler: ensure derivatives for textureGrad are f32
Liam
1
-1
/
+11
2023-11-18
shader_recompiler: Fix spelling of "derivate" (#12067)
Ameer J
1
-5
/
+5
2023-08-19
Shader Recomnpiler: implement textuzreGrad 3D emulation constant propagation
Fernando Sahmkow
1
-1
/
+226
2023-01-04
Video_core: Address feedback
Fernando Sahmkow
1
-0
/
+3
2023-01-03
ShaderCompiler: Inline driver specific constants.
Fernando Sahmkow
1
-1
/
+29
2023-01-01
MacroHLE: Add HLE replacement for base vertex and base instance.
Fernando Sahmkow
1
-3
/
+42
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2022-03-20
shader_recompiler: Reduce unused includes
ameerj
1
-1
/
+0
2021-12-30
shader: Add integer attribute get optimization pass
ameerj
1
-0
/
+23
2021-07-30
shader: Fold UnpackFloat2x16 and PackFloat2x16
ReinUsesLisp
1
-0
/
+4
2021-07-26
shader: Fold integer FMA from Nvidia's pattern
ReinUsesLisp
1
-0
/
+175
2021-07-26
shader: Use TryInstRecursive on XMAD multiply folding
ReinUsesLisp
1
-14
/
+12
2021-07-23
shader: Avoid usage of C++20 ranges to build in clang
ReinUsesLisp
1
-2
/
+3
2021-07-23
shader: Add constant propagation to integer vectors
ReinUsesLisp
1
-0
/
+9
2021-07-23
shader: Fix FSwizzleAdd folding when going through phi nodes
ReinUsesLisp
1
-2
/
+2
2021-07-23
glasm: Rework control flow introducing a syntax list
ReinUsesLisp
1
-20
/
+0
2021-07-23
shader: Fix BFE s32 undefined check
ameerj
1
-1
/
+1
2021-07-23
shader: Fix error checking in bitfieldExtract and implement bitfieldInsert folding
ReinUsesLisp
1
-5
/
+14
2021-07-23
shader: Move microinstruction header to the value header
ReinUsesLisp
1
-1
/
+1
2021-07-23
shader: Add constant propagation for arithmetic right shifts
ReinUsesLisp
1
-0
/
+3
2021-07-23
shader: Add coarse derivatives
FernandoS27
1
-8
/
+0
2021-07-23
shader: Implement fine derivates constant propagation
FernandoS27
1
-0
/
+67
2021-07-23
shader: Add constant propagation for *&^| binary operations
ReinUsesLisp
1
-0
/
+12
2021-07-23
shader_recompiler,video_core: Cleanup some GCC and Clang errors
lat9nq
1
-23
/
+26
2021-07-23
shader: Address Feedback
FernandoS27
1
-6
/
+3
2021-07-23
shader: Fold composite extract
FernandoS27
1
-0
/
+62
2021-07-23
shader: Fold comparisons and Pack/Unpack16
FernandoS27
1
-1
/
+41
2021-07-23
shader: Fix constant propagation to use reverse post order
ReinUsesLisp
1
-1
/
+2
2021-07-23
shader: Refactor PTP and other minor changes
ReinUsesLisp
1
-20
/
+2
2021-07-23
shader: Implement TLD4.PTP
FernandoS27
1
-0
/
+18
2021-07-23
shader: Implement TLD4 and TLD4_B
FernandoS27
1
-0
/
+12
2021-07-23
shader: Fold interpolation multiplications
ReinUsesLisp
1
-0
/
+34
2021-07-23
shader: Implement DMNMX, DSET, DSETP
ameerj
1
-2
/
+8
2021-07-23
shader: Implement CAL inlining function calls
ReinUsesLisp
1
-3
/
+5
2021-07-23
shader: Partial implementation of LDC
ReinUsesLisp
1
-6
/
+16
2021-07-23
shader: FMUL, select, RRO, and MUFU fixes
ReinUsesLisp
1
-1
/
+1
2021-07-23
spirv: Add lower fp16 to fp32 pass
ReinUsesLisp
1
-6
/
+6
2021-07-23
shader: Add XMAD multiplication folding optimization
ReinUsesLisp
1
-5
/
+77
2021-07-23
spirv: Initial bindings support
ReinUsesLisp
1
-12
/
+64
2021-07-23
shader: Misc fixes
ReinUsesLisp
1
-16
/
+11
2021-07-23
shader: Initial implementation of an AST
ReinUsesLisp
1
-0
/
+50
2021-07-23
shader: Better constant folding
ReinUsesLisp
1
-12
/
+47
2021-07-23
shader: Make typed IR
ReinUsesLisp
1
-0
/
+20
2021-07-23
shader: Constant propagation and global memory to storage buffer
ReinUsesLisp
1
-0
/
+146