r200: add missing symbols
authorDave Airlie <airlied@redhat.com>
Wed, 14 Jan 2009 05:48:02 +0000 (15:48 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 14 Jan 2009 05:48:02 +0000 (15:48 +1000)
src/mesa/drivers/dri/r200/r200_context.c
src/mesa/drivers/dri/r200/r200_state.h

index ebd49132676ebcf4bbffb15348eed0c3758c4c5b..730831db0429ddeeca4f5d75e5b9fb27449d830e 100644 (file)
@@ -672,7 +672,7 @@ r200MakeCurrent( __DRIcontextPrivate *driContextPriv,
 
         newCtx->radeon.dri.drawable = driDrawPriv;
 
-        r200SetCliprects(newCtx);
+        radeonSetCliprects(&newCtx->radeon);
         r200UpdateViewportOffset( newCtx->radeon.glCtx );
       }
 
index 5d7347af3110957cec3b5e13e2733b6557246014..741bf88e9c2fae00f271c342db499dc2e6016d39 100644 (file)
@@ -43,8 +43,6 @@ extern void r200InitTnlFuncs( GLcontext *ctx );
 
 extern void r200UpdateMaterial( GLcontext *ctx );
 
-extern void r200SetCliprects( r200ContextPtr rmesa );
-extern void r200RecalcScissorRects( r200ContextPtr rmesa );
 extern void r200UpdateViewportOffset( GLcontext *ctx );
 extern void r200UpdateWindow( GLcontext *ctx );
 extern void r200UpdateDrawBuffer(GLcontext *ctx);