anv: reenable KHR_maintenance8 on Xe2+

Only Xe2+ supports dynamic texture offsets.

Unfortunate that the docs didn't specify this...

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37171>
This commit is contained in:
Lionel Landwerlin
2025-09-08 15:13:23 +03:00
committed by Marge Bot
parent bcffd839aa
commit b101d100fb

View File

@@ -197,7 +197,7 @@ get_device_extensions(const struct anv_physical_device *device,
.KHR_maintenance5 = true,
.KHR_maintenance6 = true,
.KHR_maintenance7 = true,
.KHR_maintenance8 = false, /* Temporary, will reenable on Xe2+ */
.KHR_maintenance8 = device->info.ver >= 20,
.KHR_maintenance9 = true,
.KHR_map_memory2 = true,
.KHR_multiview = true,