mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 18:58:10 +02:00
xmesa: set back-buffer's drawable field
Fixes back-buffer rendering when MESA_BACK_BUFFER=pixmap
(cherry picked from master, commit 22bac2a1a0)
This commit is contained in:
parent
549586c319
commit
2adaec1226
1 changed files with 1 additions and 0 deletions
|
|
@ -229,6 +229,7 @@ alloc_back_buffer(XMesaBuffer b, GLuint width, GLuint height)
|
|||
}
|
||||
|
||||
b->backxrb->ximage = NULL;
|
||||
b->backxrb->drawable = b->backxrb->pixmap;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue