nvk: Advertise VK_EXT_separate_stencil_usage
authorFaith Ekstrand <faith.ekstrand@collabora.com>
Tue, 31 Jan 2023 02:12:04 +0000 (20:12 -0600)
committerMarge Bot <emma+marge@anholt.net>
Fri, 4 Aug 2023 21:32:02 +0000 (21:32 +0000)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>

src/nouveau/vulkan/nvk_physical_device.c

index 7dd7604..2af3c6e 100644 (file)
@@ -459,6 +459,7 @@ nvk_get_device_extensions(const struct nvk_physical_device *pdev,
       .EXT_private_data = true,
       .EXT_provoking_vertex = true,
       .EXT_sample_locations = pdev->info.cls_eng3d >= MAXWELL_B,
+      .EXT_separate_stencil_usage = true,
       .EXT_vertex_attribute_divisor = true,
       .EXT_vertex_input_dynamic_state = true,
    };