turnip: advertise VK_EXT_border_color_swizzle

We already support the functionality so just advertise it.  Pass all
dEQP-VK*border_swizzle*.

v2: update freedreno-a630-fails.txt

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17019>
This commit is contained in:
Chia-I Wu
2022-06-11 22:19:40 -07:00
committed by Marge Bot
parent ea33e44ce4
commit af0080c4ef
4 changed files with 9 additions and 95 deletions
+1 -1
View File
@@ -529,7 +529,7 @@ Khronos extensions that are not part of any Vulkan version:
VK_KHR_win32_surface DONE (lvp)
VK_KHR_xcb_surface DONE (anv, lvp, radv, tu, v3dv, vn)
VK_KHR_xlib_surface DONE (anv, lvp, radv, tu, v3dv, vn)
VK_EXT_border_color_swizzle DONE (anv, lvp)
VK_EXT_border_color_swizzle DONE (anv, lvp, tu)
VK_EXT_buffer_device_address DONE (radv)
VK_EXT_calibrated_timestamps DONE (anv, lvp, radv)
VK_EXT_color_write_enable DONE (anv, lvp, radv, tu, v3dv)
+1 -1
View File
@@ -7,4 +7,4 @@ vertexAttributeInstanceRateZeroDivisor support for lavapipe
panfrost Valhall support (conformant OpenGL ES 3.1 on Mali-G57)
VK_EXT_primitives_generated_query on RADV
VK_EXT_non_seamless_cube_map on RADV, ANV
VK_EXT_border_color_swizzle on lavapipe, ANV
VK_EXT_border_color_swizzle on lavapipe, ANV, turnip