mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 11:50:09 +01:00
need to call pipe->flush() in finish_or_flush()
This commit is contained in:
parent
da3994988b
commit
ea286d4df2
1 changed files with 1 additions and 0 deletions
|
|
@ -1386,6 +1386,7 @@ finish_or_flush( GLcontext *ctx )
|
|||
/* NOT_NEEDED */
|
||||
#else
|
||||
const XMesaContext xmesa = XMESA_CONTEXT(ctx);
|
||||
ctx->st->pipe->flush(ctx->st->pipe, 0);
|
||||
if (xmesa) {
|
||||
_glthread_LOCK_MUTEX(_xmesa_lock);
|
||||
XSync( xmesa->display, False );
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue