mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
radeonsi: remove unnecessary PARTIAL_VS_WAVE setting for streamout
hardware does this automatically Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
This commit is contained in:
parent
3a157e6e68
commit
7e056f872f
1 changed files with 0 additions and 4 deletions
|
|
@ -269,10 +269,6 @@ static unsigned si_get_ia_multi_vgt_param(struct si_context *sctx,
|
|||
wd_switch_on_eop = true;
|
||||
}
|
||||
|
||||
if (sctx->b.streamout.streamout_enabled ||
|
||||
sctx->b.streamout.prims_gen_query_enabled)
|
||||
partial_vs_wave = true;
|
||||
|
||||
if (sctx->b.chip_class >= CIK) {
|
||||
/* WD_SWITCH_ON_EOP has no effect on GPUs with less than
|
||||
* 4 shader engines. Set 1 to pass the assertion below.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue