From e946688edac5cdf153652defae3ef732a3487416 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Fri, 23 Apr 2004 20:20:07 +0000 Subject: Convert R200 driver to use the t_vertex interface. --- src/mesa/drivers/dri/r200/r200_tcl.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mesa/drivers/dri/r200/r200_tcl.c') diff --git a/src/mesa/drivers/dri/r200/r200_tcl.c b/src/mesa/drivers/dri/r200/r200_tcl.c index 9b1f522e2c..daf4490608 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, -- cgit v1.2.3