lavapipe: enable 8/16-bit storage extensions

Acked-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9643>
This commit is contained in:
Dave Airlie
2021-03-17 11:23:26 +10:00
parent 27822a6f0b
commit b06f121fcc
3 changed files with 13 additions and 2 deletions

View File

@@ -459,6 +459,7 @@ lvp_shader_compile_to_ir(struct lvp_pipeline *pipeline,
.image_write_without_format = true,
.storage_image_ms = true,
.geometry_streams = true,
.storage_8bit = true,
.storage_16bit = true,
.variable_pointers = true,
.stencil_export = true,