Merge pull request #71 from amdrexu/mywork
SPIRV: Add image instruction support and atomic counter support.
No related branches found
No related tags found
Showing
- SPIRV/GlslangToSpv.cpp 186 additions, 28 deletionsSPIRV/GlslangToSpv.cpp
- SPIRV/SpvBuilder.cpp 10 additions, 0 deletionsSPIRV/SpvBuilder.cpp
- SPIRV/SpvBuilder.h 4 additions, 2 deletionsSPIRV/SpvBuilder.h
- SPIRV/doc.cpp 2 additions, 0 deletionsSPIRV/doc.cpp
- Test/baseResults/spv.atomic.comp.out 79 additions, 89 deletionsTest/baseResults/spv.atomic.comp.out
- Test/baseResults/spv.do-simple.vert.out 6 additions, 6 deletionsTest/baseResults/spv.do-simple.vert.out
- Test/baseResults/spv.do-while-continue-break.vert.out 8 additions, 8 deletionsTest/baseResults/spv.do-while-continue-break.vert.out
- Test/baseResults/spv.doWhileLoop.frag.out 6 additions, 6 deletionsTest/baseResults/spv.doWhileLoop.frag.out
- Test/baseResults/spv.image.frag.out 497 additions, 0 deletionsTest/baseResults/spv.image.frag.out
- Test/baseResults/spv.loopsArtificial.frag.out 14 additions, 14 deletionsTest/baseResults/spv.loopsArtificial.frag.out
- Test/baseResults/spv.newTexture.frag.out 3 additions, 3 deletionsTest/baseResults/spv.newTexture.frag.out
- Test/baseResults/spv.texture.frag.out 1 addition, 1 deletionTest/baseResults/spv.texture.frag.out
- Test/spv.image.frag 89 additions, 0 deletionsTest/spv.image.frag
- Test/test-spirv-list 1 addition, 0 deletionsTest/test-spirv-list
- glslang/Include/intermediate.h 7 additions, 1 deletionglslang/Include/intermediate.h
- glslang/MachineIndependent/Constant.cpp 1 addition, 1 deletionglslang/MachineIndependent/Constant.cpp
- glslang/MachineIndependent/ParseHelper.cpp 1 addition, 1 deletionglslang/MachineIndependent/ParseHelper.cpp
Loading
Please register or sign in to comment