mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-08 14:38:18 +02:00
docs: add missing bits for pvr's VK_EXT_non_seamless_cube_map
VK_EXT_non_seamless_cube_map was implemented by pvr previously to fix
some GLES2 CTS failures on Zink (because the driver is not yet ready
to advertise GLES3 on Zink).
As it was thought as a fix, the document bit is missing, although a new
extension is surely advertised.
Add the missing document bit.
Fixes: 71880a2911 ("pvr: support VK_EXT_non_seamless_cube_map")
Signed-off-by: Icenowy Zheng <zhengxingda@iscas.ac.cn>
Reviewed-by: Frank Binns <frank.binns@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40699>
This commit is contained in:
parent
af42f0c80f
commit
08e75046a4
2 changed files with 2 additions and 1 deletions
|
|
@ -659,7 +659,7 @@ Khronos extensions that are not part of any Vulkan version:
|
|||
VK_EXT_multi_draw DONE (anv, hasvk, hk, lvp, nvk, radv, tu, vn, v3dv)
|
||||
VK_EXT_multisampled_render_to_single_sampled DONE (lvp, vn, panvk, tu)
|
||||
VK_EXT_nested_command_buffer DONE (anv, lvp, nvk, panvk/v10+, radv, tu, vn)
|
||||
VK_EXT_non_seamless_cube_map DONE (anv, hasvk, hk, lvp, nvk, panvk, radv, tu, vn)
|
||||
VK_EXT_non_seamless_cube_map DONE (anv, hasvk, hk, lvp, nvk, panvk, pvr, radv, tu, vn)
|
||||
VK_EXT_pageable_device_local_memory DONE (lvp)
|
||||
VK_EXT_pci_bus_info DONE (anv, hasvk, nvk, radv, vn)
|
||||
VK_EXT_physical_device_drm DONE (anv, hasvk, hk, nvk, panvk, pvr, radv, tu, v3dv, vn)
|
||||
|
|
|
|||
|
|
@ -38,3 +38,4 @@ VK_EXT_conditional_rendering on panvk
|
|||
VK_{KHR,EXT}_{surface,swapchain}_maintenance1 on panvk
|
||||
VK_EXT_shader_atomic_float on panvk
|
||||
VK_KHR_device_address_commands on RADV
|
||||
VK_EXT_non_seamless_cube_map on pvr
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue