mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 15:58:05 +02:00
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>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40993>
This commit is contained in:
parent
b062062430
commit
261cb0e9bf
1 changed files with 0 additions and 1 deletions
|
|
@ -547,7 +547,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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue