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

Last commit made on 2024-03-08
Get this branch:
git clone -b vulkan-sdk-1.3.280 https://git.launchpad.net/~pcsx2-team/pcsx2-github-mirror/+git/glslang

Branch merges

Branch information

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

Recent commits

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

Update CHANGES for release 14.1.0

90b46ff... by Jeremy Hayes <email address hidden>

Update known_good.json

d73712b... by Sharo <email address hidden>

Add flags for outputting absolute paths for messages (#3467)

Uses std::filesystem to create absolute paths.
Also adds "shaderFileName" to TSinkBase so it can be used during message
outputs.

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

Increase TStorageQualifier bitfield width

Fix #3538.

Visual Studio 2022 added a new warning to detect when enumerators can
not be represented within the given bit field width. This warning is
disabled by default but can be enabled using the flag /w15249. This PR
increases the width by one to accommodate the signed maximum value of
EvqLast, which is currently 32.

Perhaps a future improvement would be to use scoped enums; however,
that is more work as the typing is more strict and would require more
changes.

bada5c8... by Wooyoung Kim <email address hidden>

GL_EXT_control_flow_attributes2 support. (#3531)

The actual support has been available with GL_EXT_control_flow_attributes.
This change set is to handle
  "#extension GL_EXT_control_flow_attributes2 : <val>"

ad7e719... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

Bump github/codeql-action from 3.24.5 to 3.24.6

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.5 to 3.24.6.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/47b3d888fe66b639e431abf22ebca059152f1eea...8a470fddafa5cbb6266ee11b37ef4d8aae19c571)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <email address hidden>

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

Fix debug info file and source strings

The file and source text was not being set correctly in the test output.
This change makes the test fixture consistent with the command line
behavior, "-gVS", which was my original intent when I added these tests.

b0df68c... by Nathaniel Cesario <email address hidden>

Add support for GL_ARB_shading_language_include

Add support for GL_ARB_shading_language_include. Usage is identical to
the way GL_GOOGLE_include_directive currently works glslang (since
GL_ARB_shading_language_include is inherently a runtime feature and
glslang is an offline compiler).

Users can simulate their runtime environment by using a custom
glslang::TShader::Includer or using filenames that match their GL
runtime names.

Closes #249.

fa04cdf... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

Bump github/codeql-action from 3.24.3 to 3.24.5

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.3 to 3.24.5.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/379614612a29c9e28f31f39a59013eb8012a51f0...47b3d888fe66b639e431abf22ebca059152f1eea)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <email address hidden>

2c4348f... by Pavel Asyutchenko <email address hidden>

Fix HLSL built-in passthrough via inout