- Update to release SDK-1.3.224.0
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-validationlayers?expand=0&rev=99
This commit is contained in:
parent
d1df6a7704
commit
cfcd78ba73
3
sdk-1.3.224.0.tar.gz
Normal file
3
sdk-1.3.224.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db8e96218956631610b9bed6aaff2e3f836e16447f90933a84be3075e6fc7dc8
|
||||
size 4193501
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8dfda3ca5e214bd9050f06420602a671af170b58034368913b5b3bda9bf84c0f
|
||||
size 4115291
|
@ -1,7 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 22 22:55:25 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release SDK-1.3.224.0
|
||||
* layers: Fix compatibility with shader_module_identifier
|
||||
* layers: Fix device profile regression typo
|
||||
* layers: Fix dynamic rendering with secondary command buffers
|
||||
* layers: Fix deadlock in vkCmdBeginRenderPass()
|
||||
* layers: Explicit incomplete validation support
|
||||
* gpu: Use VMA v3.0.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 15 20:38:07 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to SDK-1.3.224:
|
||||
- update to release (non-SDK) 1.3.224:
|
||||
* Add issues to the apiext:VK_KHR_dynamic_rendering proposal document
|
||||
discussing render area granularity (public issue 1899).
|
||||
* Clarify external synchronization requirements for
|
||||
|
@ -17,24 +17,24 @@
|
||||
|
||||
|
||||
Name: vulkan-validationlayers
|
||||
Version: 1.3.224
|
||||
Version: 1.3.224.0
|
||||
Release: 0
|
||||
%define lname libVkLayer_utils-1_3_224
|
||||
%define lname libVkLayer_utils-1_3_224_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
|
||||
Patch1: ver.diff
|
||||
Patch2: xxhash.diff
|
||||
BuildRequires: cmake >= 3.4
|
||||
BuildRequires: gcc-c++ >= 4.8
|
||||
BuildRequires: glslang-devel >= 11.9.0
|
||||
BuildRequires: glslang-devel >= 11.11.0
|
||||
BuildRequires: memory-constraints
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python3-base
|
||||
BuildRequires: spirv-headers >= 1.6.1+sdk216
|
||||
BuildRequires: spirv-tools-devel >= 2022.3~sdk216
|
||||
BuildRequires: spirv-tools-devel >= 2022.3~sdk224
|
||||
BuildRequires: xxhash-devel
|
||||
BuildRequires: pkgconfig(vulkan) >= 1.3.216
|
||||
BuildRequires: pkgconfig(x11)
|
||||
@ -68,7 +68,7 @@ Vulkan is a 3D graphics and compute API.
|
||||
This package contains support files for the VkLayer utility library.
|
||||
|
||||
%prep
|
||||
%autosetup -n Vulkan-ValidationLayers-%version -p1
|
||||
%autosetup -n Vulkan-ValidationLayers-sdk-%version -p1
|
||||
perl -i -pe 's{\@PACKAGE_VERSION\@}{%version}' CMakeLists.txt
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user