diff options
author | Iago Toral Quiroga <itoral@igalia.com> | 2022-09-05 08:28:19 +0200 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2022-09-06 06:10:41 +0000 |
commit | 26024e97015dadaae4cd03084ac0cad450b0bf3e (patch) | |
tree | 43883895c089d3952b168278282ec4a73e53a398 /docs | |
parent | 4330313666f85da4f1435007af9b584298260b01 (diff) | |
download | mesa-26024e97015dadaae4cd03084ac0cad450b0bf3e.tar.gz mesa-26024e97015dadaae4cd03084ac0cad450b0bf3e.tar.bz2 mesa-26024e97015dadaae4cd03084ac0cad450b0bf3e.zip |
v3dv: expose VK_EXT_tooling_info
There is a stub for this implemented in the common code we can use
which reports 0 tools.
Reviewed-by: Alejandro PiƱeiro <apinheiro@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18410>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/features.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt index 9b0942d8a15..7b8ef0f0a88 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -494,7 +494,7 @@ Vulkan 1.3 -- all DONE: anv, radv, lvp VK_EXT_subgroup_size_control DONE (anv, lvp, radv, tu, vn) VK_EXT_texel_buffer_alignment DONE (anv, lvp, radv, tu, v3dv, vn) VK_EXT_texture_compression_astc_hdr DONE (vn) - VK_EXT_tooling_info DONE (anv, vn) + VK_EXT_tooling_info DONE (anv, v3dv, vn) VK_EXT_ycbcr_2plane_444_formats DONE (vn) Khronos extensions that are not part of any Vulkan version: |