~pcsx2-team/pcsx2-github-mirror/+git/glslang:nan-clamp

Last commit made on 2019-06-18
Get this branch:
git clone -b nan-clamp https://git.launchpad.net/~pcsx2-team/pcsx2-github-mirror/+git/glslang

Branch merges

Branch information

Recent commits

605afc7... by John Kessenich <email address hidden>

SPV: Add a switch for favoring non-NaN operands in min, max, and clamp.

d579c0a... by John Kessenich <email address hidden>

Bump revision.

9db7278... by John Kessenich <email address hidden>

Merge pull request #1803 from Igalia/siglesias/fix-gl_SubGroupSizeARB-tese-geom

Fix gl_SubGroupSizeARB builtin treatment

2cfde2b... by Samuel Iglesias

Delete duplicated gl_SubGroupSizeARB builtin treatment

Signed-off-by: Samuel Iglesias Gonsálvez <email address hidden>

def9662... by John Kessenich <email address hidden>

Merge pull request #1796 from Igalia/siglesias/fix-gl_SubGroupSizeARB-tese-geom

Add missing GL_ARB_shader_ballot builtins to Geometry and Tessellatio…

69596ba... by John Kessenich <email address hidden>

Merge pull request #1799 from jeffbolznv/volatile_semantics

Add gl_SemanticsVolatile to GL_KHR_memory_scope_semantics, and make volatile-qualified atomics generate MemorySemanticsVolatile when using the Vulkan memory model

dbe6b06... by Samuel Iglesias

Add missing GL_ARB_shader_ballot builtins to Geometry and Tessellation shaders

When processing Geometry and Tessellation Control/Evaluation shaders,
the builtins defined by GL_ARB_shader_ballot were not processed by
glslang. This specially a problem for gl_SubGroupSizeARB because, it is
treated as shader input instead of uniform on Vulkan.

Signed-off-by: Samuel Iglesias Gonsálvez <email address hidden>

38a52fc... by Jeff Bolz <email address hidden>

Add gl_SemanticsVolatile to GL_KHR_memory_scope_semantics, and make volatile-qualified atomics generate MemorySemanticsVolatile when using the Vulkan memory model

96ee92f... by John Kessenich <email address hidden>

Merge pull request #1797 from alan-baker/update-tools

Update tools

e86cc18... by Alan Baker <email address hidden>

Update test expectations for new SPIRV-Tools