in commit:
f98a012c6b2d0760a5ee02c134a3e37b10bc2906
"Implement thread safety when sharing EGL context"
file yagl_host_egl_calls.c was modified manualy, but this file is
generated from yagl_egl_calls.in and shoulden't be modified.
Change-Id: I72e67b0719228caf116e79521abfeea7c7a63d42
yagl_host_handle eglCreatePixmapSurfaceOnscreenYAGL(yagl_host_handle dpy, yagl_host_handle config, yagl_winsys_id pixmap, const EGLint *attrib_list, EGLint &error)
@void eglInvalidateOnscreenSurfaceYAGL(yagl_host_handle dpy, yagl_host_handle surface, yagl_winsys_id buffer)
-EGLBoolean eglCreateImageYAGL(uint32_t texture, yagl_host_handle dpy, yagl_winsys_id buffer, EGLint &error)
+@EGLBoolean eglCreateImageYAGL(uint32_t texture, yagl_host_handle dpy, yagl_winsys_id buffer, EGLint &error)
out += " yagl_transport_end(t);\n"
- if (len(entry["in_args"]) == 0) and (entry["ret"] == "void") and entry["force_sync"]:
+ if entry["force_sync"]:
out += " yagl_transport_flush(t, NULL);\n"
if (entry["ret"] != "void"):