summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200
diff options
context:
space:
mode:
authorRoland Scheidegger <sroland@tungstengraphics.com>2007-05-12 11:20:24 +0200
committerRoland Scheidegger <sroland@tungstengraphics.com>2007-05-12 11:20:24 +0200
commitb78aec576735c663342da8367dccd3de71e70c34 (patch)
treeb02e1f72f571a88aa97d5c221a9e35205a0196d7 /src/mesa/drivers/dri/r200
parent6bae7d40f725be24df0be196fbb6bdcfd2aaa581 (diff)
bring over recent radeonMakeCurrent fixes for r300 to radeon/r200
Diffstat (limited to 'src/mesa/drivers/dri/r200')
-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 0507eb86e6..786a298cc3 100644
--- a/src/mesa/drivers/dri/r200/r200_context.c
+++ b/src/mesa/drivers/dri/r200/r200_context.c
@@ -679,7 +679,6 @@ r200MakeCurrent( __DRIcontextPrivate *driContextPriv,
newCtx->dri.drawable = driDrawPriv;
r200SetCliprects(newCtx);
- r200UpdateWindow( newCtx->glCtx );
r200UpdateViewportOffset( newCtx->glCtx );
}