mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
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:
parent
bcffd839aa
commit
b101d100fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue