summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-11-21 19:13:26 -0800
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-11-21 19:13:26 -0800
commit2b07b640619ac68344276ba0557ea46b2cbc3f26 (patch)
treeaff1cc153d84b3241c1bf2c9691e00dad9c68322 /src/gallium/drivers
parent44c0aaf990f46c6dcb46d58dda0c182f5d40cb42 (diff)
r300g: Build fix.
Oops.
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r--src/gallium/drivers/r300/r300_state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_state.c b/src/gallium/drivers/r300/r300_state.c
index 997d59ff6f..a88d66db24 100644
--- a/src/gallium/drivers/r300/r300_state.c
+++ b/src/gallium/drivers/r300/r300_state.c
@@ -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,