forked from pool/vulkan-validationlayers
vulkan-validationlayers SDK-1.4.313.0
This commit is contained in:
BIN
vulkan-sdk-1.4.309.0.tar.gz
(Stored with Git LFS)
BIN
vulkan-sdk-1.4.309.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
vulkan-sdk-1.4.313.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
vulkan-sdk-1.4.313.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 18 06:02:29 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to tag SDK-1.4.313.0
|
||||
* layers: Fix undefined behavior for DynamicStateValue
|
||||
* gpuav: Store modified extensions and features locally
|
||||
* gpuav: Warn on reaching max actions cmd validation
|
||||
* layers: Add runtime topology VU checks
|
||||
* layers: Check layout mismatch for dynamic rendering barrier
|
||||
* layers: Get VK_EXT_fragment_density_map_offset working
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 13 17:03:56 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
%endif
|
||||
|
||||
Name: vulkan-validationlayers
|
||||
Version: 1.4.309
|
||||
Version: 1.4.313
|
||||
Release: 0
|
||||
Summary: Validation layers for Vulkan
|
||||
License: Apache-2.0
|
||||
@@ -35,8 +35,8 @@ BuildRequires: glslang-devel >= 15.1
|
||||
BuildRequires: memory-constraints
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python3-base
|
||||
BuildRequires: spirv-headers >= 1.6.4+sdk304
|
||||
BuildRequires: spirv-tools-devel >= 2025.1~rc1
|
||||
BuildRequires: spirv-headers >= 1.6.4+sdk309+git17
|
||||
BuildRequires: spirv-tools-devel >= 2025.2~rc2
|
||||
BuildRequires: vulkan-headers >= %version
|
||||
BuildRequires: vulkan-utility-libraries-devel >= %version
|
||||
BuildRequires: xxhash-devel
|
||||
@@ -66,8 +66,8 @@ EOF
|
||||
chmod a+x gxx
|
||||
export CXX="$PWD/gxx"
|
||||
%cmake -DGLSLANG_INSTALL_DIR="%_bindir" \
|
||||
-DCMAKE_C_COMPILER="gcc%{?gcc_version:-%{gcc_version}}" \
|
||||
-DCMAKE_CXX_COMPILER="g++%{?gcc_version:-%{gcc_version}}" \
|
||||
-DCMAKE_C_COMPILER="gcc%{?gcc_version:-%gcc_version}" \
|
||||
-DCMAKE_CXX_COMPILER="g++%{?gcc_version:-%gcc_version}" \
|
||||
-DSPIRV_HEADERS_INSTALL_DIR="%_includedir" \
|
||||
-DBUILD_LAYER_SUPPORT_FILES=ON \
|
||||
-DUSE_ROBIN_HOOD_HASHING=OFF \
|
||||
|
Reference in New Issue
Block a user