Enlightenment CVS committal Author : raster Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/include Modified Files: Makefile.am evas_private.h Added Files: evas_engine_api_xrender_x11.h Log Message: an xrender engine. fully complete - but it doesnt support shaped window masks and destination alpha like software_x11 does so its not a 100% dropin replacement... yet =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/include/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- Makefile.am 20 Sep 2005 17:01:03 -0000 1.7 +++ Makefile.am 2 Oct 2005 15:15:44 -0000 1.8 @@ -10,6 +10,7 @@ evas_engine_api_software_qtopia.h \ evas_engine_api_gl_x11.h \ evas_engine_api_cairo_x11.h \ +evas_engine_api_xrender_x11.h \ evas_gl_common.h \ evas_cairo_common.h \ evas_mmx.h \ =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/include/evas_private.h,v retrieving revision 1.47 retrieving revision 1.48 diff -u -3 -r1.47 -r1.48 --- evas_private.h 31 Aug 2005 17:33:32 -0000 1.47 +++ evas_private.h 2 Oct 2005 15:15:44 -0000 1.48 @@ -19,33 +19,10 @@ #define RENDER_METHOD_GL_X11 0x00000007 #define RENDER_METHOD_CAIRO_X11 0x00000008 #define RENDER_METHOD_SOFTWARE_XCB 0x00000009 +#define RENDER_METHOD_XRENDER_X11 0x0000000a #define RENDER_METHOD_INVALID 0x00000000 -typedef enum _Evas_Format_Type -{ - EVAS_FORMAT_NONE = 0, - EVAS_FORMAT_FONT, - EVAS_FORMAT_SIZE, - EVAS_FORMAT_COLOR, - EVAS_FORMAT_COLOR2, - EVAS_FORMAT_COLOR3, - EVAS_FORMAT_ALIGN, - EVAS_FORMAT_STYLE, - EVAS_FORMAT_UNDERLINE, - EVAS_FORMAT_NEWLINE, - EVAS_FORMAT_TAB, - EVAS_FORMAT_L2R, - EVAS_FORMAT_R2L, - EVAS_FORMAT_ANCHOR -} Evas_Format_Type; - -typedef enum _Evas_Format_Direction -{ - EVAS_FORMAT_DIRECTION_VERTICAL = 0, - EVAS_FORMAT_DIRECTION_HORIZONTAL = 1 -} Evas_Format_Direction; - typedef struct _Evas_Layer Evas_Layer; typedef struct _Evas_Font_Dir Evas_Font_Dir; typedef struct _Evas_Font Evas_Font; ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs