mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 19:20:08 +01:00
draw: flush between pt/non-pt modes
This commit is contained in:
parent
cc85573a9f
commit
4b1377b240
1 changed files with 4 additions and 0 deletions
|
|
@ -167,6 +167,10 @@ draw_pt_arrays(struct draw_context *draw,
|
|||
frontend = draw->pt.front.vcache;
|
||||
#endif
|
||||
|
||||
/* XXX: need to flush to get prim_vbuf.c to release its allocation??
|
||||
*/
|
||||
draw_do_flush( draw, DRAW_FLUSH_BACKEND );
|
||||
|
||||
frontend->prepare( frontend, middle );
|
||||
|
||||
frontend->run( frontend,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue