Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/modules/engines/software_x11


Modified Files:
        evas_outbuf.c 


Log Message:


1. gustavo';s fuzzy rect implementation for updates. fixed so del's work,
tuned for best performance on my core2 duo desktop - for now. will check
more. also make the yuv colorspace code be a bit more robust and fix leak in
gl engine with shaders.

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/modules/engines/software_x11/evas_outbuf.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- evas_outbuf.c       2 Mar 2007 14:51:17 -0000       1.9
+++ evas_outbuf.c       2 Jun 2007 15:30:59 -0000       1.10
@@ -559,7 +559,7 @@
        XGetWindowAttributes(buf->priv.x.disp, root, &wattr);
        screen_num = XScreenNumberOfScreen(wattr.screen);
      }
-   for (i = 0; i < 10; i++)
+   for (i = 0; i < 20; i++)
      {
        XImage             *xim;
 
@@ -567,19 +567,19 @@
                       BlackPixel(buf->priv.x.disp, screen_num));
        XFillRectangle(buf->priv.x.disp, draw, buf->priv.x.gc, x, y, w, h);
        XSync(buf->priv.x.disp, False);
-       xim =
-         XGetImage(buf->priv.x.disp, draw, x, y, w, h, 0xffffffff, ZPixmap);
-       if (xim)
-         XDestroyImage(xim);
+//     xim =
+//       XGetImage(buf->priv.x.disp, draw, x, y, w, h, 0xffffffff, ZPixmap);
+//     if (xim)
+//       XDestroyImage(xim);
        XSync(buf->priv.x.disp, False);
        XSetForeground(buf->priv.x.disp, buf->priv.x.gc,
                       WhitePixel(buf->priv.x.disp, screen_num));
        XFillRectangle(buf->priv.x.disp, draw, buf->priv.x.gc, x, y, w, h);
        XSync(buf->priv.x.disp, False);
-       xim =
-         XGetImage(buf->priv.x.disp, draw, x, y, w, h, 0xffffffff, ZPixmap);
-       if (xim)
-         XDestroyImage(xim);
+//     xim =
+//       XGetImage(buf->priv.x.disp, draw, x, y, w, h, 0xffffffff, ZPixmap);
+//     if (xim)
+//       XDestroyImage(xim);
        XSync(buf->priv.x.disp, False);
      }
 }



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to