mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-20 14:20:36 +02:00
anv: export EXT_pipeline_library_group_handles only with RT
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Ivan Briano <ivan.briano@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21870>
This commit is contained in:
parent
76b591d8f7
commit
d8013976c7
1 changed files with 1 additions and 1 deletions
|
|
@ -328,7 +328,7 @@ get_device_extensions(const struct anv_physical_device *device,
|
|||
.EXT_physical_device_drm = true,
|
||||
.EXT_pipeline_creation_cache_control = true,
|
||||
.EXT_pipeline_creation_feedback = true,
|
||||
.EXT_pipeline_library_group_handles = true,
|
||||
.EXT_pipeline_library_group_handles = rt_enabled,
|
||||
.EXT_post_depth_coverage = true,
|
||||
.EXT_primitives_generated_query = true,
|
||||
.EXT_primitive_topology_list_restart = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue