Skip to content

clients/simple-dmabuf-{egl,feedback}: do not block until rendering completes

Simon Ser requested to merge emersion/weston:simple-dmabuf-egl-flush into main

glFinish() blocks until all commands have finished. This is unnecessary: we can use glFlush() and rely on implicit sync instead.

Merge request reports