Enlightenment CVS committal Author : doursse Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/canvas Modified Files: evas_main.c Log Message: Direct3D engine. I'm not an expert of that api, so there should room for lots of improvements =================================================================== RCS file: /cvs/e/e17/libs/evas/src/lib/canvas/evas_main.c,v retrieving revision 1.38 retrieving revision 1.39 diff -u -3 -r1.38 -r1.39 --- evas_main.c 5 Aug 2007 07:22:44 -0000 1.38 +++ evas_main.c 17 Aug 2007 09:12:21 -0000 1.39 @@ -706,6 +706,9 @@ #ifdef BUILD_ENGINE_SOFTWARE_DDRAW methods = evas_list_append(methods, strdup("software_ddraw")); #endif +#ifdef BUILD_ENGINE_DIRECT3D + methods = evas_list_append(methods, strdup("direct3d")); +#endif #ifdef BUILD_ENGINE_SOFTWARE_X11 methods = evas_list_append(methods, strdup("software_x11")); #endif ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs