summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glsl/emit_glsl_composite.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-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 includesameerj2021-12-061-1/+1
|
* glsl: Cleanup/Address feedbackameerj2021-07-231-2/+1
|
* glsl: Address Rodrigo's feedbackameerj2021-07-231-2/+7
|
* glsl: Cleanup and address feedbackameerj2021-07-231-2/+3
|
* glsl: Use NotImplemented macro with function name outputameerj2021-07-231-15/+15
|
* glsl: Rework var alloc to not assign unused resultsameerj2021-07-231-19/+31
|
* shader_recompiler: GCC fixeslat9nq2021-07-231-0/+1
|
* glsl: remove unused headersameerj2021-07-231-2/+0
|
* glsl: Implement derivatives and YDirectionameerj2021-07-231-45/+27
| | | | plus some other misc additions/changed
* glsl: Fix non-immediate buffer accessameerj2021-07-231-30/+18
| | | | and many other misc implementations
* glsl: Implement some attribute getters and settersameerj2021-07-231-8/+6
|
* glsl: FP function fixesameerj2021-07-231-3/+5
|
* glsl: Add many FP32/64 instructionsameerj2021-07-231-14/+10
|
* glsl: Implement a few Integer instructionsameerj2021-07-231-0/+237
|
* glsl: Initial backendameerj2021-07-231-0/+0