- Update to new snapshot 1.1.96
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-validationlayers?expand=0&rev=7
This commit is contained in:
parent
7933cecb38
commit
4d16235d13
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e00d71e92e7f9dbbe1eb5f53e176a18f5cbfa2b19a68fc3d68534a95414aa6cb
|
||||
size 647764
|
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">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/KhronosGroup/Vulkan-ValidationLayers</param>
|
||||
<param name="revision">3ea65133e04e2ce1153f13dd3cd4605264888a25</param>
|
||||
<param name="parent-tag">3ea65133e04e2ce1153f13dd3cd4605264888a25</param>
|
||||
<param name="versionformat">1.1.95</param>
|
||||
<param name="revision">648a6031d617e5320100ce19e75c7a00b55a8e47</param>
|
||||
<param name="parent-tag">648a6031d617e5320100ce19e75c7a00b55a8e47</param>
|
||||
<param name="versionformat">1.1.96</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -16,10 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
%define version_unconverted 1.1.95
|
||||
%define version_unconverted 1.1.96
|
||||
|
||||
Name: vulkan-validationlayers
|
||||
Version: 1.1.95
|
||||
Version: 1.1.96
|
||||
Release: 0
|
||||
Summary: Validation layers for Vulkan
|
||||
License: Apache-2.0
|
||||
@ -32,7 +32,7 @@ BuildRequires: glslang-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python3-base
|
||||
BuildRequires: spirv-tools-devel
|
||||
BuildRequires: pkgconfig(vulkan) >= 1.1.91
|
||||
BuildRequires: pkgconfig(vulkan) >= 1.1.95
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xcb)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user