Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/canvas


Modified Files:
        evas_main.c 


Log Message:


add in the work I did for a 16bit engine - for now, a dormant project until i
can be convinced it provides real and significant speedups that warrant the
significant effort.

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/canvas/evas_main.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -3 -r1.32 -r1.33
--- evas_main.c 16 Nov 2006 03:20:24 -0000      1.32
+++ evas_main.c 29 Apr 2007 15:45:39 -0000      1.33
@@ -692,7 +692,7 @@
 {
    Evas_List *methods = NULL;
 
-   /* FIXME: get from modules */
+   /* FIXME: get from modules - this is currently coded-in */
 #ifdef BUILD_ENGINE_SOFTWARE_X11
    methods = evas_list_append(methods, strdup("software_x11"));
 #endif
@@ -704,6 +704,9 @@
 #endif
 #ifdef BUILD_ENGINE_XRENDER_XCB
    methods = evas_list_append(methods, strdup("xrender_xcb"));
+#endif
+#ifdef BUILD_ENGINE_SOFTWARE_16_X11
+   methods = evas_list_append(methods, strdup("software_16_x11"));
 #endif
 #ifdef BUILD_ENGINE_GL_X11
    methods = evas_list_append(methods, strdup("gl_x11"));



-------------------------------------------------------------------------
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