mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 07:08:04 +02:00
insert a temporary flush to fix missing triangles artifact
This commit is contained in:
parent
5cd96f7684
commit
bb55835fc0
1 changed files with 5 additions and 0 deletions
|
|
@ -171,6 +171,11 @@ cell_flush_prim_buffer(struct cell_context *cell)
|
||||||
cell->prim_buffer.ymin = 1e100;
|
cell->prim_buffer.ymin = 1e100;
|
||||||
cell->prim_buffer.xmax = -1e100;
|
cell->prim_buffer.xmax = -1e100;
|
||||||
cell->prim_buffer.ymax = -1e100;
|
cell->prim_buffer.ymax = -1e100;
|
||||||
|
|
||||||
|
/* XXX temporary, need to double-buffer the prim buffer until we get
|
||||||
|
* a real command buffer/list system.
|
||||||
|
*/
|
||||||
|
cell_flush(&cell->pipe, 0x0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue