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