~ppsspp/ppsspp/+git/glslang:CTS

Last commit made on 2016-02-17
Get this branch:
git clone -b CTS https://git.launchpad.net/~ppsspp/ppsspp/+git/glslang

Branch merges

Branch information

Name:
CTS
Repository:
lp:~ppsspp/ppsspp/+git/glslang

Recent commits

81c1b87... by John Kessenich <email address hidden>

KHR_vulkan_glsl 606084

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

KHR_vulkan_glsl 38616f

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

SPV: Use a more accurate MemorySemanticsAllMemory mask.

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

SPV: the OpImageTexelPointer sample 0 should be <id> of 0, not literal 0.

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

SPV: Add recursive distrubition of 'location' across structure members.

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

SPV: Add unary-matrix operations, operating at vector level.

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

Merge pull request #138 from dekimir/fix-old-msvc

Fix #137 by avoiding a C++11 feature.

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

Merge pull request #139 from dekimir/small-header-always

SPV: Split loop header from condition testing for for/while loops.

2ab5a37... by Dejan Mircevski <email address hidden>

Add Test/spv.for-complex-condition.vert.

213bbbe... by Dejan Mircevski <email address hidden>

Split loop header from condition testing for for/while loops.