summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/ast.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-05vk_shader_compiler: Implement the decompiler in SPIR-VFernando Sahmkow1-1/+21
2019-10-05Shader_IR: mark labels as unused for partial decompile.Fernando Sahmkow1-0/+8
2019-10-05Shader_Ir: Refactor Decompilation process and allow multiple decompilation modes.Fernando Sahmkow1-2/+18
2019-10-05gl_shader_decompiler: Implement AST decompilingFernando Sahmkow1-10/+8
2019-10-05shader_ir: Declare Manager and pass it to appropiate programs.Fernando Sahmkow1-40/+34
2019-10-05shader_ir: Corrections to outward movements and misc stuffsFernando Sahmkow1-6/+47
2019-10-05shader_ir: Add basic goto eliminationFernando Sahmkow1-22/+152
2019-10-05shader_ir: Initial Decompile SetupFernando Sahmkow1-0/+184