SPIRV-Cross/reference/opt/shaders
Hans-Kristian Arntzen a0c13e4ee8 Do not consider aliased struct types if the master is not a block.
It is possible for a shader to declare two plain struct types which
simply share the same OpName without there being an implicit
value/buffer alias relationship.

For to_member_name(), make sure to use the type alias master when
resolving member names. The member name may be different in a type alias
master if the SPIR-V is being intentionally difficult.
2019-10-07 10:52:16 +02:00
..
amd Do not eagerly invalidate all active variables on a branch. 2019-07-24 11:17:30 +02:00
asm Move branchless analysis to CFG. 2019-08-27 10:19:19 +02:00
comp Update external/ to SPIR-V 1.5 2019-09-18 16:04:27 -04:00
desktop-only GLSL: Support GL_ARB_shader_stencil_export. 2019-06-12 10:06:54 +02:00
flatten Update glslang and SPIRV-Tools. 2018-09-27 11:10:22 +02:00
frag Do not consider aliased struct types if the master is not a block. 2019-10-07 10:52:16 +02:00
geom Update tests for latest SPIRV-Tools and glslang. 2018-03-12 15:11:55 +01:00
legacy Do not disable temporary forwarding when we suppress usage tracking. 2019-07-23 19:18:44 +02:00
tesc Update to latest glslang/SPIRV-Tools. 2019-01-30 13:41:57 +01:00
tese Fix input array size in tessellation evaluation shaders. 2019-01-09 10:47:16 +01:00
vert Update to latest glslang/SPIRV-Tools. 2019-01-30 13:41:57 +01:00
vulkan Update external/ to SPIR-V 1.5 2019-09-18 16:04:27 -04:00