1
0
forked from pool/vulkan-tools

Compare commits

...

8 Commits

Author SHA256 Message Date
Ana Guerrero
61c1035f77 Accepting request 1233208 from X11:Wayland
- Update to tag 1.4.304

OBS-URL: https://build.opensuse.org/request/show/1233208
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vulkan-tools?expand=0&rev=52
2024-12-26 11:23:16 +00:00
OBS User unknown
c92410a538 [info=c52efca805a08250357a87d507ce0228299da195c3ae0c1510353e08829f2cfd]
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-tools?expand=0&rev=124
2024-12-24 02:24:41 +00:00
Ana Guerrero
831ba29229 Accepting request 1206378 from X11:Wayland
- Update to release SDK-1.3.296

OBS-URL: https://build.opensuse.org/request/show/1206378
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vulkan-tools?expand=0&rev=51
2024-10-09 20:03:14 +00:00
OBS User unknown
86ddba377e [info=87d26be6c9781ad81cfb24c802006069aef6492550f077a99c46a00d6ca9ed1a]
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-tools?expand=0&rev=123
2024-10-08 17:14:44 +00:00
Dominique Leuenberger
510c3a1b73 Accepting request 1189193 from X11:Wayland
- Update to release SDK-1.3.290

OBS-URL: https://build.opensuse.org/request/show/1189193
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vulkan-tools?expand=0&rev=50
2024-07-24 13:29:35 +00:00
OBS User unknown
719409ed02 [info=656e64931fd7f38929b75d46cd35c46cf46f9970afc6a6307c3fdfdc639afb63]
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-tools?expand=0&rev=122
2024-07-23 05:27:39 +00:00
8c9f720c90 [info=c246a6c07b5688e587db20b02fd23e3c20b065f0c9b223efb417c29933ec1f06]
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-tools?expand=0&rev=121
2024-07-10 09:32:22 +00:00
24c465d574 [info=c246a6c07b5688e587db20b02fd23e3c20b065f0c9b223efb417c29933ec1f06]
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-tools?expand=0&rev=120
2024-06-27 08:33:20 +00:00
6 changed files with 35 additions and 8 deletions

4
_scmsync.obsinfo Normal file
View File

@ -0,0 +1,4 @@
mtime: 1735004019
commit: c52efca805a08250357a87d507ce0228299da195c3ae0c1510353e08829f2cfd
url: https://src.opensuse.org/jengelh/vulkan-tools
revision: master

3
build.specials.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ad02742c641b4d78b9a7039fa98bd48f8dcf9b4f2443e2dc20219b67d0a4ff3c
size 256

BIN
v1.4.304.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:586f3a1178b2a0635562c64b1152a8646dd3b50e03cd8320a6cfaee5b9d46310
size 753022

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Dec 24 01:33:04 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to tag 1.4.304
* icd: add support for AV1 encode and QP maps
-------------------------------------------------------------------
Tue Oct 8 17:13:46 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release SDK-1.3.296
* vulkaninfo: Add --show-promoted-structs option
* vulkaninfo: Only iterate 2-call idiom when needed
* vulkaninfo: Correctly query per-surface queue support
-------------------------------------------------------------------
Tue Jul 23 05:26:36 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release SDK-1.3.290
* cube: Fix incremental present on swapchain recreate
-------------------------------------------------------------------
Thu May 16 12:21:39 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -17,21 +17,21 @@
Name: vulkan-tools
Version: 1.3.283.0
Version: 1.4.304
Release: 0
Summary: Diagnostic utilities for Vulkan
License: Apache-2.0
Group: Development/Tools/Other
URL: https://github.com/KhronosGroup/Vulkan-Tools
Source: https://github.com/KhronosGroup/Vulkan-Tools/archive/refs/tags/vulkan-sdk-%version.tar.gz
Source: https://github.com/KhronosGroup/Vulkan-Tools/archive/refs/tags/v%version.tar.gz
Source9: baselibs.conf
BuildRequires: cmake >= 3.17
BuildRequires: gcc-c++ >= 4.8
BuildRequires: glslang-devel
BuildRequires: pkg-config
BuildRequires: python3-base
BuildRequires: vulkan-volk-devel >= 1.3.283
BuildRequires: pkgconfig(vulkan) >= 1.3.283
BuildRequires: vulkan-volk-devel >= %version
BuildRequires: pkgconfig(vulkan) >= %version
BuildRequires: pkgconfig(wayland-protocols)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcb)
@ -46,7 +46,7 @@ graphics applications such as games and interactive media.
This package contains the Khronos official Vulkan tools and utilities.
%prep
%autosetup -p1 -n Vulkan-Tools-vulkan-sdk-%version
%autosetup -p1 -n Vulkan-Tools-%version
%build
mkdir -p glslang/bin