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
/
structured_control_flow.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
shader_recompiler: Reduce unused includes
ameerj
2022-03-20
1
-2
/
+0
*
structured_control_flow: Skip reordering nested demote branches.
ameerj
2021-08-30
1
-0
/
+11
*
structured_control_flow: Conditionally invoke demote reorder pass
ameerj
2021-08-30
1
-4
/
+6
*
structured_control_flow: Add DemoteCombinationPass
ameerj
2021-08-28
1
-1
/
+107
*
shader: Avoid usage of C++20 ranges to build in clang
ReinUsesLisp
2021-07-23
1
-4
/
+4
*
shader_recompiler, video_core: Resolve clang errors
lat9nq
2021-07-23
1
-7
/
+2
*
shader: GCC fmt 8.0.0 fixes
lat9nq
2021-07-23
1
-1
/
+1
*
shader: Move loop safety tests to code emission
ReinUsesLisp
2021-07-23
1
-33
/
+4
*
shader: Calibrate loop safety threshold
ReinUsesLisp
2021-07-23
1
-1
/
+1
*
shader: Fix loop safety to SSA pass
ReinUsesLisp
2021-07-23
1
-1
/
+3
*
shader: Add shader loop safety check settings
lat9nq
2021-07-23
1
-4
/
+38
*
shader: Always initialize up reference in structure control flow
ReinUsesLisp
2021-07-23
1
-31
/
+36
*
shader: Read branch conditions from an instruction
ReinUsesLisp
2021-07-23
1
-6
/
+3
*
shader_recompiler: GCC fixes
lat9nq
2021-07-23
1
-24
/
+24
*
glasm: Initial implementation of phi nodes on GLASM
ReinUsesLisp
2021-07-23
1
-3
/
+3
*
glasm: Rework control flow introducing a syntax list
ReinUsesLisp
2021-07-23
1
-99
/
+136
*
shader: Fix gcc warnings
ReinUsesLisp
2021-07-23
1
-1
/
+1
*
shader: Improve goto removal algorithm complexity
ReinUsesLisp
2021-07-23
1
-49
/
+28
*
shader: Move siblings check to a separate function and comment them out
ReinUsesLisp
2021-07-23
1
-16
/
+21
*
shader: Mark blocks with no end branch as unreachable
ReinUsesLisp
2021-07-23
1
-2
/
+7
*
shader_recompiler,video_core: Cleanup some GCC and Clang errors
lat9nq
2021-07-23
1
-2
/
+1
*
shader: Fix indirect branches to scheduler instructions
ReinUsesLisp
2021-07-23
1
-3
/
+3
*
shader: Implement BRX
FernandoS27
2021-07-23
1
-0
/
+57
*
shader: Fix structured control flow on KIL instructions
ReinUsesLisp
2021-07-23
1
-3
/
+6
*
shader: Properly insert Prologue instruction
ReinUsesLisp
2021-07-23
1
-1
/
+2
*
shader: Implement NDC [-1, 1], attribute types and default varying initialization
ReinUsesLisp
2021-07-23
1
-1
/
+6
*
shader: Add partial rasterizer integration
ReinUsesLisp
2021-07-23
1
-0
/
+18
*
shader: Implement CAL inlining function calls
ReinUsesLisp
2021-07-23
1
-0
/
+770