diff options
author | Stephane Marchesin <[email protected]> | 2008-04-02 18:26:49 +0200 |
---|---|---|
committer | Stephane Marchesin <[email protected]> | 2008-04-02 18:26:49 +0200 |
commit | fb19b3393fbee26f7bb88b572b3d0cc2943f2edc (patch) | |
tree | ed06e7b25c05cc131590acde1190725bb210c135 /src/gallium/drivers/nv10/nv10_vbo.c | |
parent | 8f26e975ca6341cb3366a18beb352b5cdcaee2bc (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.c | 2 |
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 025ad6de4bd..0f5902602f6 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 */ |