forked from pool/vulkan-validationlayers
Compare commits
9 Commits
Author | SHA256 | Date | |
---|---|---|---|
52c04f03fb | |||
|
7201d94bbd | ||
935bdc60c9 | |||
|
88b76ca21a | ||
024450b5a5 | |||
|
ccf374f11d | ||
|
7c01bb7b9f | ||
36b12b6363 | |||
a550308955 |
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
mtime: 1735007715
|
||||
commit: 293ad8d1bb6a27c607fad8d91b7306e43ba3db7e08204db2ee43fb978411e214
|
||||
url: https://src.opensuse.org/jengelh/vulkan-validationlayers
|
||||
revision: master
|
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef179d2ffcebc070f4a4f52fc4d9626d4f1a71d523f6636bd6918ba870b09dab
|
||||
size 256
|
BIN
v1.4.304.tar.gz
(Stored with Git LFS)
Normal file
BIN
v1.4.304.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
vulkan-sdk-1.4.321.0.tar.gz
(Stored with Git LFS)
BIN
vulkan-sdk-1.4.321.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,64 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 17 06:22:07 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to tag SDK-1.4.321.0
|
||||
* layers: Add check for UAB features
|
||||
* layers: Add submit validation of dynamic rendering barriers
|
||||
* layers: Add VK_KHR_robustness2
|
||||
* layers: Add DGC in renderpass check
|
||||
* layers: Add shaderRelaxedExtendedInstruction check
|
||||
* layers: Add CooperativeMatrix version check
|
||||
* layers: Add VK_EXT_zero_initialize_device_memory
|
||||
* layers: Remove layout map compatibility check
|
||||
* layers: Add detailed info about video profiles in error msgs
|
||||
* layers: Rename many image layout names
|
||||
* sync: Validate vkCmdCopyAccelerationStructureKHR
|
||||
* sync: Validate vkCmdCopyAccelerationStructureToMemoryKHR
|
||||
* sync: Validate vkCmdTraceRaysKHR TLAS accesses
|
||||
* layers: Validate vkCmdTraceRaysIndirectKHR
|
||||
* layers: Fix crash for geometry dynamic state
|
||||
* gpuav: Profile GPU memory usage with Tracy
|
||||
* layers: Add validation for VK_KHR_maintenancne9
|
||||
* layers: Add support for VK_KHR_video_decode_vp9
|
||||
* layers: Validate VkAttachmentFeedbackLoopInfoEXT
|
||||
* layers: Add DescriptorTemplate object tracking support
|
||||
* layers: Add per-slice layout tracking for 3d images
|
||||
* layers: Add VK_KHR_presentid2 and VK_KHR_present_wait2
|
||||
* layers: Add VK_VALVE_fragment_density_map_layered
|
||||
* layers: Add missing asymmetric events validation
|
||||
* layers: Validate global image layouts during queue retire phase
|
||||
* layers: Add support for VK_KHR_video_encode_intra_refresh
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- 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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package vulkan-validationlayers
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -15,31 +15,31 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%if 0%{?suse_version} < 1600
|
||||
%define gcc_version 13
|
||||
%endif
|
||||
|
||||
Name: vulkan-validationlayers
|
||||
Version: 1.4.321
|
||||
Version: 1.4.304
|
||||
Release: 0
|
||||
Summary: Validation layers for Vulkan
|
||||
License: Apache-2.0
|
||||
Group: Development/Tools/Other
|
||||
URL: https://github.com/KhronosGroup/Vulkan-ValidationLayers
|
||||
Source: https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/refs/tags/vulkan-sdk-%version.0.tar.gz
|
||||
Source: https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v%version.tar.gz
|
||||
Patch2: xxhash.diff
|
||||
BuildRequires: cmake >= 3.7.12
|
||||
BuildRequires: gcc%{?gcc_version} >= 9
|
||||
BuildRequires: gcc%{?gcc_version}-c++ >= 9
|
||||
BuildRequires: glslang-devel >= 15.4
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1600
|
||||
BuildRequires: gcc12-c++
|
||||
%else
|
||||
BuildRequires: c++_compiler
|
||||
%endif
|
||||
BuildRequires: glslang-devel >= 15.1
|
||||
BuildRequires: memory-constraints
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python3-base
|
||||
BuildRequires: spirv-headers >= 1.6.4+sdk313+git19
|
||||
BuildRequires: spirv-tools-devel >= 2025.3~rc1
|
||||
BuildRequires: spirv-headers >= 1.6.4+sdk303
|
||||
BuildRequires: spirv-tools-devel >= 2024.4~rc2
|
||||
BuildRequires: vulkan-headers >= %version
|
||||
BuildRequires: vulkan-utility-libraries-devel >= %version
|
||||
BuildRequires: pkgconfig(libxxhash)
|
||||
BuildRequires: xxhash-devel
|
||||
BuildRequires: pkgconfig(vulkan) >= %version
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xcb)
|
||||
@@ -52,9 +52,8 @@ Vulkan is a 3D graphics and compute API.
|
||||
This package contains the Khronos official Vulkan validation layers.
|
||||
|
||||
%prep
|
||||
%autosetup -n Vulkan-ValidationLayers-vulkan-sdk-%version.0 -p1
|
||||
perl -i -lpe 's{\@PACKAGE_VERSION\@}{%version}' CMakeLists.txt */CMakeLists.txt
|
||||
rm -Rfv layers/external/xxhash* layers/external/parallel_hashmap
|
||||
%autosetup -n Vulkan-ValidationLayers-%version -p1
|
||||
perl -i -pe 's{\@PACKAGE_VERSION\@}{%version}' CMakeLists.txt */CMakeLists.txt
|
||||
|
||||
%build
|
||||
%limit_build -m 2000
|
||||
@@ -62,13 +61,17 @@ rm -Rfv layers/external/xxhash* layers/external/parallel_hashmap
|
||||
# (under glibc>=2.34 it's not strictly needed anymore due to symbol move)
|
||||
cat >gxx <<-EOF
|
||||
#!/bin/sh
|
||||
exec "g++%{?gcc_version:-%{gcc_version}}" "\$@" -lpthread
|
||||
exec g++ "\$@" -lpthread
|
||||
EOF
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1600
|
||||
cat >gxx <<-EOF
|
||||
#!/bin/sh
|
||||
exec g++-12 "\$@" -lpthread
|
||||
EOF
|
||||
%endif
|
||||
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}" \
|
||||
-DSPIRV_HEADERS_INSTALL_DIR="%_includedir" \
|
||||
-DBUILD_LAYER_SUPPORT_FILES=ON \
|
||||
-DUSE_ROBIN_HOOD_HASHING=OFF \
|
||||
|
Reference in New Issue
Block a user