mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-01 19:50:25 +01:00
nv40: insanely stupid bug..
This commit is contained in:
parent
c23d0f4c50
commit
e282d22d51
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ nv40_draw_elements(struct pipe_context *pipe,
|
|||
BEGIN_RING(curie, NV40TCL_BEGIN_END, 1);
|
||||
OUT_RING (0);
|
||||
|
||||
pipe->winsys->buffer_unmap(pipe->winsys, ib);
|
||||
pipe->winsys->buffer_unmap(pipe->winsys, indexBuffer);
|
||||
pipe->flush(pipe, 0);
|
||||
return TRUE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue