-
- Downloads
red-qxl: remove cookie assertion on scanout
The original check ensures we do not have an outstanding GL_DRAW. However, in QEMU, there is no guarantee that a scanout cannot happen while the async GL_DRAW has not returned a result yet. This introduces a race where if a scanout is called while there is an outstanding GL_DRAW, QEMU will crash. Signed-off-by:osy <osy@turing.llc> Acked-by:
Frediano Ziglio <freddy77@gmail.com>
Please register or sign in to comment