Enlightenment CVS committal Author : raster Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/modules/engines/gl_x11 Modified Files: evas_engine.c Log Message: fix color multiply whiel blend (ergh! need temporary image! yuk!) =================================================================== RCS file: /cvs/e/e17/libs/evas/src/modules/engines/gl_x11/evas_engine.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- evas_engine.c 8 Mar 2006 08:02:33 -0000 1.6 +++ evas_engine.c 16 Apr 2006 17:04:36 -0000 1.7 @@ -426,6 +426,15 @@ re->win->draw.x2 - re->win->draw.x1 + 1, re->win->draw.y2 - re->win->draw.y1 + 1); #else +#if 1 + glFlush(); + { + unsigned int rc; + + glXGetVideoSyncSGI(&rc); + glXWaitVideoSyncSGI(2, (rc + 1) % 2, &rc); + } +#endif glXSwapBuffers(re->win->disp, re->win->win); #endif // glFlush(); ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs