summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_state.c
diff options
context:
space:
mode:
authorOliver McFadden <z3ro.geek@gmail.com>2007-05-09 16:10:08 +0000
committerOliver McFadden <z3ro.geek@gmail.com>2007-05-09 16:10:08 +0000
commit2b5ef29a7b90724c47454547acd387f0629fdd1b (patch)
tree3397be1c42b9adc11617dce21906081a04dd4203 /src/mesa/drivers/dri/r300/r300_state.c
parent4ed59c6012490e83622057bd16075070fdc49d7f (diff)
r300: Removed the deprecated VTXFMT code.
This was okayed by Jerome Glisse and Keith Whitwell on the dri-devel IRC channel and list, respectively.
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_state.c')
-rw-r--r--src/mesa/drivers/dri/r300/r300_state.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_state.c b/src/mesa/drivers/dri/r300/r300_state.c
index af4326ed7e..3b595d98fa 100644
--- a/src/mesa/drivers/dri/r300/r300_state.c
+++ b/src/mesa/drivers/dri/r300/r300_state.c
@@ -1999,10 +1999,6 @@ static void r300InvalidateState(GLcontext * ctx, GLuint new_state)
r300UpdateStateParameters(ctx, new_state);
-#ifdef HW_VBOS
- if (new_state & _NEW_ARRAY)
- r300->state.VB.lock_uptodate = GL_FALSE;
-#endif
r300->NewGLState |= new_state;
}