Module: Mesa Branch: main Commit: 616773e62b59ca7e163d2193668c8e03aa722ee6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=616773e62b59ca7e163d2193668c8e03aa722ee6
Author: Mike Blumenkrantz <[email protected]> Date: Thu Jun 9 08:29:36 2022 -0400 zink: hook up VK_EXT_non_seamless_cube_map Reviewed-by: Adam Jackson <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16944> --- src/gallium/drivers/zink/zink_device_info.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gallium/drivers/zink/zink_device_info.py b/src/gallium/drivers/zink/zink_device_info.py index 139556eb4ce..6e076d89813 100644 --- a/src/gallium/drivers/zink/zink_device_info.py +++ b/src/gallium/drivers/zink/zink_device_info.py @@ -165,6 +165,9 @@ EXTENSIONS = [ properties=True, features=True, conditions=["$feats.customBorderColors"]), + Extension("VK_EXT_non_seamless_cube_map", + alias="nonseamless", + features=True), Extension("VK_EXT_blend_operation_advanced", alias="blend", properties=True,
