~pcsx2-team/pcsx2-github-mirror/+git/glslang:extension-support

Last commit made on 2019-01-09
Get this branch:
git clone -b extension-support https://git.launchpad.net/~pcsx2-team/pcsx2-github-mirror/+git/glslang

Branch merges

Branch information

Name:
extension-support
Repository:
lp:~pcsx2-team/pcsx2-github-mirror/+git/glslang

Recent commits

28be454... by John Kessenich <email address hidden>

Infrastructure: Generalize and broaden per-variable extension checking.

69932ab... by John Kessenich <email address hidden>

Merge pull request #1645 from KhronosGroup/dupe-accelstruct

Don't output duplicate OpTypeAccelerationStructureNV declarations

344a03c... by John Kessenich <email address hidden>

Merge pull request #1644 from jeffbolznv/buffer_reference

GL_EXT_buffer_reference

3cf3f96... by Piers Daniell <email address hidden>

Don't output duplicate TypeAccelerationStructureNV declarations

9f2aec4... by Jeff Bolz <email address hidden>

GL_EXT_buffer_reference

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

SPV: Move to the latest header.

e96fa71... by dan sinclair

Make sure source strings are terminated (#1641)

* Make sure source strings are terminated

The source strings may or may not have a null terminator. We need to
make sure we add one before outputting the source strings as we iterate
over the c-str looking for the null terminator.

* Review feedback

6eab476... by John Kessenich <email address hidden>

Merge pull request #1643 from dneto0/update-issue-1642

Mark spv.int16.amd.frag.out as failing validation

082184b... by David Neto <email address hidden>

Mark spv.int16.amd.frag.out as failing validation

See #1642

Also updates SPIRV-Tools and SPIRV-Headers known_good.

83b2647... by John Kessenich <email address hidden>

Merge pull request #1634 from greg-lunarg/lines10

Create separate OpSource for each included file when compiling -g