Skip to content

egl/wayland: Flush after blitting to linear copy

Michel Dänzer requested to merge daenzer/mesa:egl-wayland-linear-flush into main

We need to flush after blitting to the linear copy, or the Wayland compositor may not see the correct linear buffer contents.

Fixes: 58f90fd0 ("egl/wayland: fix glthread crashes") Closes: #9816 (closed)

Edited by Michel Dänzer

Merge request reports