mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 07:50:11 +01:00
anv: promote EXT_load_store_op_none to KHR
Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27274>
This commit is contained in:
parent
87acc6b59b
commit
d46bbf727d
1 changed files with 1 additions and 0 deletions
|
|
@ -255,6 +255,7 @@ get_device_extensions(const struct anv_physical_device *device,
|
|||
#endif
|
||||
.KHR_index_type_uint8 = true,
|
||||
.KHR_line_rasterization = true,
|
||||
.KHR_load_store_op_none = true,
|
||||
.KHR_maintenance1 = true,
|
||||
.KHR_maintenance2 = true,
|
||||
.KHR_maintenance3 = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue