commit | 6346e501ac4146b3fdff8d36ef575e5fbbd96e34 | [log] [tgz] |
---|---|---|
author | Stanislav Vorobiov <s.vorobiov@samsung.com> | Wed Aug 28 10:14:35 2013 +0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed Aug 28 22:31:33 2013 -0700 |
tree | 7f6b9a7180a314283f3524886e77bc9c77821f4d | |
parent | f66f99d9db2480bb4e58bc3c76e8193dbd4e241a [diff] |
subsurfaces: fix rendering problem with cairo-glesv2 when using cairo-glesv2 subsurface rendering code implicitly calls eglMakeCurrent(dpy, NULL, NULL, ctx) (since EGL_KHR_surfaceless_context is used), thus, triangle_frame_callback:eglSwapBuffers returns EGL_BAD_SURFACE error for all invocations other that the first one