SPIRV-Cross/reference/opt/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 dependencies 2020-05-20 10:27:51 -04:00
frag Implement context-sensitive expression read tracking. 2020-06-29 12:20:35 +02:00
geom Roll dependencies 2020-05-20 10:27:51 -04: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