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/41104>
This commit is contained in:
Erik Faye-Lund 2026-04-16 12:52:44 +02:00 committed by Eric Engestrom
parent 86593a512e
commit bf1c7cd431
2 changed files with 1 additions and 2 deletions

View file

@ -1234,7 +1234,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

@ -1111,7 +1111,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;