efl/legacy/evas/src/lib/engines/common
Cedric BAIL 26ee52dd61 evas: add NV12 and MT12 colorspace.
MT12 is has documented in Linux videodev documentation
a 64 * 32 macro block tiled colorspace format used on
Samsung hardware.


SVN revision: 62967
2011-08-29 20:56:48 +00:00
..
evas_op_add remove .cvsignore files 2011-06-12 21:38:37 +00:00
evas_op_blend remove .cvsignore files 2011-06-12 21:38:37 +00:00
evas_op_copy remove .cvsignore files 2011-06-12 21:38:37 +00:00
evas_op_mask remove .cvsignore files 2011-06-12 21:38:37 +00:00
evas_op_mul remove .cvsignore files 2011-06-12 21:38:37 +00:00
evas_op_sub remove .cvsignore files 2011-06-12 21:38:37 +00:00
language Evas: Stopped using the typo enum EVAS_BIDI_DIRECTION_NATURAL. 2011-07-13 11:36:31 +00:00
Makefile.am Evas language: Added a character script querying function. 2011-05-02 07:28:07 +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 evas: add NV12 and MT12 colorspace. 2011-08-29 20:56:48 +00:00
evas_convert_colorspace.h evas: add NV12 and MT12 colorspace. 2011-08-29 20:56:48 +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 evas: add NV12 and MT12 colorspace. 2011-08-29 20:56:48 +00:00
evas_convert_yuv.h evas: add NV12 and MT12 colorspace. 2011-08-29 20:56:48 +00:00
evas_cpu.c set clobber info right for neon test. 2010-12-13 03:56:53 +00:00
evas_draw.h Evas: Fix more shadow declarations of 'index' variable. 2011-05-27 01:44:10 +00:00
evas_draw_main.c Evas: Fix more shadow declarations of 'index' variable. 2011-05-27 01:44:10 +00:00
evas_font.h Evas font-engine: Fixed font fallback in the same script run. 2011-05-29 09:20:18 +00:00
evas_font_default_walk.x Evas font: Revert "evas/font - removed an unusefull handling." 2011-08-22 11:51:18 +00:00
evas_font_draw.c Evas font: Disabled word/metric caching due to bugs. 2011-08-18 07:21:44 +00:00
evas_font_load.c Evas font: Renamed FONT_REND_ITALIC/BOLD -> FONT_REND_SLANT/WEIGHT. 2011-08-01 09:11:42 +00:00
evas_font_main.c evas - just removed white spaces. 2011-08-11 14:14:48 +00:00
evas_font_ot.c Evas font-engine: Conform to the API changes in Harfbuzz 0.6.0. 2011-05-29 11:09:47 +00:00
evas_font_ot.h Evas font-engine: Fixed font fallback in the same script run. 2011-05-29 09:20:18 +00:00
evas_font_private.h warnings-- 2011-03-19 03:56:35 +00:00
evas_font_query.c Evas font: Fix font run len calculation. 2011-06-20 07:28:57 +00:00
evas_image.h From: Jiyoun Park <jy0703.park@samsung.com> 2011-08-11 06:04:08 +00:00
evas_image_data.c evas: add software YUY2 colorspace converter. 2011-07-21 10:36:05 +00:00
evas_image_load.c From: Jiyoun Park <jy0703.park@samsung.com> 2011-08-11 06:04:08 +00:00
evas_image_main.c evas: add NV12 and MT12 colorspace. 2011-08-29 20:56:48 +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 From: Jiyoun Park <jy0703.park@samsung.com> 2011-08-11 06:04:08 +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 evas: fix misspellings 2011-05-30 16:45: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: Fix 'reset_time_interval' may be used uninitialized warning. 2011-06-03 00:26:19 +00:00
evas_pipe.h Evas: evas_common_frameq_thread (in evas_pipe.c) uses 'gettimeofday', 2011-05-20 01:33:55 +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 From: Jiyoun Park <jy0703.park@samsung.com> 2011-06-13 02:57:01 +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 From: Jiyoun Park <jy0703.park@samsung.com> 2011-06-13 02:57:01 +00:00
evas_scale_span.c From: Jiyoun Park <jy0703.park@samsung.com> 2011-06-13 02:57:01 +00:00
evas_scale_span.h FORMATTING 2010-08-04 16:57:32 +00:00
evas_text_utils.c Evas text: Fixed text_props_index_find and added props_cluster_next/prev. 2011-07-18 07:41:27 +00:00
evas_text_utils.h Evas text: Fixed text_props_index_find and added props_cluster_next/prev. 2011-07-18 07:41:27 +00:00
evas_tiler.c Fix common misspellings 2010-09-08 03:51:24 +00:00