egl/wayland: Send commit after flushing the driver context
authorKristian Høgsberg <krh@bitplanet.net>
Wed, 4 Dec 2013 20:08:35 +0000 (12:08 -0800)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 4 Dec 2013 23:48:28 +0000 (15:48 -0800)
commit33eb5eabeec0c17e81b6bb11be703701e4025d4e
tree3bd0848e966947a0214d93acb1589959affa9f63
parent402bf6e8d098b64390277b229f7fae769e4449e5
egl/wayland: Send commit after flushing the driver context

This typically won't make a difference, since we only send the requests at
wl_display_flush() time.  There might be a small race
with another thread calling wl_display_flush() after our commit request,
but before we flush the DRI driver.  Moving the commit below the DRI
driver flush call looks more natural and eliminates the small race.

Cc: "10.0" mesa-stable@lists.freedesktop.org
src/egl/drivers/dri2/platform_wayland.c