mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
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:
parent
0a6e1971ea
commit
f65b1d22f2
2 changed files with 2 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue