projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ea8068
)
nv50: remove unused variable
author
Ben Skeggs
<bskeggs@redhat.com>
Thu, 19 Feb 2009 23:39:13 +0000
(09:39 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Thu, 19 Feb 2009 23:43:25 +0000
(09:43 +1000)
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 0c970adb03afdfdca33f4f44fc6d3e0f90136e33..08d751dddbd82f382340879639fc8907399ebe3e 100644
(file)
--- a/
src/gallium/drivers/nv50/nv50_vbo.c
+++ b/
src/gallium/drivers/nv50/nv50_vbo.c
@@
-202,7
+202,7
@@
nv50_vbo_validate(struct nv50_context *nv50)
{
struct nouveau_grobj *tesla = nv50->screen->tesla;
struct nouveau_stateobj *vtxbuf, *vtxfmt;
- int i
, vpi = 0
;
+ int i;
vtxbuf = so_new(nv50->vtxelt_nr * 4, nv50->vtxelt_nr * 2);
vtxfmt = so_new(nv50->vtxelt_nr + 1, 0);