File: NEWS

package info (click to toggle)
vkmark 2025.01-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,500 kB
  • sloc: cpp: 28,949; ansic: 39; python: 20; makefile: 3
file content (16 lines) | stat: -rw-r--r-- 806 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
vkmark 2025.01 (20250123)
=========================

* Update the KMS window system to use VK_EXT_external_memory_dmabuf.
* Add KMS atomic support in the KMS window system.
* Use explicit format modifiers in the KMS window system.
* Support mailbox and immediate presentation modes in the KMS window system.
* Update the Wayland window system to use xdg-shell.
* Add a VK_KHR_display based window system ('display').
* Add a VK_EXT_headless_surface based window system ('headless').
* Add the '--list-devices' command-line option to list Vulkan physical devices.
* Add the '--use-device' command-line option to select a Vulkan physical device.
* Enable validation layer in debug mode.
* Resolve various validation errors.
* Require a C++17 compiler.
* Add NEWS file to list changes since previous release.