- Update to release SDK-1.3.275.0
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-tools?expand=0&rev=113
This commit is contained in:
parent
17c896ddef
commit
0502fc17ce
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:735631a595a4d7962e3221a410ceb60f5e069c98bd3309dd2ccc9f028a71788a
|
||||
size 778556
|
3
vulkan-sdk-1.3.275.0.tar.gz
Normal file
3
vulkan-sdk-1.3.275.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a1c876a6c2882e365141942641a38e0a7bfa6684a7dcedbb0066a20c06625bd0
|
||||
size 755289
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 19 10:40:47 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release SDK-1.3.275.0
|
||||
* icd: Add vkGetMemoryFdKHR support
|
||||
* icd: Add vkGetMemoryHostPointerPropertiesEXT support
|
||||
* vulkaninfo: Autogenerate Format list
|
||||
* icd: Add basic VkDisplayKHR support
|
||||
* icd: Add vkRegisterDisplayEventEXT
|
||||
* icd: Add video support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 27 03:54:02 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package vulkan-tools
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 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-tools
|
||||
Version: 1.3.268.0
|
||||
Version: 1.3.275.0
|
||||
Release: 0
|
||||
Summary: Diagnostic utilities for Vulkan
|
||||
License: Apache-2.0
|
||||
@ -30,7 +30,8 @@ BuildRequires: gcc-c++ >= 4.8
|
||||
BuildRequires: glslang-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python3-base
|
||||
BuildRequires: pkgconfig(vulkan) >= 1.3.268
|
||||
BuildRequires: vulkan-volk-devel >= 1.3.275
|
||||
BuildRequires: pkgconfig(vulkan) >= 1.3.275
|
||||
BuildRequires: pkgconfig(wayland-protocols)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xcb)
|
||||
|
Loading…
Reference in New Issue
Block a user