glslang/SPIRV
qining e24aa5edbb SpecOp bool->uint/int and uint<->int conversion
Bool -> uint/int with OpSpecConstantOp OpSelect instruction.

uint <-> int conversion with OpSpecConstantOp OpIAdd instruction.

Note, implicit conversion: `const uint = an_int_spec_constant` is not
supported. Explicit type casting is required: `const uint =
uint(an_int_spec_constant)`
2016-04-12 22:01:55 -04:00
..
CMakeLists.txt Implement inReadableOrder(). 2016-01-19 10:11:34 -05:00
disassemble.cpp Merge pull request #174 from mgadams/alias_proto_warnings 2016-02-24 21:43:59 -07:00
disassemble.h Move to revision 31 of SPIR-V. 2015-08-06 22:55:01 -06:00
doc.cpp Support multiple source languages, adding HLSL as an option. 2016-03-12 18:34:36 -07:00
doc.h Fix warnings/errors for strict aliasing & function prototypes 2016-02-23 12:17:11 -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 SpecOp bool->uint/int and uint<->int conversion 2016-04-12 22:01:55 -04:00
GlslangToSpv.h Nonfunctional: Remove stray ';' and fix Google Test sentence in README. 2016-04-07 09:10:47 -06:00
InReadableOrder.cpp Fix compilation issues with MSVC 2010 2016-02-23 22:17:38 +01:00
spirv.hpp Support multiple source languages, adding HLSL as an option. 2016-03-12 18:34:36 -07:00
SpvBuilder.cpp SpecOp bool->uint/int and uint<->int conversion 2016-04-12 22:01:55 -04:00
SpvBuilder.h Merge branch 'master' into hlsl-frontend 2016-04-03 20:36:48 -06:00
spvIR.h Remove decoration of undefined IDs 2016-03-09 19:54:03 -05: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