~libretro/libretro/+git/spirv-headers:vulkan-sdk-1.3.275

Last commit made on 2023-12-06
Get this branch:
git clone -b vulkan-sdk-1.3.275 https://git.launchpad.net/~libretro/libretro/+git/spirv-headers

Branch merges

Branch information

Name:
vulkan-sdk-1.3.275
Repository:
lp:~libretro/libretro/+git/spirv-headers

Recent commits

1c6bb27... by Kévin Petit

Add a few missing calls to std::exit on error (#395)

Errors were printed but did not stop processing and as a result the
related issues were not caught by CI checks.

Change-Id: I030c7ffe23a4730106a19e212895bef03b6ca456

Signed-off-by: Kevin Petit <email address hidden>

d5301a8... by bwlodarcz <email address hidden>

Headers support for FPGAClusterAttributesV2INTEL (#393)

Specification:
https://github.com/KhronosGroup/SPIRV-Registry/blob/main/extensions/INTEL/SPV_INTEL_fpga_cluster_attributes.asciidoc

f1e0d8b... by Spencer Fricke <email address hidden>

Add Type-Declaration for extended types (#392)

d5acd42... by Dmitry Sidorov <email address hidden>

Update SPV_INTEL_long_composites tokens (#375)

Signed-off-by: Sidorov, Dmitry <email address hidden>

cca08c6... by Viktoria Maximova <email address hidden>

Change token IDs for global_variable_fpga_decorations and global_variable_host_access (#389)

Relates to the recent change in SPIRV-Registry: https://github.com/KhronosGroup/SPIRV-Registry/pull/222

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

It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (#390)

Tabs and spaces mixed on the same line. It should all be spaces.

38f39da... by Spencer Fricke <email address hidden>

Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (#388)

88bc5e3... by bwlodarcz <email address hidden>

Headers support for new FPGAMemoryAttributesINTEL (#384)

* Headers support for new FPGAMemoryAttributesINTEL

Implementation of three new FPGAMemoryAttributesINTEL:
 - StridesizeINTEL
 - WordsizeINTEL
 - TrueDualPortIntel

Specification: https://github.com/KhronosGroup/SPIRV-Registry/blob/main/extensions/INTEL/SPV_INTEL_fpga_memory_attributes.asciidoc

* Update_1

4183b26... by Romaric Jodin <email address hidden>

ClspvReflection non-sematic: add NormalizedSamplerMaskPushConstant (#377)

This is needed to implement 3D Image read using unnormalised sampler.
Ref google/clspv#1202

e867c06... by pradyumans <email address hidden>

Add a Source Language for Slang (#383)

* Add a Source Language for Slang

* Changed src lang name from SLANG to Slang