mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
lavapipe: VK_EXT_pipeline_protected_access
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31232>
This commit is contained in:
parent
5378bdc5fd
commit
0c33257251
1 changed files with 4 additions and 0 deletions
|
|
@ -225,6 +225,7 @@ static const struct vk_device_extension_table lvp_device_extensions_supported =
|
|||
.EXT_pipeline_creation_feedback = true,
|
||||
.EXT_pipeline_creation_cache_control = true,
|
||||
.EXT_pipeline_library_group_handles = true,
|
||||
.EXT_pipeline_protected_access = true,
|
||||
.EXT_pipeline_robustness = true,
|
||||
.EXT_post_depth_coverage = true,
|
||||
.EXT_private_data = true,
|
||||
|
|
@ -475,6 +476,9 @@ lvp_get_features(const struct lvp_physical_device *pdevice,
|
|||
/* VK_EXT_attachment_feedback_loop_layout */
|
||||
.attachmentFeedbackLoopLayout = true,
|
||||
|
||||
/* VK_EXT_pipeline_protected_access */
|
||||
.pipelineProtectedAccess = true,
|
||||
|
||||
/* VK_EXT_rasterization_order_attachment_access */
|
||||
.rasterizationOrderColorAttachmentAccess = true,
|
||||
.rasterizationOrderDepthAttachmentAccess = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue