Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

vkmark-2025.01+git.20250317-1.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: vkmark Distribution: openSUSE Tumbleweed
Version: 2025.01+git.20250317 Vendor: openSUSE
Release: 1.1 Build date: Wed Apr 9 11:56:07 2025
Group: Unspecified Build host: reproducible
Size: 2706822 Source RPM: vkmark-2025.01+git.20250317-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/vkmark/vkmark
Summary: Vulkan benchmark utility
An extensible Vulkan benchmarking suite with targeted, configurable scenes.

Provides

Requires

License

LGPL-2.1-or-later

Changelog

* Wed Apr 09 2025 Martin Pluskal <mpluskal@suse.com>
  - Update to version 2025.01+git.20250317:
    * build: Enable precompiled headers
    * scenes/shading: Add missing fragment stage flag for uniform descriptor set
    * display: Properly handle Vulkan errors during probing
    * scenes: Use dedicated uniform buffer per image when needed
    * kms: Specify modifier for DRM framebuffers when possible
    * kms: Use the implicit modifier gbm API when only INVALID is supported
    * kms: Get modifiers from the primary plane compatible with the used crtc
    * kms: Fix modifier support for legacy modesetting
    * Update files for 2025.01 release
    * core: Use integer arithmetic to calculate average scene FPS
    * kms: Allow TRANSFER_DST usage for created images
    * kms: Require VK_KHR_display and VK_KHR_surface
    * kms: Remove commented out debugging message
    * kms: Support immediate presentation mode
    * kms: Support mailbox presentation mode
    * kms: Throw exception on page flip failure
    * kms: Deduplicate image presentation code
    * kms: Use image queue submit fences to synchronize presentation
    * core,scenes: Allow backends to support an image queue submit fences
    * scenes: Use a vkQueueSubmit signal semaphore only if the backend supports them
    * core: Show display information when listing physical devices
    * core: List Vulkan devices without initializing all Vulkan state
    * display: Add 'display-index' winsys option
    * display: Add window system that uses VK_KHR_display
    * build: Add vulkan dependency to headless window system plugin
    * ws: Centralize window system priority defines
    * core: Use std::optional for use_device_with_uuid option
    * ws: NativeSystem required_extensions
    * kms: Add missing VK_KHR_dedicated_allocation extension request
* Wed Jan 15 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 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 2023 malcolmlewis@opensuse.org
  - Add vkmark-cstdint-include.patch: Add missing cstdint include in
    scene.h, (gh#vkmark/vkmark#51).
* Thu Feb 02 2023 malcolmlewis@opensuse.org
  - Drop build requires on deprecated Mesa-libVulkan-devel.
* Thu Nov 24 2022 Martin Pluskal <mpluskal@suse.com>
  - Update to version 2017.08+git.20220909:
    * Fix missing <memory> includes
  - Drop vkmark-fix-missing-include.patch
* Fri Sep 09 2022 malcolmlewis@opensuse.org
  - Add vkmark-fix-missing-include.patch: Add missing memory include
    to fix building.
* Tue Jun 28 2022 malcolmlewis@opensuse.org
  - Update to version 2017.08+git.20220516:
    * vkutil: Fix compilation with older vulkan-hpp versions
    * vkutil: Avoid deprecated vk::ResultValue implicit cast
    * tests: Update catch.hpp to v2.13.9
  - Drop vkmark-sigstksz-not-constant.patch as this is upstreamed.
* Mon Dec 20 2021 malcolmlewis@opensuse.org
  - Add vkmark-sigstksz-not-constant.patch: Temporary fix for glibc
    changes, (gh#vkmark/vkmark#37).
* Wed Oct 20 2021 Martin Pluskal <mpluskal@suse.com>
  - Update to version 2017.08+git.20211008:
    * meson: check all deps, when enabling wayland winsys
    * meson: error out when no winsys is available

Files

/usr/bin/vkmark
/usr/lib64/vkmark
/usr/lib64/vkmark/display.so
/usr/lib64/vkmark/headless.so
/usr/lib64/vkmark/kms.so
/usr/lib64/vkmark/wayland.so
/usr/lib64/vkmark/xcb.so
/usr/share/man/man1/vkmark.1.gz
/usr/share/vkmark
/usr/share/vkmark/models
/usr/share/vkmark/models/cat.3ds
/usr/share/vkmark/models/cube.3ds
/usr/share/vkmark/models/horse.3ds
/usr/share/vkmark/models/kmscube.ply
/usr/share/vkmark/shaders
/usr/share/vkmark/shaders/desktop.frag
/usr/share/vkmark/shaders/desktop.frag.spv
/usr/share/vkmark/shaders/desktop.vert
/usr/share/vkmark/shaders/desktop.vert.spv
/usr/share/vkmark/shaders/effect2d-blur.frag
/usr/share/vkmark/shaders/effect2d-blur.frag.spv
/usr/share/vkmark/shaders/effect2d-edge.frag
/usr/share/vkmark/shaders/effect2d-edge.frag.spv
/usr/share/vkmark/shaders/effect2d-none.frag
/usr/share/vkmark/shaders/effect2d-none.frag.spv
/usr/share/vkmark/shaders/effect2d.vert
/usr/share/vkmark/shaders/effect2d.vert.spv
/usr/share/vkmark/shaders/light-advanced.frag
/usr/share/vkmark/shaders/light-advanced.frag.spv
/usr/share/vkmark/shaders/light-advanced.vert
/usr/share/vkmark/shaders/light-advanced.vert.spv
/usr/share/vkmark/shaders/light-basic-tex.frag
/usr/share/vkmark/shaders/light-basic-tex.frag.spv
/usr/share/vkmark/shaders/light-basic-tex.vert
/usr/share/vkmark/shaders/light-basic-tex.vert.spv
/usr/share/vkmark/shaders/light-basic.frag
/usr/share/vkmark/shaders/light-basic.frag.spv
/usr/share/vkmark/shaders/light-basic.vert
/usr/share/vkmark/shaders/light-basic.vert.spv
/usr/share/vkmark/shaders/light-cel.frag
/usr/share/vkmark/shaders/light-cel.frag.spv
/usr/share/vkmark/shaders/light-phong.frag
/usr/share/vkmark/shaders/light-phong.frag.spv
/usr/share/vkmark/shaders/light-phong.vert
/usr/share/vkmark/shaders/light-phong.vert.spv
/usr/share/vkmark/shaders/vkcube.frag
/usr/share/vkmark/shaders/vkcube.frag.spv
/usr/share/vkmark/shaders/vkcube.vert
/usr/share/vkmark/shaders/vkcube.vert.spv
/usr/share/vkmark/textures
/usr/share/vkmark/textures/crate-base.jpg
/usr/share/vkmark/textures/desktop-background-1920x1080.png
/usr/share/vkmark/textures/desktop-background-800x600.png
/usr/share/vkmark/textures/desktop-window.png


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Apr 16 00:57:29 2025