diff --git a/.pick_status.json b/.pick_status.json index e63af4ec392..15d63832508 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -4134,7 +4134,7 @@ "description": "radeonsi: remove old, unsupported cap", "nominated": true, "nomination_type": 2, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "420fe1e7f9ef56177c8f45e98e057488a2b57646", "notes": null diff --git a/src/gallium/drivers/radeonsi/si_get.c b/src/gallium/drivers/radeonsi/si_get.c index e2374c9a31f..f32f2220288 100644 --- a/src/gallium/drivers/radeonsi/si_get.c +++ b/src/gallium/drivers/radeonsi/si_get.c @@ -1158,7 +1158,6 @@ void si_init_screen_caps(struct si_screen *sscreen) caps->stream_output_pause_resume = true; caps->stream_output_interleave_buffers = true; caps->doubles = true; - caps->tgsi_tex_txf_lz = true; caps->tes_layer_viewport = true; caps->bindless_texture = true; caps->query_timestamp = true;