ソースを参照

xlib: fix single buffer window resize bug

When a single-buffered window was resized the new window size was never
detected.  This fix that, but there's still a bug which causes window
contents corruption for certain window sizes...
tags/mesa_7_5_1
Brian Paul 16年前
コミット
b5ecbbe636
1個のファイルの変更1行の追加0行の削除
  1. 1
    0
      src/gallium/winsys/xlib/xlib_softpipe.c

+ 1
- 0
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);
}



読み込み中…
キャンセル
保存