Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

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


Modified Files:
        Evas_Engine_Software_X11.h 


Log Message:


jose's software rendering work - slight improvements (about 5-10%). i had to
disable destination alha mmx support for text rendering (mask + color) as it
was broken in tests.

===================================================================
RCS file: 
/cvs/e/e17/libs/evas/src/modules/engines/software_x11/Evas_Engine_Software_X11.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Evas_Engine_Software_X11.h  8 Mar 2006 15:35:05 -0000       1.2
+++ Evas_Engine_Software_X11.h  2 May 2006 07:28:49 -0000       1.3
@@ -25,6 +25,7 @@
       int       debug : 1;
       int       shape_dither : 1;
       int       destination_alpha : 1;
+      int       track_mask_changes : 1;
 
       int       alloc_colors_max;
    } info;
@@ -43,6 +44,8 @@
       void              (*performance_build)        (Evas_Performance *perf, 
const char *data);
       void              (*performance_device_store) (Evas_Performance *perf);
    } func;
+   
+   int mask_changed;
 };
 #endif
 




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to