fix evas gl engine partial swap to do full swap in full mode.

This commit is contained in:
Carsten Haitzler 2013-05-29 17:30:42 +09:00
parent 4a90649f48
commit c8256f5fae
1 changed files with 1 additions and 1 deletions

View File

@ -1456,7 +1456,7 @@ eng_output_flush(void *data, Evas_Render_Mode render_mode)
{ {
re->info->callback.pre_swap(re->info->callback.data, re->evas); re->info->callback.pre_swap(re->info->callback.data, re->evas);
} }
if (glsym_eglSwapBuffersRegion) if ((glsym_eglSwapBuffersRegion) && (re->mode != MODE_FULL))
{ {
EGLint num = 0, *rects = NULL, i; EGLint num = 0, *rects = NULL, i;
Tilebuf_Rect *r; Tilebuf_Rect *r;