Implement SPV_KHR_subgroup_vote
authorAshwin Kolhe <ashwin.kolhe@gmail.com>
Wed, 18 Jan 2017 22:16:49 +0000 (14:16 -0800)
committerAshwin Kolhe <ashwin.kolhe@gmail.com>
Wed, 18 Jan 2017 22:16:49 +0000 (14:16 -0800)
commitc720f3e639c75284bf5f35839b6eb3f71d98cf67
treec6a70111b54a10e0ea41781de8a0fa2dc2539aea
parent33dadd128792e85bb37200da6c39b69b1c7232ee
Implement SPV_KHR_subgroup_vote

doc.cpp: Add capabilities, scope to the opcodes. Add opcode and
capability strings.
GLSL.ext.KHR.h: Add extension
string.
GlslangToSpv.cpp: Fix handling of opcodes to generate
appropriate SPIR-V.
spirv.hpp: Add capability and opcode
enums.
spv.shaderGroupVote.comp.out: Update SPIR-V output for test
shader.
SPIRV/GLSL.ext.KHR.h
SPIRV/GlslangToSpv.cpp
SPIRV/doc.cpp
SPIRV/spirv.hpp
Test/baseResults/spv.shaderGroupVote.comp.out