forked from pool/vulkan-validationlayers
- Update to release SDK-1.3.250.0
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-validationlayers?expand=0&rev=121
This commit is contained in:
parent
b9bb1a8e45
commit
43365f8064
3
sdk-1.3.250.0.tar.gz
Normal file
3
sdk-1.3.250.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc7989c019c8b7a18b8c3baabb30c1eba7921b2c63c54b46366f9ade4a9a7d1f
|
||||
size 4829919
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f24b37ada8545389239b7fb3caa5e2dd93acede96c23a471dc8dd8cbae2bcbf9
|
||||
size 4778794
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 30 21:41:55 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release SDK-1.3.250.0
|
||||
* Add VK_KHR_maintenance4 AHB check
|
||||
* Add sparseImageInt64Atomics ImageView
|
||||
* Add Mesh/Task shader workgroup memory limits
|
||||
* Add 64-bit vertex validation
|
||||
* Add support for VK_EXT_shader_tile_image,
|
||||
VK_EXT_shader_tile_image,
|
||||
VK_EXT_attachment_feedback_loop_dynamic_state
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 19 21:08:03 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -17,27 +17,27 @@
|
||||
|
||||
|
||||
Name: vulkan-validationlayers
|
||||
Version: 1.3.247
|
||||
Version: 1.3.250.0
|
||||
Release: 0
|
||||
%define lname libVkLayer_utils-1_3_247_0
|
||||
%define lname libVkLayer_utils-1_3_250_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/v%version.tar.gz
|
||||
Source: https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/refs/tags/sdk-%version.tar.gz
|
||||
Patch2: xxhash.diff
|
||||
Patch3: gcc13.diff
|
||||
BuildRequires: cmake >= 3.7.12
|
||||
BuildRequires: gcc-c++ >= 4.8
|
||||
BuildRequires: glslang-devel >= 12
|
||||
BuildRequires: glslang-devel >= 12.2
|
||||
BuildRequires: memory-constraints
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python3-base
|
||||
BuildRequires: spirv-headers >= 1.6.1+sdk239
|
||||
BuildRequires: spirv-tools-devel >= 2023.1
|
||||
BuildRequires: spirv-headers >= 1.6.1+sdk250
|
||||
BuildRequires: spirv-tools-devel >= 2023.3~rc1
|
||||
BuildRequires: vulkan-headers
|
||||
BuildRequires: xxhash-devel
|
||||
BuildRequires: pkgconfig(vulkan) >= 1.3.241
|
||||
BuildRequires: pkgconfig(vulkan) >= 1.3.250
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xcb)
|
||||
Conflicts: vulkan < 1.1
|
||||
@ -49,7 +49,7 @@ Vulkan is a 3D graphics and compute API.
|
||||
This package contains the Khronos official Vulkan validation layers.
|
||||
|
||||
%prep
|
||||
%autosetup -n Vulkan-ValidationLayers-%version -p1
|
||||
%autosetup -n Vulkan-ValidationLayers-sdk-%version -p1
|
||||
perl -i -pe 's{\@PACKAGE_VERSION\@}{%version}' CMakeLists.txt */CMakeLists.txt
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user