SPV 1.4: Emit SignExtend and ZeroExtend for integer image reads/writes.
authorJohn Kessenich <cepheus@frii.com>
Sun, 31 Mar 2019 16:51:57 +0000 (10:51 -0600)
committerJohn Kessenich <cepheus@frii.com>
Fri, 10 May 2019 06:02:45 +0000 (00:02 -0600)
commitf43c739ac5eb84266a68095519f59f4235455519
tree1f07f99bafe795f138f3255a56cb972668272d52
parent61a5ce190a02491fb45718b5e050e86ef732bbcd
SPV 1.4: Emit SignExtend and ZeroExtend for integer image reads/writes.
SPIRV/GlslangToSpv.cpp
SPIRV/SpvBuilder.cpp
SPIRV/SpvBuilder.h
SPIRV/doc.cpp
Test/baseResults/spv.1.4.image.frag.out [new file with mode: 0755]
Test/baseResults/spv.1.4.sparseTexture.frag.out [new file with mode: 0755]
Test/baseResults/spv.1.4.texture.frag.out [new file with mode: 0755]
Test/spv.1.4.image.frag [new file with mode: 0644]
Test/spv.1.4.sparseTexture.frag [new file with mode: 0644]
Test/spv.1.4.texture.frag [new file with mode: 0644]
gtests/Spv.FromFile.cpp