Accepting request 1238014 from benchmark
- Update to version 2017.08+git.20250114: * kms: Create gbm_bos with explicit modifiers if possible * kms: Explicitly request all extensions dependencies * github: Add ubuntu-24.04 build in CI * headless: Add plugin for a headless window system * ws: Resolve swapchain related validation errors * vulkan_state: Set application vulkan version * vulkan_state: Add support for validation layers * build: Generate format names map from vk.xml * scenes,ws: Silence [[nodiscard]] warnings * kms: Add winsys option to specify the TTY to use * kms: Unbreak on FreeBSD * xcb: Fix incorrect window hint size * kms: Probe and use the first functional /dev/dri/cardX device * build: Require C++17 * wayland: Avoid segfault after failure to connect to display server * kms: Gracefully handle null results from KMS functions * ws: Improve automatic window system selection OBS-URL: https://build.opensuse.org/request/show/1238014 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vkmark?expand=0&rev=15
This commit is contained in:
commit
e3ab082744
4
_service
4
_service
@ -1,5 +1,5 @@
|
||||
<services>
|
||||
<service mode="disabled" name="obs_scm">
|
||||
<service mode="manual" name="obs_scm">
|
||||
<param name="url">https://github.com/vkmark/vkmark</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">master</param>
|
||||
@ -12,5 +12,5 @@
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version" />
|
||||
<service mode="manual" name="set_version" />
|
||||
</services>
|
||||
|
@ -3,4 +3,4 @@
|
||||
<param name="url">git://github.com/vkmark/vkmark</param>
|
||||
<param name="changesrevision">cf45f2faee236fd1118be2fcd27e4f2a91fc2e40</param></service><service name="tar_scm">
|
||||
<param name="url">https://github.com/vkmark/vkmark</param>
|
||||
<param name="changesrevision">ab6e6f34077722d5ae33f6bd40b18ef9c0e99a15</param></service></servicedata>
|
||||
<param name="changesrevision">a2563f7cd1d35378a945615ef906e42b6edb63da</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb7e0600319af122167a73afe0cae18aa1ba814b50982cd0ab9cf94be10777e9
|
||||
size 2033676
|
3
vkmark-2017.08+git.20250114.obscpio
Normal file
3
vkmark-2017.08+git.20250114.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d07cf8462bd5dc3260911e3c5d0f90b76de51affc95e5d99e8d4be5313768c42
|
||||
size 2054156
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 15 09:40:58 UTC 2025 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 2017.08+git.20250114:
|
||||
* kms: Create gbm_bos with explicit modifiers if possible
|
||||
* kms: Explicitly request all extensions dependencies
|
||||
* github: Add ubuntu-24.04 build in CI
|
||||
* headless: Add plugin for a headless window system
|
||||
* ws: Resolve swapchain related validation errors
|
||||
* vulkan_state: Set application vulkan version
|
||||
* vulkan_state: Add support for validation layers
|
||||
* build: Generate format names map from vk.xml
|
||||
* scenes,ws: Silence [[nodiscard]] warnings
|
||||
* kms: Add winsys option to specify the TTY to use
|
||||
* kms: Unbreak on FreeBSD
|
||||
* xcb: Fix incorrect window hint size
|
||||
* kms: Probe and use the first functional /dev/dri/cardX device
|
||||
* build: Require C++17
|
||||
* wayland: Avoid segfault after failure to connect to display server
|
||||
* kms: Gracefully handle null results from KMS functions
|
||||
* ws: Improve automatic window system selection
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 15 16:55:41 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: vkmark
|
||||
version: 2017.08+git.20230412
|
||||
mtime: 1681297167
|
||||
commit: ab6e6f34077722d5ae33f6bd40b18ef9c0e99a15
|
||||
version: 2017.08+git.20250114
|
||||
mtime: 1736874537
|
||||
commit: a2563f7cd1d35378a945615ef906e42b6edb63da
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package vkmark
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2018-2022 Malcolm J Lewis <malcolmlewis@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: vkmark
|
||||
Version: 2017.08+git.20230412
|
||||
Version: 2017.08+git.20250114
|
||||
Release: 0
|
||||
Summary: Vulkan benchmark utility
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user