- 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
OBS-URL: https://build.opensuse.org/request/show/1268092
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vkmark?expand=0&rev=16
* 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
OBS-URL: https://build.opensuse.org/package/show/benchmark/vkmark?expand=0&rev=33
- 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
* 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/package/show/benchmark/vkmark?expand=0&rev=31
- 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
* 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/package/show/benchmark/vkmark?expand=0&rev=29
- Update to version 2017.08+git.20200521:
* core: Use generated map of pixel formats to handle --pixel-format option
* core: Fix crash with newer vulkan-hpp
* doc: Update README.md with new wayland dependencies
* ci: Update packages dependencies for wayland
* wayland: Port to xdg-shell
* wayland: Mark the whole surface as opaque
* wayland: Retain native size in hidpi scaled outputs
* ci: Add build and test github workflow
* Fix build against glm-0.9.9.6
* build: Specify meson version as 0.45
OBS-URL: https://build.opensuse.org/request/show/813427
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vkmark?expand=0&rev=5
* core: Use generated map of pixel formats to handle --pixel-format option
* core: Fix crash with newer vulkan-hpp
* doc: Update README.md with new wayland dependencies
* ci: Update packages dependencies for wayland
* wayland: Port to xdg-shell
* wayland: Mark the whole surface as opaque
* wayland: Retain native size in hidpi scaled outputs
* ci: Add build and test github workflow
* Fix build against glm-0.9.9.6
* build: Specify meson version as 0.45
OBS-URL: https://build.opensuse.org/package/show/benchmark/vkmark?expand=0&rev=11