summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200/r200_tcl.c
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2004-04-23 20:20:07 +0000
committerIan Romanick <idr@us.ibm.com>2004-04-23 20:20:07 +0000
commite946688edac5cdf153652defae3ef732a3487416 (patch)
tree802e3f89877e006930aeab9ba363d33970dab82b /src/mesa/drivers/dri/r200/r200_tcl.c
parent199972cef06476d308c62c9b21f1ccffeb72cdb6 (diff)
Convert R200 driver to use the t_vertex interface.
Diffstat (limited to 'src/mesa/drivers/dri/r200/r200_tcl.c')
-rw-r--r--src/mesa/drivers/dri/r200/r200_tcl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_tcl.c b/src/mesa/drivers/dri/r200/r200_tcl.c
index 9b1f522e2c5..daf44906088 100644
--- a/src/mesa/drivers/dri/r200/r200_tcl.c
+++ b/src/mesa/drivers/dri/r200/r200_tcl.c
@@ -403,7 +403,6 @@ static void transition_to_swtnl( GLcontext *ctx )
TNLcontext *tnl = TNL_CONTEXT(ctx);
R200_NEWPRIM( rmesa );
- rmesa->swtcl.vertex_format = 0;
r200ChooseVertexState( ctx );
r200ChooseRenderState( ctx );
@@ -446,7 +445,6 @@ static void transition_to_hwtnl( GLcontext *ctx )
rmesa->dma.flush( rmesa );
rmesa->dma.flush = 0;
- rmesa->swtcl.vertex_format = 0;
if (rmesa->swtcl.indexed_verts.buf)
r200ReleaseDmaRegion( rmesa, &rmesa->swtcl.indexed_verts,