summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2009-01-14 15:48:02 +1000
committerDave Airlie <airlied@redhat.com>2009-01-14 15:48:02 +1000
commit4aa874c6368f2485d4ef72e2dc0230b7d443f9f0 (patch)
treeeaa9377ac64ab28c7a71ad0be1c404e946a9576c /src/mesa/drivers
parent8c6a7d01744fe6164a868c5f691bb119109773c0 (diff)
r200: add missing symbols
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r--src/mesa/drivers/dri/r200/r200_context.c2
-rw-r--r--src/mesa/drivers/dri/r200/r200_state.h2
2 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_context.c b/src/mesa/drivers/dri/r200/r200_context.c
index ebd4913267..730831db04 100644
--- a/src/mesa/drivers/dri/r200/r200_context.c
+++ b/src/mesa/drivers/dri/r200/r200_context.c
@@ -672,7 +672,7 @@ r200MakeCurrent( __DRIcontextPrivate *driContextPriv,
newCtx->radeon.dri.drawable = driDrawPriv;
- r200SetCliprects(newCtx);
+ radeonSetCliprects(&newCtx->radeon);
r200UpdateViewportOffset( newCtx->radeon.glCtx );
}
diff --git a/src/mesa/drivers/dri/r200/r200_state.h b/src/mesa/drivers/dri/r200/r200_state.h
index 5d7347af31..741bf88e9c 100644
--- a/src/mesa/drivers/dri/r200/r200_state.h
+++ b/src/mesa/drivers/dri/r200/r200_state.h
@@ -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);