evas - gl - respect yinvert now as it ... seems to work.

This commit is contained in:
Carsten Haitzler 2021-03-26 20:31:06 +00:00
parent 49ac4121cf
commit 80140f7724
1 changed files with 2 additions and 2 deletions

View File

@ -1467,10 +1467,10 @@ eng_image_native_set(void *engine, void *image, void *native)
return NULL;
}
img->native.yinvert = yinvert;
//XXX: workaround for mesa-10.2.8
// mesa's eglQueryWaylandBufferWL() with EGL_WAYLAND_Y_INVERTED_WL works incorrect.
//img->native.yinvert = yinvert;
img->native.yinvert = 1;
//img->native.yinvert = 1;
img->native.loose = 0;
img->native.disp = ob->egl.disp;
img->native.shared = ob->gl_context->shared;