efl/legacy/evas/src/lib/engines/common
Vincent Torri 57c16867e2 remove unused variable
SVN revision: 47840
2010-04-08 17:41:18 +00:00
..
evas_intl From: Tom <tom@stosb.com> (tasn) 2009-09-30 04:23:21 +00:00
evas_op_add Added support for "make doc" in evas and ecore. 2009-01-11 10:20:22 +00:00
evas_op_blend neon back - found the bug! expedite! 2010-02-27 07:50:11 +00:00
evas_op_copy 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_mask remove 'unused parameter' warning 2009-02-25 23:18:15 +00:00
evas_op_mul remove 'unused parameter' warning 2009-02-25 23:18:15 +00:00
evas_op_sub Added support for "make doc" in evas and ecore. 2009-01-11 10:20:22 +00:00
.cvsignore Ignore 2005-04-29 07:06:35 +00:00
Makefile.am add color to the vertexes in map. this allows for fading/shading of 2009-11-01 01:32:23 +00:00
evas_blend.h * move blend functions declaration to their own header files 2008-07-21 16:10:48 +00:00
evas_blend_main.c remove 'unused parameter' warning 2009-02-25 23:18:15 +00:00
evas_blend_private.h * move blend functions declaration to their own header files 2008-07-21 16:10:48 +00:00
evas_blit_main.c cleanup llvm warnings by michael bouchaud. 2009-06-13 00:04:25 +00:00
evas_convert_color.c * evas: Reduce code duplication. 2009-07-01 14:05:04 +00:00
evas_convert_color.h * evas: Reduce code duplication. 2009-07-01 14:05:04 +00:00
evas_convert_colorspace.c * evas: Remove Evas_Bool. 2009-06-17 10:01:52 +00:00
evas_convert_colorspace.h * evas: Remove Evas_Bool. 2009-06-17 10:01:52 +00:00
evas_convert_gry_1.c * move convert function declarations to their own header file 2008-07-10 22:53:33 +00:00
evas_convert_gry_1.h * move convert function declarations to their own header file 2008-07-10 22:53:33 +00:00
evas_convert_gry_4.c * move convert function declarations to their own header file 2008-07-10 22:53:33 +00:00
evas_convert_gry_4.h * move convert function declarations to their own header file 2008-07-10 22:53:33 +00:00
evas_convert_gry_8.c * evas: Remove lot's of warning. 2009-12-21 15:52:12 +00:00
evas_convert_gry_8.h * move convert function declarations to their own header file 2008-07-10 22:53:33 +00:00
evas_convert_grypal_6.c Fix some warnings. I don't touch map code for now. 2009-10-22 22:22:10 +00:00
evas_convert_grypal_6.h From: Mikhail Gusarov <dottedmag@dottedmag.net> 2009-08-17 01:41:07 +00:00
evas_convert_main.c From: Marc Andre Tanner <mat@brain-dump.org> 2010-02-22 08:12:49 +00:00
evas_convert_main.h * move convert function declarations to their own header file 2008-07-10 22:53:33 +00:00
evas_convert_rgb_8.c * move convert function declarations to their own header file 2008-07-10 22:53:33 +00:00
evas_convert_rgb_8.h * move convert function declarations to their own header file 2008-07-10 22:53:33 +00:00
evas_convert_rgb_16.c * evas: Cleanup move to eina log. 2009-10-22 15:22:22 +00:00
evas_convert_rgb_16.h * move convert function declarations to their own header file 2008-07-10 22:53:33 +00:00
evas_convert_rgb_24.c add - in theory rgb24+32 666 support (ezx). 2009-04-03 01:00:54 +00:00
evas_convert_rgb_24.h add - in theory rgb24+32 666 support (ezx). 2009-04-03 01:00:54 +00:00
evas_convert_rgb_32.c add - in theory rgb24+32 666 support (ezx). 2009-04-03 01:00:54 +00:00
evas_convert_rgb_32.h add - in theory rgb24+32 666 support (ezx). 2009-04-03 01:00:54 +00:00
evas_convert_yuv.c * evas: Remove lot's of warning. 2009-12-21 15:52:12 +00:00
evas_convert_yuv.h * move convert function declarations to their own header file 2008-07-10 22:53:33 +00:00
evas_cpu.c * evas: Cleanup move to eina log. 2009-10-22 15:22:22 +00:00
evas_draw.h * move blend functions declaration to their own header files 2008-07-21 16:10:48 +00:00
evas_draw_main.c ok use calloc - but.. i think llvm is wrong for: 2010-03-02 02:10:48 +00:00
evas_font.h allow x11 engines to get x resource that sets dpi. 2010-01-08 07:10:53 +00:00
evas_font_draw.c * evas: fix potential race condition with FT_Activate_Size and threaded rendering. 2010-03-24 11:07:37 +00:00
evas_font_load.c * evas: Bring back Font Kerning cache as it does improve performance 2010-02-23 13:31:10 +00:00
evas_font_main.c 1. fix fcfini issue i hit - yes . things may look like they leak in valgrind 2010-02-03 11:18:00 +00:00
evas_font_query.c * evas: fix potential race condition with FT_Activate_Size and threaded rendering. 2010-03-24 11:07:37 +00:00
evas_gradient.h hmmm after some talking - for now put the transform patch on hold - we need 2008-11-04 09:19:35 +00:00
evas_gradient2_linear.c remove 'unused parameter' warning 2009-02-25 23:18:15 +00:00
evas_gradient2_main.c * evas: Remove lot's of warning. 2009-12-21 15:52:12 +00:00
evas_gradient2_radial.c remove 'unused parameter' warning 2009-02-25 23:18:15 +00:00
evas_gradient_angular.c remove 'unused parameter' warning 2009-02-25 23:18:15 +00:00
evas_gradient_linear.c remove 'unused parameter' warning 2009-02-25 23:18:15 +00:00
evas_gradient_main.c * evas: Remove lot's of warning. 2009-12-21 15:52:12 +00:00
evas_gradient_private.h * move font and gradient declarations to their own files 2008-07-19 17:13:42 +00:00
evas_gradient_radial.c remove 'unused parameter' warning 2009-02-25 23:18:15 +00:00
evas_gradient_rectangular.c remove 'unused parameter' warning 2009-02-25 23:18:15 +00:00
evas_gradient_sinusoidal.c use float constants instead of double as computations 2010-04-08 17:41:00 +00:00
evas_image.h fix evas image loading error reporting. 2009-12-22 23:11:57 +00:00
evas_image_data.c fix some warnings reported by llvm (see http://local.profusion.mobi:8081/~lfelipe/output-efl/) 2009-02-24 08:31:31 +00:00
evas_image_fill_main.c hmmm after some talking - for now put the transform patch on hold - we need 2008-11-04 09:19:35 +00:00
evas_image_load.c better debugging for image load 2010-01-04 19:18:05 +00:00
evas_image_main.c fix evas image loading error reporting. 2009-12-22 23:11:57 +00:00
evas_image_private.h fix build of cserve with -fvisibility=hidden. 2009-05-02 15:53:48 +00:00
evas_image_save.c * evas: Move to Eina module and make it possible to build a libevas with 2009-06-16 13:01:36 +00:00
evas_image_scalecache.c * evas: fix uncertain lock. It's look like it improve perf here without breaking things. 2010-03-24 14:55:37 +00:00
evas_intl_utils.c * evas: fix fribidi race condition (perhaps not the right way) with thread rendering. 2010-03-24 11:06:54 +00:00
evas_intl_utils.h formatting 2010-02-12 08:09:03 +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 Ticket #372 - patch. fix. 2009-08-03 08:19:12 +00:00
evas_map_image.c remove unused variable 2010-04-08 17:41:18 +00:00
evas_map_image.h * evas: make map work with threaded rendering. 2010-03-24 16:39:39 +00:00
evas_map_image_core.c fix warnings 2010-01-22 06:51:27 +00:00
evas_map_image_internal.c fix warnings 2010-01-22 06:51:27 +00:00
evas_map_image_loop.c fix mmx code 2009-11-01 11:45:16 +00:00
evas_op_add_main_.c * evas: Use eina_log. 2009-09-21 16:08:51 +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 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_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 * evas: improve thread rendering by moving image loading in worker thread. 2010-03-24 19:07:59 +00:00
evas_pipe.h * evas: improve thread rendering by moving image loading in worker thread. 2010-03-24 19:07:59 +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 * evas: Make evas_object_move on Evas_Object_Polygon work. 2010-03-16 13:23:37 +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 * move blend functions declaration to their own header files 2008-07-21 16:10:48 +00:00
evas_regionbuf.c Rename EINA_INLIST_ITER_NEXT/EINA_INLIST_ITER_LAST to EINA_INLIST_FOREACH/ 2008-10-21 12:19:57 +00:00
evas_scale_main.c * remove trailing spaces in evas_pipe.c 2008-07-11 06:36:30 +00:00
evas_scale_main.h * remove trailing spaces in evas_pipe.c 2008-07-11 06:36:30 +00:00
evas_scale_sample.c ok - revert scalecache until leak fixed. 2008-12-02 02:33:09 +00:00
evas_scale_smooth.c * Evas: Remove allocation/free from the critical path. 2009-06-15 14:34:33 +00:00
evas_scale_smooth.h * remove trailing spaces in evas_pipe.c 2008-07-11 06:36:30 +00:00
evas_scale_smooth_scaler.c remove tons of trailing spaces 2008-07-19 17:40:52 +00:00
evas_scale_smooth_scaler_down.c * Evas: Remove allocation/free from the critical path. 2009-06-15 14:34:33 +00:00
evas_scale_smooth_scaler_downx.c remove tons of trailing spaces 2008-07-19 17:40:52 +00:00
evas_scale_smooth_scaler_downx_downy.c * Make RGBA_IMAGE_HAS_ALPHA and RGBA_IMAGE_ALPHA_SPARSE part of 2008-06-03 09:09:39 +00:00
evas_scale_smooth_scaler_downy.c remove tons of trailing spaces 2008-07-19 17:40:52 +00:00
evas_scale_smooth_scaler_noscale.c remove tons of trailing spaces 2008-07-19 17:40:52 +00:00
evas_scale_smooth_scaler_up.c * evas: Remove lot's of warning. 2009-12-21 15:52:12 +00:00
evas_scale_span.c fix some warnings reported by llvm (see http://local.profusion.mobi:8081/~lfelipe/output-efl/) 2009-02-24 08:31:31 +00:00
evas_scale_span.h * remove trailing spaces in evas_pipe.c 2008-07-11 06:36:30 +00:00
evas_tiler.c * evas: Cleanup move to eina log. 2009-10-22 15:22:22 +00:00