summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIago Toral Quiroga <itoral@igalia.com>2022-03-17 11:49:03 +0100
committerMarge Bot <emma+marge@anholt.net>2022-03-18 06:42:06 +0000
commit5c1302f47c2226f534f594c5766fce4aa1577535 (patch)
tree77459013a4d0fa1a1811560571acdb6c1a6f1108 /docs
parentcdd1b86591a1b0fa8954e7e1c8d3290fdb3c8b78 (diff)
v3dv: expose VK_EXT_image_drm_format_modifier
This has been implemented for a while but we could not expose it on Vulkan 1.0 because the extension declares a dependency on VK_KHR_sampler_ycbcr_conversion, which we don't implement, and CTS would complain. On Vulkan 1.1 however, VK_KHR_sampler_ycbcr_conversion was promoted to core as an optional feature, and this is enough for the the dependency to be satisfied, even if the feature is not supported, meaning that we can now expose the extension. Reviewed-by: Alejandro PiƱeiro <apinheiro@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15426>
Diffstat (limited to 'docs')
-rw-r--r--docs/features.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt
index cb85d6fd875..10221ddf1be 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -547,7 +547,7 @@ Khronos extensions that are not part of any Vulkan version:
VK_EXT_fragment_shader_interlock DONE (anv/gen9+)
VK_EXT_global_priority DONE (anv, radv)
VK_EXT_global_priority_query DONE (radv)
- VK_EXT_image_drm_format_modifier DONE (anv, radv/gfx9+, tu, vn)
+ VK_EXT_image_drm_format_modifier DONE (anv, radv/gfx9+, tu, v3dv, vn)
VK_EXT_image_view_min_lod DONE (radv)
VK_EXT_index_type_uint8 DONE (anv, lvp, radv/gfx8+, v3dv, tu)
VK_EXT_line_rasterization DONE (anv, lvp, radv, tu)