Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |