mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
lvp: Fix vtn warnings about unsupported image read/write without format.
These are just warnings printed to the console and don't affect testcase pass/fail, but clog up the deqp-runner job logs. Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8188>
This commit is contained in:
parent
463dbbffa8
commit
bb4ade40e4
1 changed files with 2 additions and 0 deletions
|
|
@ -500,6 +500,8 @@ lvp_shader_compile_to_ir(struct lvp_pipeline *pipeline,
|
|||
.int64 = (pdevice->pscreen->get_param(pdevice->pscreen, PIPE_CAP_INT64) == 1),
|
||||
.tessellation = true,
|
||||
.image_ms_array = true,
|
||||
.image_read_without_format = true,
|
||||
.image_write_without_format = true,
|
||||
.storage_image_ms = true,
|
||||
.geometry_streams = true,
|
||||
.storage_16bit = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue