glslang/SPIRV
John Kessenich ebb505355d SPV: Don't add clip/cull distance capabilities unless used.
These capabalities were added on declaration of the members, but
that is considered too aggressive, as those members are automatically
declared in some shaders that don't use them.  Now, actual access
is needed to make the capabalities be declared.
2016-05-16 19:32:59 -06:00
..
CMakeLists.txt Merge pull request #268 from AWoloszyn/update-cmake 2016-05-05 13:46:36 -06:00
disassemble.cpp Comments only. 2016-05-06 13:06:11 -06:00
disassemble.h Comments only. 2016-05-06 13:06:11 -06:00
doc.cpp Comments only. 2016-05-06 13:06:11 -06:00
doc.h Comments only. 2016-05-06 13:06:11 -06: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: Don't add clip/cull distance capabilities unless used. 2016-05-16 19:32:59 -06:00
GlslangToSpv.h Create a new logger class for all messages w.r.t. SPIR-V build. 2016-05-05 10:15:06 -04:00
InReadableOrder.cpp Comments only. 2016-05-06 13:06:11 -06:00
Logger.cpp Use std::string for TBD/missing functionality reporting. 2016-05-10 10:52:32 -04:00
Logger.h Use std::string for TBD/missing functionality reporting. 2016-05-10 10:52:32 -04:00
spirv.hpp Support multiple source languages, adding HLSL as an option. 2016-03-12 18:34:36 -07:00
SpvBuilder.cpp SPV: Add capability ImageGatherExtended if necessary. 2016-05-11 16:38:50 +08:00
SpvBuilder.h Comments only. 2016-05-06 13:06:11 -06:00
spvIR.h Comments only. 2016-05-06 13:06:11 -06:00
SPVRemapper.cpp fix spelling mistakes 2016-04-03 01:17:13 +01:00
SPVRemapper.h spirv-remap: Fixed strings not at end of operands, fixed L/S defect 2016-02-01 16:44:57 -07:00