mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-25 18:00:52 +01:00
r300g: Build fix.
Oops.
This commit is contained in:
parent
44c0aaf990
commit
2b07b64061
1 changed files with 1 additions and 1 deletions
|
|
@ -688,7 +688,7 @@ static void r300_set_vertex_buffers(struct pipe_context* pipe,
|
|||
draw_set_vertex_buffers(r300->draw, count, buffers);
|
||||
}
|
||||
|
||||
r300->state |= R300_NEW_VERTEX_FORMAT;
|
||||
r300->dirty_state |= R300_NEW_VERTEX_FORMAT;
|
||||
}
|
||||
|
||||
static void r300_set_vertex_elements(struct pipe_context* pipe,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue