- Update to new upstream release 1.1.97.0
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-validationlayers?expand=0&rev=9
This commit is contained in:
parent
4d16235d13
commit
15f7402e2c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b1fdd73c5c9462b9fcc2b4416f01254f697b2f26a1acd52973ab71d7201bffa6
|
||||
size 649820
|
3
Vulkan-ValidationLayers-1.1.97.0.tar.xz
Normal file
3
Vulkan-ValidationLayers-1.1.97.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6309ab89e335f3aefc53674f4263e1f3ec5f8b5139ec4b0b73ffa4193d4e5835
|
||||
size 667876
|
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">648a6031d617e5320100ce19e75c7a00b55a8e47</param>
|
||||
<param name="parent-tag">648a6031d617e5320100ce19e75c7a00b55a8e47</param>
|
||||
<param name="versionformat">1.1.96</param>
|
||||
<param name="revision">sdk-1.1.97.0</param>
|
||||
<param name="parent-tag">v1.1.97</param>
|
||||
<param name="versionformat">1.1.97.0</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 24 10:38:44 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to new upstream release 1.1.97.0
|
||||
* layers: raytracing and descriptor indexing fixes
|
||||
* layers: Add VO get function to chassis
|
||||
* layers: Add bailout for CreateDevice validation
|
||||
* layers: Move parameter validation to layer chassis
|
||||
* layers: Added VK_NV_viewport_swizzle,
|
||||
VK_KHR_depth_stencil_resolve
|
||||
* layers: Support VK_EXT_memory_priority,
|
||||
VK_EXT_buffer_device_address
|
||||
* layers: Add checks for vtx_attrib_divisor extension
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 18 13:12:10 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package vulkan-validationlayers
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,10 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
%define version_unconverted 1.1.96
|
||||
%define version_unconverted 1.1.97.0
|
||||
|
||||
Name: vulkan-validationlayers
|
||||
Version: 1.1.96
|
||||
Version: 1.1.97.0
|
||||
Release: 0
|
||||
Summary: Validation layers for Vulkan
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user