diff options
Diffstat (limited to 'src/mesa/drivers/dri/r200/r200_tcl.c')
-rw-r--r-- | src/mesa/drivers/dri/r200/r200_tcl.c | 2 |
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 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, |