glslang/SPIRV
John Kessenich 4e11b615db SPV: Turn off the default validation done by the SPIRV-Tools optimizer.
Also use the glslang namespace qualifier consistently and validate after
legalization, not before. (But most tests don't legalize.)
2018-08-30 16:59:13 -06:00
..
bitutils.h Parser: Implement extension GL_AMD_gpu_shader_half_float. 2016-09-30 16:13:06 +08:00
CMakeLists.txt SPV: Isolate SPIRV-tools glue to its own file. 2018-08-23 15:17:10 -06:00
disassemble.cpp SPV: Isolate SPIRV-tools glue to its own file. 2018-08-23 15:17:10 -06:00
disassemble.h SPV: Isolate SPIRV-tools glue to its own file. 2018-08-23 15:17:10 -06:00
doc.cpp Implement GL_EXT_shader_16bit_storage and GL_EXT_shader_8bit_storage extensions. 2018-07-03 13:51:31 -06:00
doc.h Non-Functional: Remove unused parts of the disassembler. 2018-03-30 00:11:39 -06:00
GLSL.ext.AMD.h Non-functional: Move to latest headers. 2018-03-02 12:36:02 -07:00
GLSL.ext.EXT.h Fix issues of SPIRV headers 2018-03-02 17:42:37 +08:00
GLSL.ext.KHR.h Implement GL_EXT_shader_16bit_storage and GL_EXT_shader_8bit_storage extensions. 2018-07-03 13:51:31 -06:00
GLSL.ext.NV.h Implement GL_NV_shader_subgroup_partitioned 2018-03-29 22:52:17 -05:00
GLSL.std.450.h SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
GlslangToSpv.cpp SPV: Turn off the default validation done by the SPIRV-Tools optimizer. 2018-08-30 16:59:13 -06:00
GlslangToSpv.h SPV: Isolate SPIRV-tools glue to its own file. 2018-08-23 15:17:10 -06:00
hex_float.h Build: Attempt better support for VS 2012. 2017-08-25 21:35:37 -06:00
InReadableOrder.cpp Use unordered_set in ReadableOrderTraverser. 2017-05-11 20:48:34 -04:00
Logger.cpp [VS2010] Remove use of ranged-for loops 2016-05-17 01:20:30 +02:00
Logger.h [VS2010] Remove use of "= default" and "= delete" 2016-05-17 01:20:25 +02:00
spirv.hpp Implement GL_EXT_shader_16bit_storage and GL_EXT_shader_8bit_storage extensions. 2018-07-03 13:51:31 -06:00
SpvBuilder.cpp SPV: only declare the pure 8/16-bit capabilities when needed. 2018-08-16 15:54:21 -06:00
SpvBuilder.h SPV: only declare the pure 8/16-bit capabilities when needed. 2018-08-16 15:54:21 -06:00
spvIR.h SPV: only declare the pure 8/16-bit capabilities when needed. 2018-08-16 15:54:21 -06:00
SpvPostProcess.cpp SPV: only declare the pure 8/16-bit capabilities when needed. 2018-08-16 15:54:21 -06:00
SPVRemapper.cpp Add support for OpConstantNull and OpConstantSampler to spirv-remap 2018-06-19 13:51:28 -06:00
SPVRemapper.h Remapper: make remapper robust against non-exiting error handlers 2017-09-20 15:19:43 -06:00
SpvTools.cpp SPV: Turn off the default validation done by the SPIRV-Tools optimizer. 2018-08-30 16:59:13 -06:00
SpvTools.h SPV: Add option for controling when the SPIRV-Tools validator is used. 2018-08-23 15:29:08 -06:00