diff options
author | Ben Skeggs <[email protected]> | 2009-01-13 13:19:22 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2009-01-13 13:57:22 +1000 |
commit | adee4b902166fe57d8e28f604ba4917ff0d17987 (patch) | |
tree | b192296ad9e17bf253674679ccd390b9e5b4e310 /src/gallium/drivers/nv50/nv50_vbo.c | |
parent | 8337c78d91612d615a1368ee8ee188d80574fad4 (diff) |
nv50: get glxgears showing all 3 gears instead of 1!!
This fixes a lot of other things where not all the geometry got drawn
also.
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_vbo.c')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_vbo.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv50/nv50_vbo.c b/src/gallium/drivers/nv50/nv50_vbo.c index 584336682e4..f41bb921741 100644 --- a/src/gallium/drivers/nv50/nv50_vbo.c +++ b/src/gallium/drivers/nv50/nv50_vbo.c @@ -60,6 +60,8 @@ nv50_draw_arrays(struct pipe_context *pipe, unsigned mode, unsigned start, OUT_RING (0); BEGIN_RING(tesla, 0x142c, 1); OUT_RING (0); + BEGIN_RING(tesla, 0x1440, 1); + OUT_RING (0); BEGIN_RING(tesla, NV50TCL_VERTEX_BEGIN, 1); OUT_RING (nv50_prim(mode)); |