Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | general: Convert source file copyright comments over to SPDX | Morph | 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. | ||||
* | shader_recompiler: Adjust emit_context includes | ameerj | 2021-12-06 | 1 | -1/+1 |
| | |||||
* | shader: Ignore global memory ops on devices lacking int64 support | ameerj | 2021-07-23 | 1 | -6/+28 |
| | |||||
* | glsl: Remove Signed Integer variables | ameerj | 2021-07-23 | 1 | -2/+2 |
| | |||||
* | glsl: Reorganize backend code, remove unneeded [[maybe_unused]] | ameerj | 2021-07-23 | 1 | -40/+26 |
| | |||||
* | glsl: Fix <32-bit SSBO writes | ameerj | 2021-07-23 | 1 | -12/+20 |
| | | | | and more cleanup | ||||
* | glsl: Implement Load/WriteGlobal | ameerj | 2021-07-23 | 1 | -0/+56 |
| | | | | along with some other misc changes and fixes | ||||
* | glsl: SHFL fix and prefer shift operations over divide in glsl shader | ameerj | 2021-07-23 | 1 | -21/+22 |
| | |||||
* | glsl: Fix ssbo indexing and name shadowing between shader stages | ameerj | 2021-07-23 | 1 | -29/+34 |
| | |||||
* | glsl: Rework variable allocator to allow for variable reuse | ameerj | 2021-07-23 | 1 | -14/+14 |
| | |||||
* | glsl: minor cleanup | ameerj | 2021-07-23 | 1 | -8/+8 |
| | |||||
* | shader_recompiler: GCC fixes | lat9nq | 2021-07-23 | 1 | -0/+1 |
| | |||||
* | glsl: Better Storage access and wip warps | ameerj | 2021-07-23 | 1 | -19/+41 |
| | |||||
* | glsl: SSBO access fixes and wip SampleExplicitLod implementation. | ameerj | 2021-07-23 | 1 | -3/+5 |
| | |||||
* | glsl: remove unused headers | ameerj | 2021-07-23 | 1 | -2/+0 |
| | |||||
* | glsl: Fix non-immediate buffer access | ameerj | 2021-07-23 | 1 | -7/+11 |
| | | | | and many other misc implementations | ||||
* | glsl: Revert ssbo aliasing. Storage Atomics impl | ameerj | 2021-07-23 | 1 | -6/+8 |
| | |||||
* | glsl: Wip storage atomic ops | ameerj | 2021-07-23 | 1 | -4/+4 |
| | |||||
* | glsl: FP function fixes | ameerj | 2021-07-23 | 1 | -3/+2 |
| | |||||
* | glsl: Add many FP32/64 instructions | ameerj | 2021-07-23 | 1 | -9/+6 |
| | |||||
* | glsl: Use std::string_view for Emit function args. | ameerj | 2021-07-23 | 1 | -7/+7 |
| | |||||
* | glsl: Fix "reg" allocing | ameerj | 2021-07-23 | 1 | -0/+99 |
| | | | | based on glasm with some tweaks | ||||
* | glsl: Initial backend | ameerj | 2021-07-23 | 1 | -0/+0 |