4fe028b756
- 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
Martin Pluskal2025-04-09 10:01:38 +00:00
b2ce57f52d
Accepting request 1238014 from benchmark
Ana Guerrero2025-01-15 16:45:12 +00:00
a041c03361
- 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
Martin Pluskal2025-01-15 09:43:09 +00:00
cb1ddeb9a1
- 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
Martin Pluskal2023-06-15 16:58:59 +00:00
a989ebabf9
- 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
Martin Pluskal2023-06-15 16:58:59 +00:00
53c8840e83
- Update to version 2017.08+git.20220909: * Fix missing <memory> includes - Drop vkmark-fix-missing-include.patch
Martin Pluskal2022-11-24 13:57:31 +00:00
16c7d61992
- Update to version 2017.08+git.20220909: * Fix missing <memory> includes - Drop vkmark-fix-missing-include.patch
Martin Pluskal2022-11-24 13:57:31 +00:00
1cec41abf2
Accepting request 941668 from home:malcolmlewis:branches:benchmark
Martin Pluskal2021-12-21 09:37:02 +00:00
ab5a9d4fd6
Accepting request 941668 from home:malcolmlewis:branches:benchmark
Martin Pluskal2021-12-21 09:37:02 +00:00
090b234594
- Update to version 2017.08+git.20211008: * meson: check all deps, when enabling wayland winsys * meson: error out when no winsys is available
Martin Pluskal2021-10-20 07:40:54 +00:00
eeff117f28
- Update to version 2017.08+git.20211008: * meson: check all deps, when enabling wayland winsys * meson: error out when no winsys is available
Martin Pluskal2021-10-20 07:40:54 +00:00
04f3c26666
- Update to version 2017.08+git.20210312: * wayland: Reply to ping message
Martin Pluskal2021-04-22 07:26:19 +00:00
83fb8c69dc
- Update to version 2017.08+git.20210312: * wayland: Reply to ping message
Martin Pluskal2021-04-22 07:26:19 +00:00
3a540b8322
Accepting request 876687 from benchmark
Richard Brown
2021-03-05 12:47:22 +00:00
cca4f81572
Accepting request 876687 from benchmark
Richard Brown
2021-03-05 12:47:22 +00:00
f9a15f9d2c
- Update to version 2017.08+git.20210301: * doc: Document new Vulkan device related flags in man page * core: Allow selecting the Vulkan device to run on
Martin Pluskal2021-03-04 08:28:40 +00:00
123887b442
- Update to version 2017.08+git.20210301: * doc: Document new Vulkan device related flags in man page * core: Allow selecting the Vulkan device to run on
Martin Pluskal2021-03-04 08:28:40 +00:00
b1588cdf8c
- 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
Martin Pluskal2020-05-22 07:22:45 +00:00
6a25abefeb
- 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
Martin Pluskal2020-05-22 07:22:45 +00:00