forked from pool/vulkan-validationlayers
- Update to release 1.1.124
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-validationlayers?expand=0&rev=25
This commit is contained in:
parent
75354de45c
commit
2021af8a48
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3555949533b721ff60fbb22fe622b85b28f60d9da7fd81d10a6a6e0e2966ffe9
|
||||
size 1751633
|
3
v1.1.124.tar.gz
Normal file
3
v1.1.124.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:815811c1fa1f4c0ae56da0c9b5990f5fcd0df1406454dee88b30dd9eaf4863e9
|
||||
size 1757023
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 16 21:46:53 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.1.124
|
||||
* layers: Support VK_NV_dedicated_allocation_image_aliasing
|
||||
* layers: Add validation for VK_KHR_shader_subgroup_extended_types
|
||||
* layers: Add VK_NV_clip_space_w_scaling
|
||||
* layers: track vkGetPhysicalDeviceFeatures*() called state
|
||||
* gpu: Add gpu-av as a validation object
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 22 22:07:44 UTC 2019 - Aaron Stern <ukbeast89@protonmail.com>
|
||||
|
||||
|
@ -16,14 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%define version_unconverted 1.1.123
|
||||
%define version_unconverted 1.1.124
|
||||
|
||||
Name: vulkan-validationlayers
|
||||
Version: 1.1.123
|
||||
Version: 1.1.124
|
||||
Release: 0
|
||||
Summary: Validation layers for Vulkan
|
||||
License: Apache-2.0
|
||||
Group: Development/Libraries/C and C++
|
||||
Group: development vulkan
|
||||
URL: https://github.com/KhronosGroup/Vulkan-ValidationLayers
|
||||
|
||||
Source: https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v%version.tar.gz
|
||||
@ -33,7 +33,6 @@ BuildRequires: gcc-c++ >= 4.8
|
||||
BuildRequires: glslang-devel >= 7.12
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python3-base
|
||||
#BuildRequires: python3-spec_tools >= 1.1.112
|
||||
BuildRequires: spirv-tools-devel >= 2019.4~git33
|
||||
BuildRequires: pkgconfig(vulkan) >= 1.1.112
|
||||
BuildRequires: pkgconfig(x11)
|
||||
|
Loading…
Reference in New Issue
Block a user