Age | Commit message (Expand) | Author |
2021-07-22 | shader: Fix loop safety to SSA pass | ReinUsesLisp |
2021-07-22 | shader: Add shader loop safety check settings | lat9nq |
2021-07-22 | shader: Always initialize up reference in structure control flow | ReinUsesLisp |
2021-07-22 | shader: Read branch conditions from an instruction | ReinUsesLisp |
2021-07-22 | shader_recompiler: GCC fixes | lat9nq |
2021-07-22 | glasm: Initial implementation of phi nodes on GLASM | ReinUsesLisp |
2021-07-22 | glasm: Rework control flow introducing a syntax list | ReinUsesLisp |
2021-07-22 | shader: Fix gcc warnings | ReinUsesLisp |
2021-07-22 | shader: Improve goto removal algorithm complexity | ReinUsesLisp |
2021-07-22 | shader: Move siblings check to a separate function and comment them out | ReinUsesLisp |
2021-07-22 | shader: Mark blocks with no end branch as unreachable | ReinUsesLisp |
2021-07-22 | shader_recompiler,video_core: Cleanup some GCC and Clang errors | lat9nq |
2021-07-22 | shader: Fix indirect branches to scheduler instructions | ReinUsesLisp |
2021-07-22 | shader: Implement BRX | FernandoS27 |
2021-07-22 | shader: Fix structured control flow on KIL instructions | ReinUsesLisp |
2021-07-22 | shader: Properly insert Prologue instruction | ReinUsesLisp |
2021-07-22 | shader: Implement NDC [-1, 1], attribute types and default varying initializa... | ReinUsesLisp |
2021-07-22 | shader: Add partial rasterizer integration | ReinUsesLisp |
2021-07-22 | shader: Implement CAL inlining function calls | ReinUsesLisp |