radeonsi: remove old, unsupported cap

This hasn't been supported for a long time.

Fixes: 420fe1e7f9 ("radeonsi: remove TGSI")
Reviewed-by: Marek Olšák <maraeo@gmail.com>
(cherry picked from commit 261cb0e9bf)

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41269>
This commit is contained in:
Erik Faye-Lund 2026-04-16 12:52:44 +02:00 committed by Eric Engestrom
parent 63faa0d700
commit b7ce708f01
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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;