~pcsx2-team/pcsx2-github-mirror/+git/glslang:SPIR-V_1.4

Last commit made on 2019-05-10
Get this branch:
git clone -b SPIR-V_1.4 https://git.launchpad.net/~pcsx2-team/pcsx2-github-mirror/+git/glslang

Branch merges

Branch information

Recent commits

08e01e7... by John Kessenich <email address hidden>

Bump version and revision.

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

SPV 1.4: Move to 1.4 validation, removing all 1.4 validation failures.

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

SPV 1.4: Emit SignExtend and ZeroExtend for integer image reads/writes.

61a5ce1... by John Kessenich <email address hidden>

SPV 1.4: Lookup tables: Use variable initializer and NonWritable...

...when doing a variable lookup on an array of constants.

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

SPV 1.4: Add support for OpCopyLogical, careful of Boolean differences.

1f4d046... by John Kessenich <email address hidden>

SPV 1.4: Implement the 5 new loop controls.

0c1e71a... by John Kessenich <email address hidden>

SPV 1.4: Use OpSelect for trivial typed non-scalar/vector expressions.

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

SPV 1.4: Add testing infrastructure for SPV 1.4 tests.

This includes the test for the first feature of OpEntryPoint.

7c7731e... by John Kessenich <email address hidden>

SPV 1.4: Generate all globals on OpEntryPoint interface list.

2dd4ab3... by John Kessenich <email address hidden>

SPV: Move to the SPIR-V 1.4 header.