mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
wip: render/gles2: use PBOs for read_pixels
This commit is contained in:
parent
ff1028b545
commit
ee7a9de7cb
3 changed files with 85 additions and 5 deletions
|
|
@ -329,6 +329,7 @@ static bool egl_init_display(struct wlr_egl *egl, EGLDisplay *display) {
|
|||
load_egl_proc(&egl->procs.eglDestroySyncKHR, "eglDestroySyncKHR");
|
||||
load_egl_proc(&egl->procs.eglDupNativeFenceFDANDROID,
|
||||
"eglDupNativeFenceFDANDROID");
|
||||
load_egl_proc(&egl->procs.eglClientWaitSyncKHR, "eglClientWaitSyncKHR");
|
||||
}
|
||||
|
||||
if (check_egl_ext(display_exts_str, "EGL_KHR_wait_sync")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue