docs: Sync docs for GDK_VULKAN_DISABLE

Add swapchain-maintenance, and remove some no longer used values.
This commit is contained in:
Matthias Clasen
2024-09-08 19:35:00 -04:00
parent 7b55d2cf1a
commit 4181b4b142

View File

@@ -400,15 +400,6 @@ does not support them.
`ycbr`
: Do not support Ycbcr textures
`descriptor-indexing`
: Force slow descriptor set layout codepath
`dynamic-indexing`
: Hardcode small number of buffer and texture arrays
`nonuniform-indexing`
: Split draw calls to ensure uniform texture accesses
`semaphore-export`
: Disable sync of exported dmabufs
@@ -418,6 +409,9 @@ does not support them.
`incremental-present`
: Do not send damage regions
`swapchain-maintenance`
: Do not use advanced swapchain features
The special value `all` can be used to turn on all values. The special
value `help` can be used to obtain a list of all supported values.