diff options
author | Roland Scheidegger <[email protected]> | 2007-05-12 11:20:24 +0200 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2007-05-12 11:20:24 +0200 |
commit | b78aec576735c663342da8367dccd3de71e70c34 (patch) | |
tree | b02e1f72f571a88aa97d5c221a9e35205a0196d7 /src/mesa/drivers/dri/r200 | |
parent | 6bae7d40f725be24df0be196fbb6bdcfd2aaa581 (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.c | 1 |
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 0507eb86e69..786a298cc3b 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 ); } |