summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/nv40/nv40_vbo.c
diff options
context:
space:
mode:
authorBen Skeggs <skeggsb@gmail.com>2007-12-05 11:57:50 +1100
committerBen Skeggs <skeggsb@gmail.com>2007-12-05 11:57:50 +1100
commit97f8c39d916e80c0dbb0eae9a6c5109555a1f1b5 (patch)
tree09dffe1e06b352135e81a44c66bc243b4f642a20 /src/mesa/pipe/nv40/nv40_vbo.c
parent042b7dfd0e15ccd0fcad0c141477091c006e0815 (diff)
nouveau: g8x winsys support, yay softpipe!
Diffstat (limited to 'src/mesa/pipe/nv40/nv40_vbo.c')
-rw-r--r--src/mesa/pipe/nv40/nv40_vbo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/pipe/nv40/nv40_vbo.c b/src/mesa/pipe/nv40/nv40_vbo.c
index 2da0001b28..cc71fb99de 100644
--- a/src/mesa/pipe/nv40/nv40_vbo.c
+++ b/src/mesa/pipe/nv40/nv40_vbo.c
@@ -175,7 +175,6 @@ nv40_vbo_format_to_ncomp(uint format)
void
nv40_vbo_arrays_update(struct nv40_context *nv40)
{
- struct nouveau_winsys *nvws = nv40->nvws;
struct nv40_vertex_program *vp = nv40->vertprog.active;
uint32_t inputs, vtxfmt[16];
int hw, num_hw;