Implement GL_EXT_shader_16bit_storage and GL_EXT_shader_8bit_storage extensions.
These introduce limited support for 8/16-bit types such that they can only be accessed in buffer memory and converted to/from 32-bit types.
Contributed from Khronos-internal work.
Showing
SPIRV/GLSL.ext.KHR.h
100644 → 100755
SPIRV/spirv.hpp
100644 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Test/baseResults/spv.16bitstorage.frag.out
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Test/runtimeArray.vert
100644 → 100755
File mode changed from 100644 to 100755
Test/spv.16bitstorage-int.frag
0 → 100755
Test/spv.16bitstorage-uint.frag
0 → 100755
Test/spv.16bitstorage.frag
0 → 100755
Test/spv.16bitstorage_Error-int.frag
0 → 100755
Test/spv.16bitstorage_Error-uint.frag
0 → 100755
Test/spv.16bitstorage_Error.frag
0 → 100755
Test/spv.8bitstorage-int.frag
0 → 100755
Test/spv.8bitstorage-uint.frag
0 → 100755
Test/spv.8bitstorage_Error-int.frag
0 → 100755
Test/spv.8bitstorage_Error-uint.frag
0 → 100755
glslang/Include/Types.h
100644 → 100755
glslang/MachineIndependent/Intermediate.cpp
100644 → 100755
This diff is collapsed.
Click to expand it.
glslang/MachineIndependent/ParseHelper.h
100644 → 100755
This diff is collapsed.
Click to expand it.
glslang/MachineIndependent/glslang.y
100644 → 100755
glslang/MachineIndependent/glslang_tab.cpp
100644 → 100755
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
glslang/Public/ShaderLang.h
100644 → 100755
known_good_khr.json
100644 → 100755
Please
register
or
sign in
to comment