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
/
ast.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
video_core/ast: Unindent most of IsFullyDecompiled() by one level
Lioncash
2019-10-05
1
-12
/
+12
*
video_core/ast: Make ShowCurrentState() take a string_view instead of std::string
Lioncash
2019-10-05
1
-1
/
+1
*
video_core/ast: Default the move constructor and assignment operator
Lioncash
2019-10-05
1
-2
/
+2
*
video_core/{ast, expr}: Organize forward declaration
Lioncash
2019-10-05
1
-7
/
+7
*
video_core/{ast, expr}: Use std::move where applicable
Lioncash
2019-10-05
1
-14
/
+15
*
video_core/ast: Supply const accessors for data where applicable
Lioncash
2019-10-05
1
-2
/
+10
*
Shader_ir: Address feedback
Fernando Sahmkow
2019-10-05
1
-7
/
+5
*
Shader_Ir: Address Feedback and clang format.
Fernando Sahmkow
2019-10-05
1
-32
/
+33
*
Shader_IR: allow else derivation to be optional.
Fernando Sahmkow
2019-10-05
1
-1
/
+2
*
vk_shader_compiler: Implement the decompiler in SPIR-V
Fernando Sahmkow
2019-10-05
1
-1
/
+21
*
Shader_IR: mark labels as unused for partial decompile.
Fernando Sahmkow
2019-10-05
1
-0
/
+8
*
Shader_Ir: Refactor Decompilation process and allow multiple decompilation modes.
Fernando Sahmkow
2019-10-05
1
-2
/
+18
*
gl_shader_decompiler: Implement AST decompiling
Fernando Sahmkow
2019-10-05
1
-10
/
+8
*
shader_ir: Declare Manager and pass it to appropiate programs.
Fernando Sahmkow
2019-10-05
1
-40
/
+34
*
shader_ir: Corrections to outward movements and misc stuffs
Fernando Sahmkow
2019-10-05
1
-6
/
+47
*
shader_ir: Add basic goto elimination
Fernando Sahmkow
2019-10-05
1
-22
/
+152
*
shader_ir: Initial Decompile Setup
Fernando Sahmkow
2019-10-05
1
-0
/
+184