summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/backend/glsl/emit_glsl_composite.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-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 includesGravatar ameerj2021-12-051-1/+1
|
* glsl: Cleanup/Address feedbackGravatar ameerj2021-07-221-2/+1
|
* glsl: Address Rodrigo's feedbackGravatar ameerj2021-07-221-2/+7
|
* glsl: Cleanup and address feedbackGravatar ameerj2021-07-221-2/+3
|
* glsl: Use NotImplemented macro with function name outputGravatar ameerj2021-07-221-15/+15
|
* glsl: Rework var alloc to not assign unused resultsGravatar ameerj2021-07-221-19/+31
|
* shader_recompiler: GCC fixesGravatar lat9nq2021-07-221-0/+1
|
* glsl: remove unused headersGravatar ameerj2021-07-221-2/+0
|
* glsl: Implement derivatives and YDirectionGravatar ameerj2021-07-221-45/+27
| | | | plus some other misc additions/changed
* glsl: Fix non-immediate buffer accessGravatar ameerj2021-07-221-30/+18
| | | | and many other misc implementations
* glsl: Implement some attribute getters and settersGravatar ameerj2021-07-221-8/+6
|
* glsl: FP function fixesGravatar ameerj2021-07-221-3/+5
|
* glsl: Add many FP32/64 instructionsGravatar ameerj2021-07-221-14/+10
|
* glsl: Implement a few Integer instructionsGravatar ameerj2021-07-221-0/+237
|
* glsl: Initial backendGravatar ameerj2021-07-221-0/+0