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

Last commit made on 2023-05-17
Get this branch:
git clone -b sdk-1.3.250 https://git.launchpad.net/~pcsx2-team/pcsx2-github-mirror/+git/glslang

Branch merges

Branch information

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

Recent commits

d1517d6... by Jeremy Hayes <email address hidden>

Update CHANGES for release 12.2.0

f697b55... by Jeremy Hayes <email address hidden>

Update known_good.json

1e4955a... by Arcady Goldmints-Orlov <email address hidden>

Include <cstdint> header in Common.h

This change also cleans up some ifdef'd code for no longer supported
versions of MSVC.

Fixes: #3139

d9c3c75... by Johannes Kauffmann <email address hidden>

Common.h: don't use to_string workaround on MSVC

Pre-VS2012 is no longer supported.

It might still be needed on Android, I haven't tested this.

f202aa6... by Johannes Kauffmann <email address hidden>

PP: remove workaround for VS2015

e00517a... by Johannes Kauffmann <email address hidden>

SPIRV: remove pre-C++11 workaround

076c358... by Johannes Kauffmann <email address hidden>

SPIRV: hex_float: remove workaround for VS2013

14e57ab... by Arcady Goldmints-Orlov <email address hidden>

Enable constructor reorder warnings

They no longer happen "all over" as the comment suggests, and downstream
builds have them enabled already.

a02dde7... by Ryan Harrison <email address hidden>

Correct ctor order to make '-Wreorder-ctor' pass

These lines in the ctor being out of order are causing -Wreorder-ctor
to fire when trying to integrate glslang ToT into Chromium/Dawn/etc,
https://logs.chromium.org/logs/dawn/buildbucket/cr-buildbucket/8781562047251466593/+/u/compile_with_ninja/stdout.

49aad13... by Steven Perron <email address hidden>

Remove the windows-msvc-2015-release-bazel config

The VS2015 bazel test has been stopped, so we can not remove the config
file. We have the windows-msvc-2019-release-bazel to replace it. It is
already running, and it is passing.