~pcsx2-team/pcsx2-github-mirror/+git/glslang:format-attributes

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

Branch merges

Branch information

Name:
format-attributes
Repository:
lp:~pcsx2-team/pcsx2-github-mirror/+git/glslang

Recent commits

8a97d38... by John Kessenich <email address hidden>

HLSL: Fix #1912: add attribute syntax for nonreadable/nonwritable

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

HLSL: Fix #1912: add attribute syntax for overriding image formats.

973d0e5... by John Kessenich <email address hidden>

Merge pull request #1910 from KhronosGroup/fix-1900-const-nonuniform

GLSL/SPV: Fix #1900: Drop const on literal when doing an object copy.

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

GLSL/SPV: Fix #1900: Drop const on literal when doing an object copy.

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

Merge pull request #1907 from kainino0x/separate-web-and-emscripten

Separate GLSLANG_WEB (min-size build) and Emscripten options

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

Merge pull request #1905 from KhronosGroup/GL_EXT_buffer_reference_uvec2

SPV_KHR_physical_storage_buffer/SPV: Add GL_EXT_buffer_reference_uvec2

90e402f... by John Kessenich <email address hidden>

SPV_KHR_physical_storage_buffer/SPV: Add GL_EXT_buffer_reference_uvec2

Adds uvec2 <-> reference constructor support.
Switches from EXT to KHR for physical_storage_buffer.

4b5159e... by John Kessenich <email address hidden>

Merge pull request #1908 from digit-google/fuchsia-fixes

Fix Fuchsia build.

9d43c7f... by David 'Digit' Turner <email address hidden>

Fix Fuchsia build.

The Fuchsia build is very picky about newlines at the end of files
and will complain loudly about them. Removing the -Wnewline-eof
warning solves the issue.

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

Merge branch 'master' into separate-web-and-emscripten