mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
r300g: remove u_upload_flush from r300_draw_arrays
This a leftover probably and is unnecessary, since we flush u_upload_mgr in r300_flush.
This commit is contained in:
parent
b4f7f059c7
commit
317680c6fb
1 changed files with 0 additions and 1 deletions
|
|
@ -604,7 +604,6 @@ static void r300_draw_arrays(struct pipe_context* pipe, unsigned mode,
|
|||
}
|
||||
} while (count);
|
||||
}
|
||||
u_upload_flush(r300->upload_vb);
|
||||
}
|
||||
|
||||
if (translate) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue