On Thu, 25 Jul 2019 at 10:17, HalleyZhao <[email protected]> wrote: > looking for an example to use in EGL
Weston itself provides an example of using dma-fences with EGL - both extracting them from EGL to refer to previous rendering, and asking EGL to wait on them. If you're looking for an example of how you would modify your EGL implementation to use the explicit-sync extension, then there is no useful example since it depends heavily on how your EGL implementation is structured internally. Cheers, Daniel _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
