forked from pool/vulkan-tools
- Update to new upstream release 1.1.108
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-tools?expand=0&rev=17
This commit is contained in:
parent
b19713d445
commit
3ad895666a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef577d33843021535ee44cdb8d67ee547126532931d5f1225da1d6873161c44a
|
||||
size 296028
|
3
Vulkan-Tools-1.1.108.tar.xz
Normal file
3
Vulkan-Tools-1.1.108.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9764df126671d8518e13786ac2f36899932d75e862a3b5b5aedea5622c290b27
|
||||
size 302180
|
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-Tools</param>
|
||||
<param name="revision">eaf30e89</param>
|
||||
<param name="parent-tag">v1.1.102</param>
|
||||
<param name="versionformat">1.1.102.git@TAG_OFFSET@</param>
|
||||
<param name="revision">d2de4ac0</param>
|
||||
<param name="parent-tag">v1.1.107</param>
|
||||
<param name="versionformat">1.1.108</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 10:16:04 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to new upstream release 1.1.108
|
||||
* vulkaninfo: Fix uninitialized VkDevice pQueuePriorities
|
||||
* vulkaninfo: Add VK_KHR_depth_stencil_resolve,
|
||||
VK_EXT_buffer_device_address, VK_EXT_memory_budget output,
|
||||
VK_EXT_memory_priority output, VK_EXT_ycbcr_image_arrays,
|
||||
VK_EXT_host_query_reset, VK_KHR_surface_protected_capabilities.
|
||||
* vulkaninfo: Check support for surface extensions before
|
||||
using them
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 16 18:37:21 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -16,10 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
%define version_unconverted 1.1.102.git10
|
||||
%define version_unconverted 1.1.108
|
||||
|
||||
Name: vulkan-tools
|
||||
Version: 1.1.102.git10
|
||||
Version: 1.1.108
|
||||
Release: 0
|
||||
Summary: Reference ICD loader for Vulkan
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user