summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200/r200_context.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2007-01-16 09:47:35 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2007-01-16 09:47:35 +0000
commit0b412f8f156b46b0e7220a2b61e0f41781769f66 (patch)
treee8c2b71dd2dfa3687ec72b9767e6a82826a90979 /src/mesa/drivers/dri/r200/r200_context.c
parent5363e3331ba016c9b1b9d5167473d69f32be3dac (diff)
parent584def75ad8dd13add5b4ed7e364d13202539539 (diff)
Merge branch 'vbo_0_1_branch' into vbo-0.2
Diffstat (limited to 'src/mesa/drivers/dri/r200/r200_context.c')
-rw-r--r--src/mesa/drivers/dri/r200/r200_context.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_context.c b/src/mesa/drivers/dri/r200/r200_context.c
index 02651587a6..a1533d7f3e 100644
--- a/src/mesa/drivers/dri/r200/r200_context.c
+++ b/src/mesa/drivers/dri/r200/r200_context.c
@@ -442,7 +442,6 @@ GLboolean r200CreateContext( const __GLcontextModes *glVisual,
*/
_tnl_destroy_pipeline( ctx );
_tnl_install_pipeline( ctx, r200_pipeline );
- ctx->Driver.FlushVertices = r200FlushVertices;
/* Try and keep materials and vertices separate:
*/