Skip to content
Snippets Groups Projects
Commit 50e3fb59 authored by Derek Foreman's avatar Derek Foreman Committed by Juan A. Suárez
Browse files

egl/wayland: Make swrast display_sync the correct queue


commit 03dd9a88 introduced per surface
queues, but the display_sync for swrast_commit_backbuffer remained on
the old queue.  This is likely to break when dispatching the correct
queue at the top of function (which can't dispatch the sync callback
we're waiting for).

The easiest known reproduction case is running weston-subsurfaces under
weston --use-pixman

Signed-off-by: default avatarDerek Foreman <derekf@osg.samsung.com>
Reviewed-by: default avatarDaniel Stone <daniels@collabora.com>
(cherry picked from commit aa18a635)
parent 9776580d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment