Re: [E-devel] [Patch]evas gl backend patch for Mali

2011-07-10 Thread ChunEon Park
in svn. Thank you. Let's run together for the best moment! -Regards, Hermet- -Original Message- From: "Seung-Soo Woo" To: enlightenment-devel@lists.sourceforge.net Cc: Sent: 11-07-11(월) 14:29:17 Subject: [E-devel] [Patch]eva

[E-devel] [Patch]evas gl backend patch for Mali

2011-07-10 Thread 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. Tha