SPIRV-Cross/reference/shaders/asm
Hans-Kristian Arntzen 3afbfdb090 Implement context-sensitive expression read tracking.
When inside a loop, treat any read of outer expressions to happen
multiple times, forcing a temporary of said outer expressions.
This avoids the problem where we can end up relying on loop-invariant code motion to happen in the
compiler when converting optimized shaders.
2020-06-29 12:20:35 +02:00
..
comp Roll SPIRV-Tools, SPIRV-Headers and GLSLang 2019-12-02 16:17:21 -05:00
frag Implement context-sensitive expression read tracking. 2020-06-29 12:20:35 +02:00
geom Move all .invalid shaders into no-opt folders. 2019-11-05 13:19:19 -05:00
tese GLSL: Deal with array loads from input in tessellation. 2019-03-21 11:50:53 +01:00
vert GLSL: Improve support for GL_ARB_shader_draw_parameters in desktop GLSL. 2020-05-22 12:53:34 +02:00