lavapipe: enable post depth coverage

This just works.

Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7888>
This commit is contained in:
Dave Airlie 2020-11-24 05:43:48 +10:00
parent 0a6e1971ea
commit f65b1d22f2
2 changed files with 2 additions and 1 deletions

View file

@ -129,7 +129,7 @@ EXTENSIONS = [
Extension('VK_EXT_memory_priority', 1, False),
Extension('VK_EXT_pci_bus_info', 2, False),
Extension('VK_EXT_pipeline_creation_feedback', 1, False),
Extension('VK_EXT_post_depth_coverage', 1, False),
Extension('VK_EXT_post_depth_coverage', 1, True),
Extension('VK_EXT_private_data', 1, True),
Extension('VK_EXT_queue_family_foreign', 1, False),
Extension('VK_EXT_sample_locations', 1, False),

View file

@ -522,6 +522,7 @@ lvp_shader_compile_to_ir(struct lvp_pipeline *pipeline,
.storage_16bit = true,
.variable_pointers = true,
.stencil_export = true,
.post_depth_coverage = true,
},
.ubo_addr_format = nir_address_format_32bit_index_offset,
.ssbo_addr_format = nir_address_format_32bit_index_offset,