| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | general: fix spelling mistakes | 2023-03-12 | 1 | -40/+40 | |
| | | |||||
| * | general: Convert source file copyright comments over to SPDX | 2022-04-23 | 1 | -3/+2 | |
| | | | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later. | ||||
| * | emit_glsl_atomic: Implement 32x2 fallback atomic ops | 2022-01-29 | 1 | -9/+55 | |
| | | |||||
| * | shaders: Add U64->U32x2 Atomic fallback functions | 2022-01-29 | 1 | -0/+96 | |
| | | |||||
| * | shader_recompiler: Adjust emit_context includes | 2021-12-05 | 1 | -1/+1 | |
| | | |||||
| * | glsl: Cleanup/Address feedback | 2021-07-22 | 1 | -6/+6 | |
| | | |||||
| * | glsl: Add Shader_GLSL logging | 2021-07-22 | 1 | -7/+6 | |
| | | |||||
| * | glsl: Remove Signed Integer variables | 2021-07-22 | 1 | -2/+2 | |
| | | |||||
| * | glsl: Implement barriers | 2021-07-22 | 1 | -1/+0 | |
| | | |||||
| * | glsl: Fix <32-bit SSBO writes | 2021-07-22 | 1 | -5/+2 | |
| | | | | | and more cleanup | ||||
| * | glsl: Cleanup and address feedback | 2021-07-22 | 1 | -5/+5 | |
| | | |||||
| * | glsl: Implement Load/WriteGlobal | 2021-07-22 | 1 | -1/+1 | |
| | | | | | along with some other misc changes and fixes | ||||
| * | glsl: Fix atomic SSBO offsets | 2021-07-22 | 1 | -63/+70 | |
| | | | | | and implement misc getters | ||||
| * | glsl: SHFL fix and prefer shift operations over divide in glsl shader | 2021-07-22 | 1 | -11/+11 | |
| | | |||||
| * | glsl: Fix ssbo indexing and name shadowing between shader stages | 2021-07-22 | 1 | -44/+62 | |
| | | |||||
| * | glsl: Rework var alloc to not assign unused results | 2021-07-22 | 1 | -5/+4 | |
| | | |||||
| * | glsl: Rework variable allocator to allow for variable reuse | 2021-07-22 | 1 | -6/+5 | |
| | | |||||
| * | glsl: Fix ATOM and implement ATOMS | 2021-07-22 | 1 | -40/+116 | |
| | | |||||
| * | shader_recompiler: GCC fixes | 2021-07-22 | 1 | -0/+1 | |
| | | |||||
| * | glsl: remove unused headers | 2021-07-22 | 1 | -2/+0 | |
| | | |||||
| * | glsl: Simply FP storage atomics | 2021-07-22 | 1 | -34/+14 | |
| | | |||||
| * | glsl: F16x2 storage atomics | 2021-07-22 | 1 | -51/+34 | |
| | | |||||
| * | glsl: Revert ssbo aliasing. Storage Atomics impl | 2021-07-22 | 1 | -40/+101 | |
| | | |||||
| * | glsl: Wip storage atomic ops | 2021-07-22 | 1 | -0/+301 | |
| | | |||||
| * | glsl: Initial backend | 2021-07-22 | 1 | -0/+0 | |