evas/evas_engine - patched by Seung-Soo Woo.
authorhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 11 Jul 2011 06:29:20 +0000 (06:29 +0000)
committerhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 11 Jul 2011 06:29:20 +0000 (06:29 +0000)
commit580346d106ca8db7b7f293cf94804e6dbb5d61c7
treede17b22c8fe9569856e2fdd71e7667637c619fb6
parentfd34fd6336d13cfc1dd135a22deabe1d8d2866ab
evas/evas_engine - patched by Seung-Soo Woo.

Dear all,

There is a below issue.

Problem : Evas gl engine call eglWaitNative() and eglWaitGL() before/after eglSwapBuffers().
The sync APIs are not call only in case of SGX_DDK.
Resolution : It is necessary to check MALI string too.

So, I fixed it.
Please find enclosed file.

Thanks.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@61226 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/modules/engines/gl_x11/evas_engine.c