~pcsx2-team/pcsx2-github-mirror/+git/glslang:sdk-1.3.204

Last commit made on 2022-02-03
Get this branch:
git clone -b sdk-1.3.204 https://git.launchpad.net/~pcsx2-team/pcsx2-github-mirror/+git/glslang

Branch merges

Branch information

Name:
sdk-1.3.204
Repository:
lp:~pcsx2-team/pcsx2-github-mirror/+git/glslang

Recent commits

2742e95... by Greg Fischer <email address hidden>

Merge pull request #2885 from greg-lunarg/kg121

Update spirv-tools known good

acd4425... by Greg Fischer <email address hidden>

Update spirv-tools known good

Picking up some spirv-tools bug fixes

16e3b40... by Greg Fischer <email address hidden>

Merge pull request #2883 from greg-lunarg/link2

Enhance readability of error messages for GLSL

3005da6... by Greg Fischer <email address hidden>

Merge pull request #2874 from mbechard/master

fix cases where symbols in the tree didn't get updated during block merging

ca0d54d... by Greg Fischer <email address hidden>

Enhance readability of error messages for GLSL

Specifically, make GLSL link error messages more specific and output
only information relevant to the error.

Also change type printing to more closely reflect GLSL syntax. This
is the default for link error messages, but must me enabled with the
new option --enhanced-msgs for compilation error messages.

Also with --enhanced-msgs, only emit one error message per source
line.

b833831... by Malcolm Bechard <email address hidden>

fix cases where symbols in the tree didn't get updated during block merging

For GL_EXT_vulkan_glsl_relaxed. When merging the default uniform block,
there were cases where symbols in the tree wern't updated to match the
new block structure after merging blocks together.

This change traverses the symbol tree and updates any references to the
merged block.

c34bb3b... by Greg Fischer <email address hidden>

Merge pull request #2879 from greg-lunarg/vulkan-1.3-B

Release 11.8.0

9448de5... by Greg Fischer <email address hidden>

Release 11.8.0

a7aae72... by Greg Fischer <email address hidden>

Merge pull request #2878 from greg-lunarg/vulkan-1.3-A

Fix size_t to int warning

69565b1... by Greg Fischer <email address hidden>

Fix size_t to int warning