forked from pool/vulkan-validationlayers
Accepting request 659322 from X11:Wayland
- Update to new snapshot 1.1.96 OBS-URL: https://build.opensuse.org/request/show/659322 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vulkan-validationlayers?expand=0&rev=2
This commit is contained in:
commit
7ba6882a19
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fcc1e4bb1fb07fc8a989afd60d72ad2930111e4fa76b21998de2f46f8ba0a567
|
|
||||||
size 646152
|
|
3
Vulkan-ValidationLayers-1.1.96.tar.xz
Normal file
3
Vulkan-ValidationLayers-1.1.96.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b1fdd73c5c9462b9fcc2b4416f01254f697b2f26a1acd52973ab71d7201bffa6
|
||||||
|
size 649820
|
6
_service
6
_service
@ -2,9 +2,9 @@
|
|||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://github.com/KhronosGroup/Vulkan-ValidationLayers</param>
|
<param name="url">https://github.com/KhronosGroup/Vulkan-ValidationLayers</param>
|
||||||
<param name="revision">899ae29410c72e8b9513465df262aa77c3886ad4</param>
|
<param name="revision">648a6031d617e5320100ce19e75c7a00b55a8e47</param>
|
||||||
<param name="parent-tag">30127fd57005f0c1bafb0d3325c90a8641dbf713</param>
|
<param name="parent-tag">648a6031d617e5320100ce19e75c7a00b55a8e47</param>
|
||||||
<param name="versionformat">1.1.91.g@TAG_OFFSET@</param>
|
<param name="versionformat">1.1.96</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 18 13:12:10 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to new snapshot 1.1.96
|
||||||
|
* Added VK_NV_fragment_coverage_to_color
|
||||||
|
* Add validation for VK_KHR_shader_float16_int8
|
||||||
|
* Add validation for VK_KHR_swapchain_mutable_format
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 14 23:27:33 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to new snapshot 1.1.95
|
||||||
|
* layers: Add stub functions for DebugUtils functions
|
||||||
|
* layers: Remove unique objects standalone layer
|
||||||
|
* layers: Add layer chassis dispatch generator
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 4 09:55:44 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
Tue Dec 4 09:55:44 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -12,14 +12,14 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define version_unconverted 1.1.91.g68
|
%define version_unconverted 1.1.96
|
||||||
|
|
||||||
Name: vulkan-validationlayers
|
Name: vulkan-validationlayers
|
||||||
Version: 1.1.91.g68
|
Version: 1.1.96
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Validation layers for Vulkan
|
Summary: Validation layers for Vulkan
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -29,12 +29,12 @@ Source: Vulkan-ValidationLayers-%version.tar.xz
|
|||||||
BuildRequires: cmake >= 2.8.11
|
BuildRequires: cmake >= 2.8.11
|
||||||
BuildRequires: gcc-c++ >= 4.8
|
BuildRequires: gcc-c++ >= 4.8
|
||||||
BuildRequires: glslang-devel
|
BuildRequires: glslang-devel
|
||||||
BuildRequires: pkgconfig(vulkan) >= 1.1.91
|
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: python3-base
|
BuildRequires: python3-base
|
||||||
|
BuildRequires: spirv-tools-devel
|
||||||
|
BuildRequires: pkgconfig(vulkan) >= 1.1.95
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(xcb)
|
BuildRequires: pkgconfig(xcb)
|
||||||
BuildRequires: spirv-tools-devel
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Vulkan is a 3D graphics and compute API providing cross-platform
|
Vulkan is a 3D graphics and compute API providing cross-platform
|
||||||
@ -45,6 +45,7 @@ This package contains the Khronos official Vulkan validation layers.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for Vulkan validation layers
|
Summary: Development files for Vulkan validation layers
|
||||||
|
Group: Development/Libraries/C and C++
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This subpackage contains header files and a static library for
|
This subpackage contains header files and a static library for
|
||||||
|
Loading…
Reference in New Issue
Block a user