summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv10/nv10_vbo.c
diff options
context:
space:
mode:
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>2008-04-02 18:26:49 +0200
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>2008-04-02 18:26:49 +0200
commitfb19b3393fbee26f7bb88b572b3d0cc2943f2edc (patch)
treeed06e7b25c05cc131590acde1190725bb210c135 /src/gallium/drivers/nv10/nv10_vbo.c
parent8f26e975ca6341cb3366a18beb352b5cdcaee2bc (diff)
nv10: fix some more state, work on the vertex emission code.
Diffstat (limited to 'src/gallium/drivers/nv10/nv10_vbo.c')
-rw-r--r--src/gallium/drivers/nv10/nv10_vbo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv10/nv10_vbo.c b/src/gallium/drivers/nv10/nv10_vbo.c
index 025ad6de4b..0f5902602f 100644
--- a/src/gallium/drivers/nv10/nv10_vbo.c
+++ b/src/gallium/drivers/nv10/nv10_vbo.c
@@ -18,6 +18,8 @@ boolean nv10_draw_elements( struct pipe_context *pipe,
struct draw_context *draw = nv10->draw;
unsigned i;
+ nv10_emit_hw_state(nv10);
+
/*
* Map vertex buffers
*/