aboutsummaryrefslogtreecommitdiff
path: root/src/shader_recompiler/backend/glsl/var_alloc.cpp
AgeCommit message (Collapse)Author
2022-04-23general: Convert source file copyright comments over to SPDXMorph
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.
2022-01-04glsl: Remove unreachable returnNarr the Reg
2021-07-22glsl: Cleanup/Address feedbackameerj
2021-07-22glsl: Remove Signed Integer variablesameerj
2021-07-22glsl: Address Rodrigo's feedbackameerj
2021-07-22glsl: Allow dynamic tracking of variable allocationameerj
2021-07-22glsl: Implement Load/WriteGlobalameerj
along with some other misc changes and fixes
2021-07-22glsl: Fix precise variable declarationameerj
and add some more separation in the shader for better debugability when dumped
2021-07-22glsl: Implement precise fp variable allocationameerj
2021-07-22glsl: Rework var alloc to not assign unused resultsameerj
2021-07-22glsl: Rework variable allocator to allow for variable reuseameerj