| commit | f9bfdb1ce47380a23218a8253ac1dde923ee13fc | [log] [tgz] |
|---|---|---|
| author | Keith Whitwell <keith@tungstengraphics.com> | Fri Sep 22 11:36:30 2006 +0000 |
| committer | Keith Whitwell <keith@tungstengraphics.com> | Fri Sep 22 11:36:30 2006 +0000 |
| tree | dbd359299c1e111d26a7b4bcdf1624bbfc47f63c | |
| parent | f118b9b40d5928c36fba9759e508d8f84fc2909d [diff] [blame] |
resize buffers in MakeCurrent
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index afe6048..f78a8ce 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c
@@ -1713,6 +1713,8 @@ if (readBuffer != drawBuffer && !readBuffer->Initialized) { initialize_framebuffer_size(newCtx, readBuffer); } + + _mesa_resizebuffers(newCtx); #endif if (newCtx->FirstTimeCurrent) { /* set initial viewport and scissor size now */