mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
venus: group private data together with other 1.3 exts
Signed-off-by: Yiwei Zhang <zzyiwei@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33520>
This commit is contained in:
parent
f656ca6a13
commit
a7adf8db67
1 changed files with 2 additions and 2 deletions
|
|
@ -1068,6 +1068,8 @@ vn_physical_device_get_passthrough_extensions(
|
|||
.EXT_pipeline_creation_cache_control = true,
|
||||
/* hide behind renderer support to allow structs passing through */
|
||||
.EXT_pipeline_creation_feedback = true,
|
||||
/* hide behind renderer support to allow structs passing through */
|
||||
.EXT_private_data = true,
|
||||
.EXT_shader_demote_to_helper_invocation = true,
|
||||
.EXT_subgroup_size_control = true,
|
||||
.EXT_texel_buffer_alignment = true,
|
||||
|
|
@ -1110,8 +1112,6 @@ vn_physical_device_get_passthrough_extensions(
|
|||
.EXT_non_seamless_cube_map = true,
|
||||
.EXT_primitive_topology_list_restart = true,
|
||||
.EXT_primitives_generated_query = true,
|
||||
/* hide behind renderer support to allow structs passing through */
|
||||
.EXT_private_data = true,
|
||||
.EXT_provoking_vertex = true,
|
||||
.EXT_queue_family_foreign = true,
|
||||
.EXT_rasterization_order_attachment_access = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue