summaryrefslogtreecommitdiff
path: root/src/gallium
diff options
context:
space:
mode:
authorZack Rusin <zackr@vmware.com>2009-08-24 16:39:25 -0400
committerZack Rusin <zackr@vmware.com>2009-08-24 16:39:25 -0400
commitcd5c7bfd93bf207d28610a484b732b8d3eca6059 (patch)
tree61725df97ac4015709bc7c869e01401fcb0d3d93 /src/gallium
parent534c13302291c07a44afd528f4c758ced4296db5 (diff)
parent4bccd693a72a0b42dffc849034263a68e779ca91 (diff)
Merge branch 'master' of ssh://zack@git.freedesktop.org/git/mesa/mesa
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/winsys/xlib/xlib_softpipe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/winsys/xlib/xlib_softpipe.c b/src/gallium/winsys/xlib/xlib_softpipe.c
index 277e724d2a..67fea023a3 100644
--- a/src/gallium/winsys/xlib/xlib_softpipe.c
+++ b/src/gallium/winsys/xlib/xlib_softpipe.c
@@ -303,6 +303,7 @@ xm_flush_frontbuffer(struct pipe_winsys *pws,
*/
XMesaContext xmctx = (XMesaContext) context_private;
xlib_softpipe_display_surface(xmctx->xm_buffer, surf);
+ xmesa_check_and_update_buffer_size(xmctx, xmctx->xm_buffer);
}