forked from pool/vulkan-validationlayers
- Update to release SDK-1.2.170
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-validationlayers?expand=0&rev=81
This commit is contained in:
parent
1fe993742b
commit
2498cf94c0
3
sdk-1.2.170.0.tar.gz
Normal file
3
sdk-1.2.170.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7c4f18b9d381505687e61e5cbc86aaeee590c290e60afb5bf451ebcd56e41283
|
||||||
|
size 2608380
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:680a18ba4391db06372059ed09e4b699db42ea8e0a8aaabbaafcc6647e65664d
|
|
||||||
size 2539211
|
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 28 17:03:21 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release SDK-1.2.170
|
||||||
|
* layers: Fix allowed stages for ACCELERATION_STRUCTURE_READ_BIT
|
||||||
|
* corechecks: Validate memory barriers attached to a subpass dep
|
||||||
|
* layers: Update ValidationStateTracker for synchronization2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 10 14:05:39 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
Wed Feb 10 14:05:39 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -17,15 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: vulkan-validationlayers
|
Name: vulkan-validationlayers
|
||||||
Version: 1.2.169
|
Version: 1.2.170.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define lname libVkLayer_utils-1_2_169
|
%define lname libVkLayer_utils-1_2_170_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/sdk-%version.tar.gz
|
||||||
Source9: %name-rpmlintrc
|
Source9: %name-rpmlintrc
|
||||||
Patch1: ver.diff
|
Patch1: ver.diff
|
||||||
Patch2: xxhash.diff
|
Patch2: xxhash.diff
|
||||||
@ -35,7 +35,7 @@ BuildRequires: glslang-devel >= 11
|
|||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: python3-base
|
BuildRequires: python3-base
|
||||||
BuildRequires: spirv-headers >= 1.5.4.g32
|
BuildRequires: spirv-headers >= 1.5.4.g32
|
||||||
BuildRequires: spirv-tools-devel >= 2020.2
|
BuildRequires: spirv-tools-devel >= 2020.7
|
||||||
BuildRequires: xxhash-devel
|
BuildRequires: xxhash-devel
|
||||||
BuildRequires: pkgconfig(vulkan) >= 1.2.161
|
BuildRequires: pkgconfig(vulkan) >= 1.2.161
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
@ -69,7 +69,7 @@ Vulkan is a 3D graphics and compute API.
|
|||||||
This package contains support files for the VkLayer utility library.
|
This package contains support files for the VkLayer utility library.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n Vulkan-ValidationLayers-%version -p1
|
%autosetup -n Vulkan-ValidationLayers-sdk-%version -p1
|
||||||
perl -i -pe 's{\@PACKAGE_VERSION\@}{%version}' CMakeLists.txt
|
perl -i -pe 's{\@PACKAGE_VERSION\@}{%version}' CMakeLists.txt
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user