| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | glsl: Implement precise fp variable allocation | 2021-07-22 | 4 | -8/+67 | |
| | | |||||
| * | HACK glsl: Write defaults to unused generic attributes | 2021-07-22 | 2 | -2/+11 | |
| | | |||||
| * | glsl: Fix ssbo indexing and name shadowing between shader stages | 2021-07-22 | 3 | -77/+101 | |
| | | |||||
| * | glsl: implement set clip distance | 2021-07-22 | 2 | -0/+15 | |
| | | | | | and missed a diff in emit_glsl relating to var alloc ref counting | ||||
| * | glsl: Rework var alloc to not assign unused results | 2021-07-22 | 9 | -49/+91 | |
| | | |||||
| * | glsl: Rework variable allocator to allow for variable reuse | 2021-07-22 | 14 | -353/+482 | |
| | | |||||
| * | glsl: Fix ATOM and implement ATOMS | 2021-07-22 | 5 | -114/+136 | |
| | | |||||
| * | glsl: Use gl_SubGroupInvocationARB | 2021-07-22 | 2 | -8/+7 | |
| | | |||||
| * | glsl: Implement VOTE for subgroup size potentially larger | 2021-07-22 | 2 | -19/+36 | |
| | | |||||
| * | glsl: Implement VOTE | 2021-07-22 | 4 | -50/+64 | |
| | | |||||
| * | glsl: Implement ST{LS} | 2021-07-22 | 6 | -69/+106 | |
| | | |||||
| * | glsl: Implement more instructions used by SMO | 2021-07-22 | 1 | -3/+3 | |
| | | |||||
| * | glsl: Implement more instructions used by SMO | 2021-07-22 | 5 | -10/+16 | |
| | | |||||
| * | glsl: Fix GetAttribute return values | 2021-07-22 | 2 | -7/+9 | |
| | | | | | fixes font rendering issues as these were used to index into the ssbos | ||||
| * | glsl: minor cleanup | 2021-07-22 | 4 | -20/+19 | |
| | | |||||
| * | glsl: Fix and implement rest of cbuf access | 2021-07-22 | 1 | -7/+43 | |
| | | |||||
| * | glsl: Implement TXQ and other misc changes | 2021-07-22 | 5 | -6/+36 | |
| | | |||||
| * | glsl: TLD4 implementation | 2021-07-22 | 1 | -2/+89 | |
| | | |||||
| * | glsl: Implement TLD instruction | 2021-07-22 | 1 | -1/+55 | |
| | | |||||
| * | glsl: Implement TEXS | 2021-07-22 | 1 | -1/+29 | |
| | | |||||
| * | glsl: Cleanup texture functions | 2021-07-22 | 1 | -13/+11 | |
| | | |||||
| * | shader_recompiler: GCC fixes | 2021-07-22 | 14 | -3/+13 | |
| | | |||||
| * | glsl: Implement TEX depth functions | 2021-07-22 | 2 | -4/+46 | |
| | | |||||
| * | glsl: Implement TEX ImageSample functions | 2021-07-22 | 3 | -11/+71 | |
| | | |||||
| * | glsl: Rework Shuffle emit instructions to align with SPIR-V | 2021-07-22 | 1 | -19/+40 | |
| | | |||||
| * | glsl: Better Storage access and wip warps | 2021-07-22 | 8 | -62/+133 | |
| | | |||||
| * | glsl: Fix integer conversions, implement clamp CC | 2021-07-22 | 2 | -27/+36 | |
| | | |||||
| * | glsl: Implement IADD CC | 2021-07-22 | 2 | -2/+17 | |
| | | |||||
| * | glsl: SSBO access fixes and wip SampleExplicitLod implementation. | 2021-07-22 | 2 | -4/+19 | |
| | | |||||
| * | glsl: WIP var forward declaration | 2021-07-22 | 6 | -49/+60 | |
| | | | | | to fix Loop control flow. | ||||
| * | glsl: Fix bindings, add some CC ops | 2021-07-22 | 8 | -57/+91 | |
| | | |||||
| * | glsl: remove unused headers | 2021-07-22 | 14 | -34/+10 | |
| | | |||||
| * | glsl: Implement derivatives and YDirection | 2021-07-22 | 8 | -81/+87 | |
| | | | | | plus some other misc additions/changed | ||||
| * | glsl: Fix non-immediate buffer access | 2021-07-22 | 12 | -72/+133 | |
| | | | | | and many other misc implementations | ||||
| * | glsl: textures wip | 2021-07-22 | 9 | -75/+139 | |
| | | |||||
| * | glsl: Implement some attribute getters and setters | 2021-07-22 | 9 | -191/+337 | |
| | | |||||
| * | glsl: Track S32 atomics | 2021-07-22 | 3 | -6/+16 | |
| | | |||||
| * | glsl: Update phi node management | 2021-07-22 | 4 | -21/+53 | |
| | | |||||
| * | glsl: Fix floating point compare ops | 2021-07-22 | 1 | -28/+28 | |
| | | | | | Logic for ordered/unordered ops was wrong. | ||||
| * | glsl: Query GL Device for FP16 extension support | 2021-07-22 | 2 | -2/+9 | |
| | | |||||
| * | glsl: Simply FP storage atomics | 2021-07-22 | 2 | -48/+28 | |
| | | |||||
| * | glsl: F16x2 storage atomics | 2021-07-22 | 7 | -58/+64 | |
| | | |||||
| * | glsl: Revert ssbo aliasing. Storage Atomics impl | 2021-07-22 | 5 | -75/+134 | |
| | | |||||
| * | glsl: implement phi nodes | 2021-07-22 | 4 | -20/+54 | |
| | | |||||
| * | glsl: Wip storage atomic ops | 2021-07-22 | 10 | -327/+414 | |
| | | |||||
| * | glsl: Implement FCMP | 2021-07-22 | 3 | -242/+185 | |
| | | |||||
| * | glsl: Add a more robust fp formatter | 2021-07-22 | 4 | -9/+14 | |
| | | |||||
| * | glsl: More FP fixes | 2021-07-22 | 2 | -9/+16 | |
| | | |||||
| * | glsl: FP function fixes | 2021-07-22 | 7 | -17/+25 | |
| | | |||||
| * | glsl: More FP instructions/fixes | 2021-07-22 | 5 | -28/+41 | |
| | | |||||