Accepting request 1093343 from benchmark
- Update to version 2017.08+git.20230412: * kms: Use VK_EXT_external_memory_dmabuf to create dmabuf-backed Vulkan images * core,ws: Allow WSI backends to request device extensions * core: Improve log message consistency * github: Build with both ubuntu-20.04 and ubuntu-22.04 in CI * vkutil: transition image to eShaderReadOnlyOptimal * Fix missing <cstdint> include - Drop no longer needed vkmark-cstdint-include.patch OBS-URL: https://build.opensuse.org/request/show/1093343 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vkmark?expand=0&rev=14
This commit is contained in:
commit
f62a851d0e
@ -3,4 +3,4 @@
|
|||||||
<param name="url">git://github.com/vkmark/vkmark</param>
|
<param name="url">git://github.com/vkmark/vkmark</param>
|
||||||
<param name="changesrevision">cf45f2faee236fd1118be2fcd27e4f2a91fc2e40</param></service><service name="tar_scm">
|
<param name="changesrevision">cf45f2faee236fd1118be2fcd27e4f2a91fc2e40</param></service><service name="tar_scm">
|
||||||
<param name="url">https://github.com/vkmark/vkmark</param>
|
<param name="url">https://github.com/vkmark/vkmark</param>
|
||||||
<param name="changesrevision">30d2cd37f0566589d90914501fc7c51a4e51f559</param></service></servicedata>
|
<param name="changesrevision">ab6e6f34077722d5ae33f6bd40b18ef9c0e99a15</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fd93d1fbc3c0ade852fb2fcb9888d6177a42dace016e8e1fad74a26bcb696e1c
|
|
||||||
size 2030092
|
|
3
vkmark-2017.08+git.20230412.obscpio
Normal file
3
vkmark-2017.08+git.20230412.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:eb7e0600319af122167a73afe0cae18aa1ba814b50982cd0ab9cf94be10777e9
|
||||||
|
size 2033676
|
@ -1,11 +0,0 @@
|
|||||||
diff -Naur a/src/scene.h b/src/scene.h
|
|
||||||
--- a/src/scene.h 2022-09-09 06:29:28.000000000 -0500
|
|
||||||
+++ b/src/scene.h 2023-03-27 19:37:12.627735253 -0500
|
|
||||||
@@ -25,6 +25,7 @@
|
|
||||||
#include <string>
|
|
||||||
#include <vector>
|
|
||||||
#include <unordered_map>
|
|
||||||
+#include <cstdint>
|
|
||||||
|
|
||||||
class SceneOption
|
|
||||||
{
|
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 15 16:55:41 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
- Update to version 2017.08+git.20230412:
|
||||||
|
* kms: Use VK_EXT_external_memory_dmabuf to create dmabuf-backed Vulkan images
|
||||||
|
* core,ws: Allow WSI backends to request device extensions
|
||||||
|
* core: Improve log message consistency
|
||||||
|
* github: Build with both ubuntu-20.04 and ubuntu-22.04 in CI
|
||||||
|
* vkutil: transition image to eShaderReadOnlyOptimal
|
||||||
|
* Fix missing <cstdint> include
|
||||||
|
- Drop no longer needed vkmark-cstdint-include.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 28 00:53:01 UTC 2023 - malcolmlewis@opensuse.org
|
Tue Mar 28 00:53:01 UTC 2023 - malcolmlewis@opensuse.org
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: vkmark
|
name: vkmark
|
||||||
version: 2017.08+git.20220909
|
version: 2017.08+git.20230412
|
||||||
mtime: 1662722968
|
mtime: 1681297167
|
||||||
commit: 30d2cd37f0566589d90914501fc7c51a4e51f559
|
commit: ab6e6f34077722d5ae33f6bd40b18ef9c0e99a15
|
||||||
|
@ -18,14 +18,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: vkmark
|
Name: vkmark
|
||||||
Version: 2017.08+git.20220909
|
Version: 2017.08+git.20230412
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Vulkan benchmark utility
|
Summary: Vulkan benchmark utility
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
URL: https://github.com/vkmark/vkmark
|
URL: https://github.com/vkmark/vkmark
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
#PATCH-FIX-UPSTREAM vkmark-cstdint-include.patch gh#vkmark/vkmark#51 malcolmlewis@opensuse.org Add missing cstdint include in scene.h.
|
|
||||||
Patch0: vkmark-cstdint-include.patch
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: glm-devel
|
BuildRequires: glm-devel
|
||||||
BuildRequires: meson >= 0.45
|
BuildRequires: meson >= 0.45
|
||||||
@ -43,7 +41,7 @@ ExcludeArch: %{arm} %{ix86}
|
|||||||
An extensible Vulkan benchmarking suite with targeted, configurable scenes.
|
An extensible Vulkan benchmarking suite with targeted, configurable scenes.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson
|
%meson
|
||||||
|
Loading…
x
Reference in New Issue
Block a user