mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 10:18:05 +02:00
radv: update ia_multi_vgt when executing secondary buffers
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
parent
47d7d18613
commit
f16382d35b
1 changed files with 5 additions and 0 deletions
|
|
@ -2679,6 +2679,11 @@ void radv_CmdExecuteCommands(
|
|||
primary->state.last_primitive_reset_index =
|
||||
secondary->state.last_primitive_reset_index;
|
||||
}
|
||||
|
||||
if (secondary->state.last_ia_multi_vgt_param) {
|
||||
primary->state.last_ia_multi_vgt_param =
|
||||
secondary->state.last_ia_multi_vgt_param;
|
||||
}
|
||||
}
|
||||
|
||||
/* After executing commands from secondary buffers we have to dirty
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue