forked from pool/vulkan-validationlayers
- Update to release 1.2.131
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-validationlayers?expand=0&rev=37
This commit is contained in:
parent
8f13e8796b
commit
750cf38fef
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef3a8decd315736612479f9e9b03dbac690722b663a9bf9d064ff227298d3a50
|
||||
size 1814577
|
3
v1.2.131.tar.gz
Normal file
3
v1.2.131.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5dc751aa38b113a1c27ba6d83d5e5e1f8c0d8a2beae953078f9242aca5fb820e
|
||||
size 1829605
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 22 16:42:59 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.2.131
|
||||
* layers: Add VK_KHR_buffer_device_address support
|
||||
* layers: Update validation for v1.2
|
||||
* layers: Update state tracker for v1.2
|
||||
* layers: Account for Vulkan12Features enablement
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 12 20:39:53 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package vulkan-validationlayers
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: vulkan-validationlayers
|
||||
Version: 1.1.130
|
||||
Version: 1.2.131
|
||||
Release: 0
|
||||
Summary: Validation layers for Vulkan
|
||||
License: Apache-2.0
|
||||
@ -28,11 +28,11 @@ Source: https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/
|
||||
Source9: %name-rpmlintrc
|
||||
BuildRequires: cmake >= 3.4
|
||||
BuildRequires: gcc-c++ >= 4.8
|
||||
BuildRequires: glslang-devel >= 7.13.3496
|
||||
BuildRequires: glslang-devel >= 8.13.3559+git20
|
||||
BuildRequires: memory-constraints
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python3-base
|
||||
BuildRequires: spirv-tools-devel >= 2019.5~git136
|
||||
BuildRequires: spirv-tools-devel >= 2020.1~git24
|
||||
BuildRequires: pkgconfig(vulkan) >= 1.1.112
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xcb)
|
||||
|
Loading…
Reference in New Issue
Block a user