Accepting request 934252 from X11:Wayland
- Update to release SDK-1.2.198.0 OBS-URL: https://build.opensuse.org/request/show/934252 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vulkan-validationlayers?expand=0&rev=32
This commit is contained in:
commit
813efd06fa
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:021fb8d70cc220ac16bd6081c088d42b4ac3665f3502db10c3fb7e082c57eb4e
|
|
||||||
size 3403462
|
|
3
sdk-1.2.198.0.tar.gz
Normal file
3
sdk-1.2.198.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4a70cc5da26baf873fcf69b081eeeda545515dd66e5904f18fee32b4d275593a
|
||||||
|
size 3555293
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 27 13:51:38 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release SDK-1.2.198.0
|
||||||
|
* layers: Avoid crash without vertex shader
|
||||||
|
* layers: Add validation for primitive topology list restart
|
||||||
|
* layers: Add VK_EXT_rgba10x6_formats
|
||||||
|
* layers: Add generated SPIR-V grammar helper
|
||||||
|
* syncval: Add syncop recording and replay interface
|
||||||
|
* gpu: Preserve interfaces in dead code elimination pass
|
||||||
|
* layers: Add Blocked Image helper
|
||||||
|
* layers: Avoid crashing if VK_KHR_dynamic_rendering is enabled
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 5 11:12:16 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
Sun Sep 5 11:12:16 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: vulkan-validationlayers
|
Name: vulkan-validationlayers
|
||||||
Version: 1.2.189.0
|
Version: 1.2.198.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define lname libVkLayer_utils-1_2_189_0
|
%define lname libVkLayer_utils-1_2_198_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
|
||||||
@ -35,8 +35,8 @@ BuildRequires: glslang-devel >= 11.4.0
|
|||||||
BuildRequires: memory-constraints
|
BuildRequires: memory-constraints
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: python3-base
|
BuildRequires: python3-base
|
||||||
BuildRequires: spirv-headers >= 1.5.4.g57
|
BuildRequires: spirv-headers >= 1.5.4.g81
|
||||||
BuildRequires: spirv-tools-devel >= 2020.7
|
BuildRequires: spirv-tools-devel >= 2021.2
|
||||||
BuildRequires: xxhash-devel
|
BuildRequires: xxhash-devel
|
||||||
BuildRequires: pkgconfig(vulkan) >= 1.2.176
|
BuildRequires: pkgconfig(vulkan) >= 1.2.176
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
|
Loading…
Reference in New Issue
Block a user