mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +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> (cherry picked from commit261cb0e9bf) Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41269>
This commit is contained in:
parent
63faa0d700
commit
b7ce708f01
2 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue