projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8337c78
)
nv50: get glxgears showing all 3 gears instead of 1!!
author
Ben Skeggs
<skeggsb@gmail.com>
Tue, 13 Jan 2009 03:19:22 +0000
(13:19 +1000)
committer
Ben Skeggs
<skeggsb@gmail.com>
Tue, 13 Jan 2009 03:57:22 +0000
(13:57 +1000)
This fixes a lot of other things where not all the geometry got drawn
also.
src/gallium/drivers/nv50/nv50_vbo.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/nv50/nv50_vbo.c
b/src/gallium/drivers/nv50/nv50_vbo.c
index 584336682e443a76550d42df0687e6303a064fb3..f41bb921741077d3e8672dec9d3c0ba793fb7960 100644
(file)
--- 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));