glslang/SPIRV
Arcady Goldmints-Orlov 01dad4e801 Fix generation of conditionals with a struct result in SPIR-V
It is possible for the SPIR-V code generator to receive a conditional
where the two branches have the same shader language level type but
different SPIR-V types because of things like offset decorations. This
change modifies visitSelection() to handle this case by using either
multiTypeStore() or, if that is available, OpCopyLogical.

Fixes #3164
2023-12-11 20:03:15 +00:00
..
CInterface Implement NonSemantic.Shader.DebugInfo.100 2023-12-11 20:03:12 +00:00
bitutils.h Fix compiler warning emitted from GCC8 2018-09-12 10:34:54 +02:00
CMakeLists.txt build: set SOVERSION on all libraries 2023-12-11 20:03:15 +00:00
disassemble.cpp Fix debuginfo disassembly 2023-12-11 20:03:14 +00:00
disassemble.h Fix -Wextra-semi warnings in headers used in Chromium 2019-02-21 11:05:21 -05:00
doc.cpp Add support for GL_NV_shader_invocation_reorder. (#3054) 2023-12-11 20:03:14 +00:00
doc.h Use nullptr where possible instead of NULL or 0 2023-12-11 20:03:14 +00:00
GLSL.ext.AMD.h Non-functional: Move to latest headers. 2018-03-02 12:36:02 -07:00
GLSL.ext.ARM.h GL_ARM_shader_core_builtins support 2023-12-11 20:03:14 +00:00
GLSL.ext.EXT.h GL_EXT_mesh_shader/SPV_EXT_mesh_shader implementation 2023-12-11 20:03:12 +00:00
GLSL.ext.KHR.h Add SPV_AMD_shader_early_and_late_fragment_tests 2022-07-18 14:20:18 +08:00
GLSL.ext.NV.h Add support for GL_NV_shader_invocation_reorder. (#3054) 2023-12-11 20:03:14 +00:00
GLSL.std.450.h Remove execute permissions 2018-08-07 03:16:20 +09:00
GlslangToSpv.cpp Fix generation of conditionals with a struct result in SPIR-V 2023-12-11 20:03:15 +00:00
GlslangToSpv.h Remove executable bits from code/data files (#2420) 2020-10-12 10:08:47 -06:00
hex_float.h bitwise on boolean 2020-03-30 01:32:23 +03:00
InReadableOrder.cpp SPIR-V: Aggressively prune unreachable merge, continue target 2019-10-29 15:33:54 -04:00
Logger.cpp Make file formatting comply with POSIX and Unix standards 2020-03-21 03:20:25 -04:00
Logger.h Web: Remove unused stage functionality, SPIR-V logger, and hex_utils 2019-08-20 23:21:56 -06:00
NonSemanticDebugPrintf.h GL_EXT_debug_printf implementation 2020-03-05 13:41:34 -06:00
NonSemanticShaderDebugInfo100.h Implement NonSemantic.Shader.DebugInfo.100 2023-12-11 20:03:12 +00:00
spirv.hpp Add support for GL_NV_shader_invocation_reorder. (#3054) 2023-12-11 20:03:14 +00:00
SpvBuilder.cpp Refactor Builder::createTextureCall() to use std::vector 2023-12-11 20:03:15 +00:00
SpvBuilder.h Add support for GL_NV_shader_invocation_reorder. (#3054) 2023-12-11 20:03:14 +00:00
spvIR.h Implement NonSemantic.Shader.DebugInfo.100 2023-12-11 20:03:12 +00:00
SpvPostProcess.cpp GL_ARM_shader_core_builtins support 2023-12-11 20:03:14 +00:00
SPVRemapper.cpp Restore legacy interface for remap() 2022-06-01 16:40:29 -06:00
SPVRemapper.h Restore legacy interface for remap() 2022-06-01 16:40:29 -06:00
SpvTools.cpp Remove the name of unused formal paramters 2023-12-11 20:03:14 +00:00
SpvTools.h Add EliminateDeadOutputStores to API. 2023-12-11 20:03:14 +00:00