remove remaining traces of r200FlushVertices...
authorRoland Scheidegger <rscheidegger@gmx.ch>
Fri, 3 Nov 2006 12:30:55 +0000 (12:30 +0000)
committerRoland Scheidegger <rscheidegger@gmx.ch>
Fri, 3 Nov 2006 12:30:55 +0000 (12:30 +0000)
src/mesa/drivers/dri/r200/r200_context.c
src/mesa/drivers/dri/r200/r200_swtcl.h

index 02651587a6ff34c7508d69f0f3cfad662705ead7..a1533d7f3e42c156f2830c1b3a54505bcc5078f0 100644 (file)
@@ -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:
     */
index ce2b6b5f06ba1d22b0b5e9e0d67f1684b85ae958..ccf817988c5c3cb0d0ad473a4e5f447a75de944f 100644 (file)
@@ -42,7 +42,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 extern void r200InitSwtcl( GLcontext *ctx );
 extern void r200DestroySwtcl( GLcontext *ctx );
 
-extern void r200FlushVertices( GLcontext *ctx, GLuint flags );
 extern void r200ChooseRenderState( GLcontext *ctx );
 extern void r200ChooseVertexState( GLcontext *ctx );