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
/
video_core
/
shader
/
control_flow.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
video_core: Rename "const buffer locker" to "registry"
ReinUsesLisp
2020-03-09
1
-1
/
+2
*
Shader_IR: Address Feedback.
Fernando Sahmkow
2019-10-26
1
-1
/
+5
*
gl_shader_decompiler: Move entries to a separate function
ReinUsesLisp
2019-10-25
1
-2
/
+1
*
Shader_IR: Implement Fast BRX and allow multi-branches in the CFG.
Fernando Sahmkow
2019-10-25
1
-15
/
+44
*
Shader_Cache: setup connection of ConstBufferLocker
Fernando Sahmkow
2019-10-25
1
-1
/
+2
*
control_flow: Silence truncation warnings
Lioncash
2019-10-16
1
-2
/
+2
*
Shader_IR: allow else derivation to be optional.
Fernando Sahmkow
2019-10-05
1
-1
/
+1
*
Shader_Ir: Refactor Decompilation process and allow multiple decompilation modes.
Fernando Sahmkow
2019-10-05
1
-3
/
+7
*
gl_shader_decompiler: Implement AST decompiling
Fernando Sahmkow
2019-10-05
1
-1
/
+1
*
shader_ir: Declare Manager and pass it to appropiate programs.
Fernando Sahmkow
2019-10-05
1
-4
/
+4
*
shader_ir: Initial Decompile Setup
Fernando Sahmkow
2019-10-05
1
-2
/
+2
*
video_core/control_flow: Provide operator!= for types with operator==
Lioncash
2019-07-19
1
-4
/
+21
*
video_core/control_flow: Make program_size for ScanFlow() a std::size_t
Lioncash
2019-07-19
1
-3
/
+2
*
shader_ir: Remove unnecessary constructors and use optional for ScanFlow result
Fernando Sahmkow
2019-07-09
1
-8
/
+6
*
shader_ir: Corrections, documenting and asserting control_flow
Fernando Sahmkow
2019-07-09
1
-4
/
+12
*
shader_ir: Unify blocks in decompiled shaders.
Fernando Sahmkow
2019-07-09
1
-1
/
+2
*
shader_ir: Decompile Flow Stack
Fernando Sahmkow
2019-07-09
1
-0
/
+1
*
shader_ir: Implement a new shader scanner
Fernando Sahmkow
2019-07-09
1
-0
/
+55