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:
Yiwei Zhang 2025-02-11 22:16:16 -08:00 committed by Marge Bot
parent f656ca6a13
commit a7adf8db67

View file

@ -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,