summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/nv40/nv40_state_emit.c
diff options
context:
space:
mode:
authorBen Skeggs <skeggsb@gmail.com>2007-12-16 15:49:49 +1100
committerBen Skeggs <skeggsb@gmail.com>2007-12-16 15:49:49 +1100
commitaf0b4a50e59435a782f59ccec7ad0552c0304016 (patch)
treedb1fb8bf0470a0d87d7fd99cc0573cd8d781dfc7 /src/mesa/pipe/nv40/nv40_state_emit.c
parent210bf673c2fee08fa1fabb84439a2e09a70036bf (diff)
nv40: make vbo state update static
Diffstat (limited to 'src/mesa/pipe/nv40/nv40_state_emit.c')
-rw-r--r--src/mesa/pipe/nv40/nv40_state_emit.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/pipe/nv40/nv40_state_emit.c b/src/mesa/pipe/nv40/nv40_state_emit.c
index fb2a3cb98e..c53b5d852a 100644
--- a/src/mesa/pipe/nv40/nv40_state_emit.c
+++ b/src/mesa/pipe/nv40/nv40_state_emit.c
@@ -25,10 +25,5 @@ nv40_emit_hw_state(struct nv40_context *nv40)
nv40_vertprog_bind(nv40, nv40->vertprog.current);
nv40->dirty &= ~NV40_NEW_VERTPROG;
}
-
- if (nv40->dirty & NV40_NEW_ARRAYS) {
- nv40_vbo_arrays_update(nv40);
- nv40->dirty &= ~NV40_NEW_ARRAYS;
- }
}