mirror of
https://gitlab.freedesktop.org/mesa/vulkan-wsi-layer.git
synced 2025-12-20 06:50:08 +01:00
Merge 'support VK_KHR_present_mode_fifo_latest_ready' into 'main'
See merge request mesa/vulkan-wsi-layer!212
This commit is contained in:
commit
1e5510e1a2
2 changed files with 10 additions and 5 deletions
|
|
@ -27,13 +27,14 @@ implements the following extensions:
|
||||||
* VK_KHR_shared_presentable_image
|
* VK_KHR_shared_presentable_image
|
||||||
* VK_EXT_image_compression_control_swapchain
|
* VK_EXT_image_compression_control_swapchain
|
||||||
* VK_KHR_present_id
|
* VK_KHR_present_id
|
||||||
* VK_KHR_present_wait
|
|
||||||
* VK_EXT_swapchain_maintenance1
|
|
||||||
* VK_EXT_present_mode_fifo_latest_ready (For Headless and Wayland only)
|
|
||||||
* VK_KHR_present_id2
|
* VK_KHR_present_id2
|
||||||
* VK_KHR_swapchain_mutable_format (For Headless and Wayland only)
|
* VK_KHR_present_wait
|
||||||
* VK_KHR_present_wait2
|
* VK_KHR_present_wait2
|
||||||
|
* VK_EXT_swapchain_maintenance1
|
||||||
* VK_KHR_swapchain_maintenance1
|
* VK_KHR_swapchain_maintenance1
|
||||||
|
* VK_EXT_present_mode_fifo_latest_ready (For Headless and Wayland only)
|
||||||
|
* VK_KHR_present_mode_fifo_latest_ready (For Headless and Wayland only)
|
||||||
|
* VK_KHR_swapchain_mutable_format (For Headless and Wayland only)
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -82,6 +82,10 @@
|
||||||
"name": "VK_EXT_present_mode_fifo_latest_ready",
|
"name": "VK_EXT_present_mode_fifo_latest_ready",
|
||||||
"spec_version": "1"
|
"spec_version": "1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "VK_KHR_present_mode_fifo_latest_ready",
|
||||||
|
"spec_version": "1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "VK_KHR_swapchain_mutable_format",
|
"name": "VK_KHR_swapchain_mutable_format",
|
||||||
"spec_version": "1"
|
"spec_version": "1"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue