Mesa (main): lavapipe: implement KHR_separate_depth_stencil_layouts

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jul 6 21:27:43 UTC 2021


Module: Mesa
Branch: main
Commit: ac07ad8414cdc5a340f6966e1efd72d97fbffe55
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ac07ad8414cdc5a340f6966e1efd72d97fbffe55

Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Tue Jul  6 15:04:55 2021 -0400

lavapipe: implement KHR_separate_depth_stencil_layouts

this is a conformant implementation

Reviewed-by: Dave Airlie <airlied at redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11738>

---

 src/gallium/frontends/lavapipe/lvp_device.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/frontends/lavapipe/lvp_device.c b/src/gallium/frontends/lavapipe/lvp_device.c
index 17a3495f265..921c0f0577a 100644
--- a/src/gallium/frontends/lavapipe/lvp_device.c
+++ b/src/gallium/frontends/lavapipe/lvp_device.c
@@ -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,



More information about the mesa-commit mailing list