lavapipe: enable VK_EXT_shader_stencil_export
This should just work. Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7888>
This commit is contained in:
@@ -521,6 +521,7 @@ lvp_shader_compile_to_ir(struct lvp_pipeline *pipeline,
|
||||
.geometry_streams = true,
|
||||
.storage_16bit = true,
|
||||
.variable_pointers = true,
|
||||
.stencil_export = true,
|
||||
},
|
||||
.ubo_addr_format = nir_address_format_32bit_index_offset,
|
||||
.ssbo_addr_format = nir_address_format_32bit_index_offset,
|
||||
|
Reference in New Issue
Block a user