mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
lavapipe: EXT_load_store_op_none
free real estate Reviewed-by: Konstantin Seurer <konstantin.seurer@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25213>
This commit is contained in:
parent
73a9f9c5ca
commit
4272234736
1 changed files with 1 additions and 0 deletions
|
|
@ -176,6 +176,7 @@ static const struct vk_device_extension_table lvp_device_extensions_supported =
|
|||
.EXT_image_robustness = true,
|
||||
.EXT_index_type_uint8 = true,
|
||||
.EXT_inline_uniform_block = true,
|
||||
.EXT_load_store_op_none = true,
|
||||
.EXT_memory_budget = true,
|
||||
#if DETECT_OS_LINUX
|
||||
.EXT_memory_priority = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue