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

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

Branch merges

Branch information

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

Recent commits

73c9630... by Jeremy Hayes <email address hidden>

Merge pull request #2998 from jeremy-lunarg/hayes-update-changes

Update CHANGES for release 11.11.0

6079f49... by Jeremy Hayes <email address hidden>

Update CHANGES for release 11.11.0

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

Merge pull request #2995 from jeremy-lunarg/hayes-update-known-good

Update known_good.json

5326d15... by Jeremy Hayes <email address hidden>

Update known_good.json

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

Merge pull request #2991 from KhronosGroup/revert-2988-build_arm64_binaries_mac

Revert "Fix: Build arm64 binaries for macOS"

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

Revert "Fix: Build arm64 binaries for macOS"

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

Merge pull request #2988 from spnda/build_arm64_binaries_mac

Fix: Build arm64 binaries for macOS

fb64704... by blackpanther

Add unified `glslang` CMake config collecting `glslang-targets` targets (#2989)

f28022c... by David Neto <email address hidden>

Avoid double-free in functions cloned for vulkan relaxed mode (#2987)

* Avoid double-free in functions cloned for vulkan relaxed mode

When rewriting function calls atomicCounterIncrement and
atoicCounterDecrement, clone the parameters so that the TParameter
'type' field is cloned. This avoids double-free when both the original
and transformed functions are deleted by the parser.

Fixes a ubsan failure.

b43848f... by sean <email address hidden>

Fix: Build arm64 binaries for macOS