efl/legacy/evas/src/modules/engines
Gustavo Sverzut Barbieri a22dac6ea3 Add missing evas_common prefix, avoid symbol redefinition.
soft16 was written as a single engine, thus it was all static/global
and had no EAPI in its functions, but then it was moved into
"src/lib/common_16" and got that, but got no prefix! That could cause
clash with other libraries, so adding such prefix.

soft8 was a copy of 16, thus had the same problems.

the engines were all based on software_x11, thus they defined the same
methods to deal with Xlib, however if you link them all in the same
binary (--enable-MODULE=static), the symbol would be redefined. Rename
symbols according to their module.



SVN revision: 52420
2010-09-18 17:43:13 +00:00
..
buffer * evas: remove gradient and gradient2. 2010-08-16 15:14:49 +00:00
cairo_common * use the m4 macro EVAS_CHECK_ENGINE to check if an engine is available or not 2008-11-24 06:18:31 +00:00
cairo_x11 * evas: remove gradient and gradient2. 2010-08-16 15:14:49 +00:00
direct3d Fix common misspellings 2010-09-08 03:51:24 +00:00
directfb Fix header include 2010-08-24 11:47:41 +00:00
fb Fix common misspellings 2010-09-08 03:51:24 +00:00
gl_common fix actually supporting clip for maps in gl. 2010-09-18 14:23:20 +00:00
gl_glew * evas: remove gradient and gradient2. 2010-08-16 15:14:49 +00:00
gl_sdl * evas: remove gradient and gradient2. 2010-08-16 15:14:49 +00:00
gl_x11 fix actually supporting clip for maps in gl. 2010-09-18 14:23:20 +00:00
quartz fix some declarations 2010-08-30 19:24:09 +00:00
software_8 Add missing evas_common prefix, avoid symbol redefinition. 2010-09-18 17:43:13 +00:00
software_8_x11 Add missing evas_common prefix, avoid symbol redefinition. 2010-09-18 17:43:13 +00:00
software_16 Add missing evas_common prefix, avoid symbol redefinition. 2010-09-18 17:43:13 +00:00
software_16_ddraw * evas: remove gradient and gradient2. 2010-08-16 15:14:49 +00:00
software_16_sdl Add missing evas_common prefix, avoid symbol redefinition. 2010-09-18 17:43:13 +00:00
software_16_wince * evas: remove gradient and gradient2. 2010-08-16 15:14:49 +00:00
software_16_x11 Add missing evas_common prefix, avoid symbol redefinition. 2010-09-18 17:43:13 +00:00
software_ddraw * evas: remove gradient and gradient2. 2010-08-16 15:14:49 +00:00
software_gdi remove debug messages 2010-09-18 17:31:00 +00:00
software_generic fix actually supporting clip for maps in gl. 2010-09-18 14:23:20 +00:00
software_qtopia * evas: remove gradient and gradient2. 2010-08-16 15:14:49 +00:00
software_sdl * evas: remove gradient and gradient2. 2010-08-16 15:14:49 +00:00
software_x11 Convert (hopefully) all comparisons to NULL 2010-08-21 13:52:25 +00:00
xrender_x11 Convert (hopefully) all comparisons to NULL 2010-08-21 13:52:25 +00:00
.cvsignore Presenting the Indian Rope Trick. Watch in awe as these young files climb 2006-01-16 03:57:33 +00:00
Makefile.am From: Alexander Kerner <alexander.kerner@googlemail.com> 2010-07-28 00:16:06 +00:00