anv: temporary disable KHR_maintenance8
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: 47cfc77085 ("anv: expose VK_KHR_maintenance8 support")
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37050>
This commit is contained in:
committed by
Marge Bot
parent
c6e831ac44
commit
d0e1dffcb7
@@ -1,7 +1,6 @@
|
||||
test_fence_wait_robustness,Crash
|
||||
test_sampler_feedback_min_mip_level_array,Fail
|
||||
test_sampler_rounding,Fail
|
||||
test_sm67_dynamic_texture_offset,Fail
|
||||
# Undefined behavior not supported unless EXT_descriptor_buffer is
|
||||
# used or running on Gfx12.5+ where we don't do descriptor indirection
|
||||
# (prior generations have a descriptor heap too small 64MB)
|
||||
|
||||
@@ -194,7 +194,7 @@ get_device_extensions(const struct anv_physical_device *device,
|
||||
.KHR_maintenance5 = true,
|
||||
.KHR_maintenance6 = true,
|
||||
.KHR_maintenance7 = true,
|
||||
.KHR_maintenance8 = true,
|
||||
.KHR_maintenance8 = false, /* Temporary, will reenable on Xe2+ */
|
||||
.KHR_maintenance9 = true,
|
||||
.KHR_map_memory2 = true,
|
||||
.KHR_multiview = true,
|
||||
|
||||
Reference in New Issue
Block a user