efl/legacy/evas/src/lib/engines/common
Cedric BAIL 0cef5e41fe evas: add psd file format support.
Patch from Thierry el Borgi with some rework of myself.

NOTE: I don't have much file to test, so if some don't
contact us with those file and we will fix the loader
if needed.


SVN revision: 58873
2011-04-24 19:45:43 +00:00
..
evas_op_add warning-- 2010-09-19 01:41:46 +00:00
evas_op_blend slight tune of neon asm - based on stuff from nash. not worth a 2011-02-01 06:30:35 +00:00
evas_op_copy well neon asm was wrongly documented - and wrong before anyway. it's 2011-01-26 08:45:11 +00:00
evas_op_mask FORMATTING 2010-08-04 16:57:32 +00:00
evas_op_mul FORMATTING 2010-08-04 16:57:32 +00:00
evas_op_sub warning-- 2010-09-19 01:41:46 +00:00
language Evas harfbuzz: Adjust evas to work with Harfbuzz >= 3.0 2011-04-21 14:04:53 +00:00
.cvsignore Ignore 2005-04-29 07:06:35 +00:00
Makefile.am an initial test at trying pixman instead of evas software rendering. 2011-04-22 11:47:14 +00:00
evas_blend.h FORMATTING 2010-08-04 16:57:32 +00:00
evas_blend_main.c FORMATTING 2010-08-04 16:57:32 +00:00
evas_blend_private.h FORMATTING 2010-08-04 16:57:32 +00:00
evas_blit_main.c Evas: Neon: More .fpu neon flags 2010-12-06 04:57:54 +00:00
evas_convert_color.c FORMATTING 2010-08-04 16:57:32 +00:00
evas_convert_color.h FORMATTING 2010-08-04 16:57:32 +00:00
evas_convert_colorspace.c fix convert to a8. someone fixed this badly. fix right now. 2011-02-19 15:53:47 +00:00
evas_convert_colorspace.h FORMATTING 2010-08-04 16:57:32 +00:00
evas_convert_gry_1.c FORMATTING 2010-08-04 16:57:32 +00:00
evas_convert_gry_1.h FORMATTING 2010-08-04 16:57:32 +00:00
evas_convert_gry_4.c FORMATTING 2010-08-04 16:57:32 +00:00
evas_convert_gry_4.h FORMATTING 2010-08-04 16:57:32 +00:00
evas_convert_gry_8.c cleanup: fix some "unused" errors from -Wextra. 2010-09-18 19:17:41 +00:00
evas_convert_gry_8.h FORMATTING 2010-08-04 16:57:32 +00:00
evas_convert_grypal_6.c FORMATTING 2010-08-04 16:57:32 +00:00
evas_convert_grypal_6.h FORMATTING 2010-08-04 16:57:32 +00:00
evas_convert_main.c remove unused code. 2011-01-16 06:22:45 +00:00
evas_convert_main.h FORMATTING 2010-08-04 16:57:32 +00:00
evas_convert_rgb_8.c Evas: Fixed the compilation warning with sw8 engine. This is not just to beautify the compilation output (which is a good enough cause on it's own behalf), right shift with negative values is not defined in the standard which means everything can happen. 2010-08-10 07:36:23 +00:00
evas_convert_rgb_8.h FORMATTING 2010-08-04 16:57:32 +00:00
evas_convert_rgb_16.c warning-- 2010-09-19 01:41:46 +00:00
evas_convert_rgb_16.h FORMATTING 2010-08-04 16:57:32 +00:00
evas_convert_rgb_24.c FORMATTING 2010-08-04 16:57:32 +00:00
evas_convert_rgb_24.h FORMATTING 2010-08-04 16:57:32 +00:00
evas_convert_rgb_32.c Evas: Neon: More .fpu neon flags 2010-12-06 04:57:54 +00:00
evas_convert_rgb_32.h FORMATTING 2010-08-04 16:57:32 +00:00
evas_convert_yuv.c Fix common misspellings 2010-09-08 03:51:24 +00:00
evas_convert_yuv.h FORMATTING 2010-08-04 16:57:32 +00:00
evas_cpu.c set clobber info right for neon test. 2010-12-13 03:56:53 +00:00
evas_draw.h Evas: Mask: Fix undeclared warnings. 2011-04-06 06:10:31 +00:00
evas_draw_main.c Masking: Push a bit more arbitrary clipping 2011-04-06 05:38:38 +00:00
evas_font.h Evas font-engine: Added support for runtime-italic/bold. 2011-04-12 09:05:47 +00:00
evas_font_default_walk.x Evas font: Removed a deprecated macro. 2011-04-20 14:21:00 +00:00
evas_font_draw.c Evas textblock: Added a temp fix for repch until implemented nicely. 2011-04-21 15:34:44 +00:00
evas_font_load.c Evas font-engine: Added support for runtime-italic/bold. 2011-04-12 09:05:47 +00:00
evas_font_main.c Evas encoding: Removed Evas_Encoding and moved to eina_unicode_utf8* instead. 2011-02-16 16:00:17 +00:00
evas_font_ot.c Evas harfbuzz: Adjust evas to work with Harfbuzz >= 3.0 2011-04-21 14:04:53 +00:00
evas_font_ot.h Evas font/textblock/text: Started using string objects instead of 2011-02-01 12:17:52 +00:00
evas_font_private.h warnings-- 2011-03-19 03:56:35 +00:00
evas_font_query.c Evas font: Removed LOGICAL_WALK and updated last_up_to_pos accondingly. 2011-04-20 14:20:57 +00:00
evas_image.h wrn-- -> my bad. 2011-04-23 00:35:42 +00:00
evas_image_data.c wrn-- -> my bad. 2011-04-23 00:35:42 +00:00
evas_image_load.c evas: add psd file format support. 2011-04-24 19:45:43 +00:00
evas_image_main.c an initial test at trying pixman instead of evas software rendering. 2011-04-22 11:47:14 +00:00
evas_image_private.h wrn-- -> my bad. 2011-04-23 00:35:42 +00:00
evas_image_save.c FORMATTING 2010-08-04 16:57:32 +00:00
evas_image_scalecache.c an initial test at trying pixman instead of evas software rendering. 2011-04-22 11:47:14 +00:00
evas_line.h * move line, polygon, rectangle API to their own files 2008-07-19 18:05:54 +00:00
evas_line_main.c * evas: some style fix. 2010-11-08 14:34:19 +00:00
evas_map_image.c Evas: Fixed a few 'implicit declaration' warnings. 2011-02-09 18:39:54 +00:00
evas_map_image.h Support for Proxy Objects (and others) 2011-02-06 23:52:17 +00:00
evas_map_image_core.c warnings-- 2010-09-19 01:57:19 +00:00
evas_map_image_internal.c warnings-- 2010-09-19 01:57:19 +00:00
evas_map_image_loop.c warnings-- 2010-09-19 01:57:19 +00:00
evas_op_add_main_.c FORMATTING 2010-08-04 16:57:32 +00:00
evas_op_blend_main_.c 1. a bunch of neon asm infra and some asm, but only the neon that works is 2009-03-26 07:14:08 +00:00
evas_op_copy_main_.c warning-- 2010-09-19 01:42:45 +00:00
evas_op_mask_main_.c remove 'unused parameter' warning 2009-02-25 23:18:15 +00:00
evas_op_mul_main_.c remove 'unused parameter' warning 2009-02-25 23:18:15 +00:00
evas_op_sub_main_.c remove 'unused parameter' warning 2009-02-25 23:18:15 +00:00
evas_pipe.c warnings-- 2011-03-19 03:56:35 +00:00
evas_pipe.h methinks nash you missed doing the pipe pipeline for map changes. 2011-02-08 12:10:58 +00:00
evas_polygon.h * evas: Make evas_object_move on Evas_Object_Polygon work. 2010-03-16 13:23:37 +00:00
evas_polygon_main.c FORMATTING 2010-08-04 16:57:32 +00:00
evas_rectangle.h * move line, polygon, rectangle API to their own files 2008-07-19 18:05:54 +00:00
evas_rectangle_main.c FORMATTING 2010-08-04 16:57:32 +00:00
evas_regionbuf.c Fix common misspellings 2010-09-08 03:51:24 +00:00
evas_scale_main.c FORMATTING 2010-08-04 16:57:32 +00:00
evas_scale_main.h fix warning. 2010-12-14 03:09:01 +00:00
evas_scale_sample.c nash -> i fixed your mask rendering. interesting you only mask *IF* 2011-04-23 02:02:45 +00:00
evas_scale_smooth.c fix silly sized scaling issue. 2011-02-12 14:50:25 +00:00
evas_scale_smooth.h FORMATTING 2010-08-04 16:57:32 +00:00
evas_scale_smooth_scaler.c fix silly sized scaling issue. 2011-02-12 14:50:25 +00:00
evas_scale_smooth_scaler_down.c fix silly sized scaling issue. 2011-02-12 14:50:25 +00:00
evas_scale_smooth_scaler_downx.c fix silly sized scaling issue. 2011-02-12 14:50:25 +00:00
evas_scale_smooth_scaler_downx_downy.c fix silly sized scaling issue. 2011-02-12 14:50:25 +00:00
evas_scale_smooth_scaler_downy.c fix silly sized scaling issue. 2011-02-12 14:50:25 +00:00
evas_scale_smooth_scaler_noscale.c Evas: Work around for mask issues 2011-04-19 05:47:47 +00:00
evas_scale_smooth_scaler_up.c another dead store 2011-01-14 06:14:39 +00:00
evas_scale_span.c FORMATTING 2010-08-04 16:57:32 +00:00
evas_scale_span.h FORMATTING 2010-08-04 16:57:32 +00:00
evas_text_utils.c Evas font-engine: Fixed kerning issue and a major rendering bug. 2011-04-21 08:47:16 +00:00
evas_text_utils.h Evas textblock: Added a temp fix for repch until implemented nicely. 2011-04-21 15:34:44 +00:00
evas_tiler.c Fix common misspellings 2010-09-08 03:51:24 +00:00