clients/simple-dmabuf-{egl,feedback}: do not block until rendering completes
glFinish() blocks until all commands have finished. This is unnecessary: we can use glFlush() and rely on implicit sync instead.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
glFinish() blocks until all commands have finished. This is unnecessary: we can use glFlush() and rely on implicit sync instead.