summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glsl/var_alloc.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.
* glsl: Remove unreachable returnNarr the Reg2022-01-051-1/+0
|
* glsl: Cleanup/Address feedbackameerj2021-07-231-2/+1
|
* glsl: Remove Signed Integer variablesameerj2021-07-231-16/+0
|
* glsl: Address Rodrigo's feedbackameerj2021-07-231-1/+1
|
* glsl: Allow dynamic tracking of variable allocationameerj2021-07-231-14/+20
|
* glsl: Implement Load/WriteGlobalameerj2021-07-231-3/+3
| | | | along with some other misc changes and fixes
* glsl: Fix precise variable declarationameerj2021-07-231-18/+16
| | | | and add some more separation in the shader for better debugability when dumped
* glsl: Implement precise fp variable allocationameerj2021-07-231-0/+16
|
* glsl: Rework var alloc to not assign unused resultsameerj2021-07-231-1/+16
|
* glsl: Rework variable allocator to allow for variable reuseameerj2021-07-231-0/+290