mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +02:00
radeonsi: fix compiler selection for fixed-func TCS
Reviewed-by: Pierre-Eric Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40589>
This commit is contained in:
parent
55f5253976
commit
e1a845c042
1 changed files with 1 additions and 0 deletions
|
|
@ -4505,6 +4505,7 @@ bool si_set_tcs_to_fixed_func_shader(struct si_context *sctx)
|
|||
}
|
||||
|
||||
sctx->shader.tcs.cso = tcs;
|
||||
sctx->shader.tcs.key.ge.use_aco = tcs->info.base.use_aco_amd;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue