mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
radv: remove useless tracking about non-coherent RBs with secondaries
Either the rendering begins in the primary and the information is already known, or if it begins in the secondary, non-coherent RBs should already be flushed in EndCommandBuffer(). Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41136>
This commit is contained in:
parent
bcd74a7af0
commit
461154fd5c
1 changed files with 0 additions and 2 deletions
|
|
@ -10063,8 +10063,6 @@ radv_CmdExecuteCommands(VkCommandBuffer commandBuffer, uint32_t commandBufferCou
|
|||
primary->state.last_primitive_restart_index = secondary->state.last_primitive_restart_index;
|
||||
}
|
||||
|
||||
primary->state.rb_noncoherent_dirty |= secondary->state.rb_noncoherent_dirty;
|
||||
|
||||
primary->state.uses_draw_indirect |= secondary->state.uses_draw_indirect;
|
||||
|
||||
for (uint32_t reg = 0; reg < AC_NUM_ALL_TRACKED_REGS; reg++) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue