venus: temporarily disable VK_EXT_memory_budget
This has confused the apps. Back out for now until further investigation is done. Signed-off-by: Yiwei Zhang <zzyiwei@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23452>
This commit is contained in:
parent
0be83bf1c4
commit
75cd115ecf
1 changed files with 2 additions and 1 deletions
|
|
@ -1154,7 +1154,8 @@ vn_physical_device_get_passthrough_extensions(
|
|||
.EXT_index_type_uint8 = true,
|
||||
.EXT_line_rasterization = true,
|
||||
.EXT_load_store_op_none = true,
|
||||
.EXT_memory_budget = true,
|
||||
/* TODO: re-enable after generic app compat issues are resolved */
|
||||
.EXT_memory_budget = false,
|
||||
.EXT_multi_draw = true,
|
||||
.EXT_mutable_descriptor_type = true,
|
||||
.EXT_primitive_topology_list_restart = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue