| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | shader_recompiler: Rename backend emit_context files | 2021-12-05 | 1 | -80/+0 | |
| | | |||||
| * | shader_recompiler, video_core: Resolve clang errors | 2021-07-22 | 1 | -1/+1 | |
| | | | | | | | | | | | Silences the following warnings-turned-errors: -Wsign-conversion -Wunused-private-field -Wbraced-scalar-init -Wunused-variable And some other errors | ||||
| * | shader: GCC fmt 8.0.0 fixes | 2021-07-22 | 1 | -3/+5 | |
| | | |||||
| * | shader: Move loop safety tests to code emission | 2021-07-22 | 1 | -0/+1 | |
| | | |||||
| * | glasm: Implement Y direction | 2021-07-22 | 1 | -0/+2 | |
| | | |||||
| * | glasm: Implement indirect attribute loads | 2021-07-22 | 1 | -0/+1 | |
| | | |||||
| * | shader: Split profile and runtime information in separate structs | 2021-07-22 | 1 | -2/+4 | |
| | | |||||
| * | glasm: Properly declare attributes on geometry programs | 2021-07-22 | 1 | -0/+1 | |
| | | |||||
| * | glasm: Implement ImageRead | 2021-07-22 | 1 | -0/+2 | |
| | | |||||
| * | glasm: Implement stores to gl_ViewportIndex | 2021-07-22 | 1 | -2/+6 | |
| | | |||||
| * | glasm: Implement ImageFetch | 2021-07-22 | 1 | -0/+1 | |
| | | |||||
| * | glasm: Support textures used in more than one stage | 2021-07-22 | 1 | -1/+13 | |
| | | |||||
| * | glasm: Implement shuffle and vote instructions on GLASM | 2021-07-22 | 1 | -0/+2 | |
| | | |||||
| * | glasm: Initial GLASM fp64 support | 2021-07-22 | 1 | -0/+7 | |
| | | |||||
| * | glasm: Make GLASM aware of types | 2021-07-22 | 1 | -4/+4 | |
| | | |||||
| * | glasm: Implement basic GLASM instructions | 2021-07-22 | 1 | -2/+3 | |
| | | |||||
| * | glasm: Changes to GLASM register allocator and emit context | 2021-07-22 | 1 | -3/+24 | |
| | | |||||
| * | glasm: Add GLASM backend infrastructure | 2021-07-22 | 1 | -0/+21 | |