From 33365211b638f35a2e89d09d17f84c5f37792a06 Mon Sep 17 00:00:00 2001 From: raster Date: Wed, 3 Feb 2010 04:36:05 +0000 Subject: [PATCH] disable git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@45828 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/modules/engines/gl_x11/evas_engine.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/modules/engines/gl_x11/evas_engine.c b/src/modules/engines/gl_x11/evas_engine.c index c263940..d9b5fe9 100644 --- a/src/modules/engines/gl_x11/evas_engine.c +++ b/src/modules/engines/gl_x11/evas_engine.c @@ -430,7 +430,9 @@ eng_output_redraws_next_update_push(void *data, void *surface __UNUSED__, int x re->win->draw.drew = 1; evas_gl_common_context_flush(re->win->gl_context); #if defined (GLES_VARIETY_S3C6410) || defined (GLES_VARIETY_SGX) - eglWaitNative(EGL_CORE_NATIVE_ENGINE); // previous rendering should be done and swapped +// no neeed - eglSwapBuffers() should waitnative at end of swap... +// this also may flush cpu+gpu caches etc. thus performancce hit +// eglWaitNative(EGL_CORE_NATIVE_ENGINE); // previous rendering should be done and swapped #else glXWaitGL(); #endif -- 2.7.4