mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
lavapipe: implement KHR_separate_depth_stencil_layouts
this is a conformant implementation Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11738>
This commit is contained in:
parent
9bbe80accd
commit
ac07ad8414
1 changed files with 1 additions and 0 deletions
|
|
@ -115,6 +115,7 @@ static const struct vk_device_extension_table lvp_device_extensions_supported =
|
|||
.KHR_push_descriptor = true,
|
||||
.KHR_relaxed_block_layout = true,
|
||||
.KHR_sampler_mirror_clamp_to_edge = true,
|
||||
.KHR_separate_depth_stencil_layouts = true,
|
||||
.KHR_shader_atomic_int64 = true,
|
||||
.KHR_shader_draw_parameters = true,
|
||||
.KHR_storage_buffer_storage_class = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue