Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
b37657cdcd | |||
3e7f70c69a |
@@ -1,4 +0,0 @@
|
|||||||
mtime: 1735007715
|
|
||||||
commit: 293ad8d1bb6a27c607fad8d91b7306e43ba3db7e08204db2ee43fb978411e214
|
|
||||||
url: https://src.opensuse.org/jengelh/vulkan-validationlayers
|
|
||||||
revision: master
|
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ef179d2ffcebc070f4a4f52fc4d9626d4f1a71d523f6636bd6918ba870b09dab
|
|
||||||
size 256
|
|
BIN
v1.4.304.tar.gz
(Stored with Git LFS)
BIN
v1.4.304.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
vulkan-sdk-1.4.309.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
vulkan-sdk-1.4.309.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 13 17:03:56 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to tag SDK-1.4.309.0
|
||||||
|
* layers: Validate surface counters
|
||||||
|
* layers: Validate presentModeFifoLatestReady feature is enabled
|
||||||
|
* layers: Validate missing imageCompressionControl feature
|
||||||
|
* gpuav: Disable vertex buffer fetching validation
|
||||||
|
* chassis: Remove tls caching of device/instance state
|
||||||
|
* layers: Add Extension Checks for Layer Extensions
|
||||||
|
* layers: Fix crash when sub cb state doesn't have render pass
|
||||||
|
* layers: Fix crash with invalid device creation
|
||||||
|
* layers: Validate image copy queue flag support
|
||||||
|
* layers: Add support for VK_KHR_video_maintenance2
|
||||||
|
* layers: Validate 2d image blit with invalid z offsets
|
||||||
|
* layers: Validate invalid ray gen SBT address
|
||||||
|
* sync: Validate destination acceleration structure build
|
||||||
|
* sync: Validate acceleration structure vertex/index buffers
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 24 02:31:56 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Tue Dec 24 02:31:56 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package vulkan-validationlayers
|
# spec file for package vulkan-validationlayers
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -15,28 +15,28 @@
|
|||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
%if 0%{?suse_version} < 1600
|
||||||
|
%define gcc_version 13
|
||||||
|
%endif
|
||||||
|
|
||||||
Name: vulkan-validationlayers
|
Name: vulkan-validationlayers
|
||||||
Version: 1.4.304
|
Version: 1.4.309
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Validation layers for Vulkan
|
Summary: Validation layers for Vulkan
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
URL: https://github.com/KhronosGroup/Vulkan-ValidationLayers
|
URL: https://github.com/KhronosGroup/Vulkan-ValidationLayers
|
||||||
Source: https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v%version.tar.gz
|
Source: https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/refs/tags/vulkan-sdk-%version.0.tar.gz
|
||||||
Patch2: xxhash.diff
|
Patch2: xxhash.diff
|
||||||
BuildRequires: cmake >= 3.7.12
|
BuildRequires: cmake >= 3.7.12
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} < 1600
|
BuildRequires: gcc%{?gcc_version} >= 9
|
||||||
BuildRequires: gcc12-c++
|
BuildRequires: gcc%{?gcc_version}-c++ >= 9
|
||||||
%else
|
|
||||||
BuildRequires: c++_compiler
|
|
||||||
%endif
|
|
||||||
BuildRequires: glslang-devel >= 15.1
|
BuildRequires: glslang-devel >= 15.1
|
||||||
BuildRequires: memory-constraints
|
BuildRequires: memory-constraints
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: python3-base
|
BuildRequires: python3-base
|
||||||
BuildRequires: spirv-headers >= 1.6.4+sdk303
|
BuildRequires: spirv-headers >= 1.6.4+sdk304
|
||||||
BuildRequires: spirv-tools-devel >= 2024.4~rc2
|
BuildRequires: spirv-tools-devel >= 2025.1~rc1
|
||||||
BuildRequires: vulkan-headers >= %version
|
BuildRequires: vulkan-headers >= %version
|
||||||
BuildRequires: vulkan-utility-libraries-devel >= %version
|
BuildRequires: vulkan-utility-libraries-devel >= %version
|
||||||
BuildRequires: xxhash-devel
|
BuildRequires: xxhash-devel
|
||||||
@@ -52,7 +52,7 @@ Vulkan is a 3D graphics and compute API.
|
|||||||
This package contains the Khronos official Vulkan validation layers.
|
This package contains the Khronos official Vulkan validation layers.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n Vulkan-ValidationLayers-%version -p1
|
%autosetup -n Vulkan-ValidationLayers-vulkan-sdk-%version.0 -p1
|
||||||
perl -i -pe 's{\@PACKAGE_VERSION\@}{%version}' CMakeLists.txt */CMakeLists.txt
|
perl -i -pe 's{\@PACKAGE_VERSION\@}{%version}' CMakeLists.txt */CMakeLists.txt
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@@ -61,17 +61,13 @@ perl -i -pe 's{\@PACKAGE_VERSION\@}{%version}' CMakeLists.txt */CMakeLists.txt
|
|||||||
# (under glibc>=2.34 it's not strictly needed anymore due to symbol move)
|
# (under glibc>=2.34 it's not strictly needed anymore due to symbol move)
|
||||||
cat >gxx <<-EOF
|
cat >gxx <<-EOF
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec g++ "\$@" -lpthread
|
exec "g++%{?gcc_version:-%{gcc_version}}" "\$@" -lpthread
|
||||||
EOF
|
EOF
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} < 1600
|
|
||||||
cat >gxx <<-EOF
|
|
||||||
#!/bin/sh
|
|
||||||
exec g++-12 "\$@" -lpthread
|
|
||||||
EOF
|
|
||||||
%endif
|
|
||||||
chmod a+x gxx
|
chmod a+x gxx
|
||||||
export CXX="$PWD/gxx"
|
export CXX="$PWD/gxx"
|
||||||
%cmake -DGLSLANG_INSTALL_DIR="%_bindir" \
|
%cmake -DGLSLANG_INSTALL_DIR="%_bindir" \
|
||||||
|
-DCMAKE_C_COMPILER="gcc%{?gcc_version:-%{gcc_version}}" \
|
||||||
|
-DCMAKE_CXX_COMPILER="g++%{?gcc_version:-%{gcc_version}}" \
|
||||||
-DSPIRV_HEADERS_INSTALL_DIR="%_includedir" \
|
-DSPIRV_HEADERS_INSTALL_DIR="%_includedir" \
|
||||||
-DBUILD_LAYER_SUPPORT_FILES=ON \
|
-DBUILD_LAYER_SUPPORT_FILES=ON \
|
||||||
-DUSE_ROBIN_HOOD_HASHING=OFF \
|
-DUSE_ROBIN_HOOD_HASHING=OFF \
|
||||||
|
Reference in New Issue
Block a user