efl/src/lib/evas/common
Cedric BAIL 961ecab040 evas: add a tgv loader.
The TGV file format is specifically created for Evas. It is designed to allow
region decompression and parallele decompression with a fast path for GPU that
do handle ETC1 compression. Plan for adding other compression method will come
later.
2014-04-01 22:00:13 +09:00
..
evas_op_add merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_op_blend cleanup - Remove the extra copy of the code and use a define instead 2014-02-09 19:44:49 +09:00
evas_op_copy Evas: Fix MMX mask function _op_copy_p_mas_dp_mmx() 2014-01-21 15:43:10 +09:00
evas_op_mask merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_op_mul merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_op_sub merge: and now Evas 2012-11-04 11:51:42 +00:00
language Evas bidi: Fixed a bug causing BiDi not to work in some cases. 2013-08-27 14:11:16 +01:00
evas_alpha_main.c Evas: Reduce verbosity of alpha functions 2014-03-07 11:07:15 +09:00
evas_blend.h merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_blend_main.c evas/common - code clean up 2014-02-08 16:26:01 +09:00
evas_blend_private.h Evas: Add support for Alpha buffers 2014-02-07 15:38:42 +09:00
evas_blit_main.c evas - sw render - protect against null pointer surface access 2014-01-10 12:47:27 +09:00
evas_convert_color.c evas: Keep sane name for public header 2013-06-20 12:53:29 +02:00
evas_convert_color.h merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_convert_colorspace.c evas_convert_colorspace: Remove printf in e_c_convert_yuv_422_601_to() 2013-06-26 18:53:08 +01:00
evas_convert_colorspace.h merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_convert_gry_1.c evas: Keep sane name for public header 2013-06-20 12:53:29 +02:00
evas_convert_gry_1.h merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_convert_gry_8.c evas: Keep sane name for public header 2013-06-20 12:53:29 +02:00
evas_convert_gry_8.h merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_convert_grypal_6.c evas: Keep sane name for public header 2013-06-20 12:53:29 +02:00
evas_convert_grypal_6.h merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_convert_main.c evas: Keep sane name for public header 2013-06-20 12:53:29 +02:00
evas_convert_main.h merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_convert_rgb_8.c evas: Keep sane name for public header 2013-06-20 12:53:29 +02:00
evas_convert_rgb_8.h merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_convert_rgb_16.c evas: Keep sane name for public header 2013-06-20 12:53:29 +02:00
evas_convert_rgb_16.h merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_convert_rgb_24.c evas: @fix convert to 24bits so dst_jump is used properly. 2014-03-06 11:19:12 -03:00
evas_convert_rgb_24.h merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_convert_rgb_32.c @feature - Apply NEON intrisics improvement to rotation 2014-02-28 07:04:52 +09:00
evas_convert_rgb_32.h merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_convert_yuv.c evas: Keep sane name for public header 2013-06-20 12:53:29 +02:00
evas_convert_yuv.h merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_cpu.c evas: Keep sane name for public header 2013-06-20 12:53:29 +02:00
evas_draw.h efl/evas: remove mask of non-rectangle objects. 2012-12-05 13:52:59 +00:00
evas_draw_main.c efl: formatting 2013-06-20 13:28:18 +02:00
evas_font.h Evas fonts: Pass RGBA_Image instead of DATA32 buffer 2014-02-07 15:38:43 +09:00
evas_font_compress.c Evas filters: Rename RGBA_Image::mask.data into image.data8 2014-03-04 12:10:29 +09:00
evas_font_compress_draw.c evas - fonts - move to using 4bit and rel 4 bit compressed font glyphs 2014-01-13 05:15:32 +09:00
evas_font_default_walk.x cut down textprop size a bit... 72 -> 64bytes. if we can wrap 2013-01-12 08:40:46 +00:00
evas_font_draw.c Evas fonts: Pass RGBA_Image instead of DATA32 buffer 2014-02-07 15:38:43 +09:00
evas_font_load.c evas: simplify path logic and make backend code more robust. 2014-03-13 10:57:38 +09:00
evas_font_main.c Evas font: Added support for font fallback for eet/edje fonts. 2014-02-04 10:44:11 +00:00
evas_font_ot.c evas: Let fix the mess in our header instead of sweeping it under the carpet. 2013-11-22 11:06:07 +09:00
evas_font_ot.h evas: Let fix the mess in our header instead of sweeping it under the carpet. 2013-11-22 11:06:07 +09:00
evas_font_private.h merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_font_query.c Evas textblock: Fix clipping issues with some texts with width > advance. 2014-03-10 14:58:18 +00:00
evas_image.h evas: add infrastructure to open from Eina_File. 2013-05-08 18:17:00 +09:00
evas_image_data.c Evas filters: Rename RGBA_Image::mask.data into image.data8 2014-03-04 12:10:29 +09:00
evas_image_load.c evas: add a tgv loader. 2014-04-01 22:00:13 +09:00
evas_image_main.c evas: improve portability for BSD system. 2014-03-15 19:58:08 +09:00
evas_image_private.h efl: this function are used in evas canvas object. 2013-01-17 04:06:22 +00:00
evas_image_save.c evas: Keep sane name for public header 2013-06-20 12:53:29 +02:00
evas_image_scalecache.c evas/cserve2: Fix animated Gifs support with cs2 2013-10-28 15:47:15 +09:00
evas_line.h evas/common: Prepare soil to land line drawing code for threaded render 2012-12-17 21:28:08 +00:00
evas_line_main.c evas: @fix use the correct composite op on lines with pixman 2014-03-11 22:34:35 +01:00
evas_map_image.c evas/common - code clean up 2014-02-08 18:16:09 +09:00
evas_map_image.h evas/async_render: only get a ref if a thread cmd was issued 2013-01-11 19:57:09 +00:00
evas_map_image_core.c evas/common - removed unused vars. 2014-02-08 18:40:32 +09:00
evas_map_image_internal.c evas/common - code refactoring. 2014-02-07 13:39:11 +09:00
evas_map_image_loop.c Evas map: fixed shadow warnings. 2014-03-10 09:25:21 +00:00
evas_op_add_main_.c evas/common - initialize only the available blend stuff that cpu is supporting. 2014-03-22 17:25:59 +09:00
evas_op_blend_main_.c evas: Keep sane name for public header 2013-06-20 12:53:29 +02:00
evas_op_copy_main_.c evas/common - initialize only the available blend stuff that cpu is supporting. 2014-03-22 17:25:59 +09:00
evas_op_mask_main_.c evas/common - initialize only the available blend stuff that cpu is supporting. 2014-03-22 17:25:59 +09:00
evas_op_mul_main_.c evas/common - initialize only the available blend stuff that cpu is supporting. 2014-03-22 17:25:59 +09:00
evas_op_sub_main_.c evas/common - initialize only the available blend stuff that cpu is supporting. 2014-03-22 17:25:59 +09:00
evas_pipe.c efl: formatting 2013-06-20 13:28:18 +02:00
evas_pipe.h merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_polygon.h evas/common: Prepare soil to land polygon drawing code for threaded render 2012-12-17 21:29:01 +00:00
evas_polygon_main.c evas - sw render - protect against null pointer surface access 2014-01-10 12:47:27 +09:00
evas_rectangle.h evas/common: Prepare soil to land rect drawing code for threaded render 2012-12-17 21:28:32 +00:00
evas_rectangle_main.c evas - sw render - protect against null pointer surface access 2014-01-10 12:47:27 +09:00
evas_regionbuf.c evas: Keep sane name for public header 2013-06-20 12:53:29 +02:00
evas_scale_main.c evas: Keep sane name for public header 2013-06-20 12:53:29 +02:00
evas_scale_main.h evas/async_render: use image scalecache 2013-01-16 16:07:46 +00:00
evas_scale_sample.c evas - sw render - protect against null pointer surface access 2014-01-10 12:47:27 +09:00
evas_scale_smooth.c evas - fix neon scale code 2014-01-01 11:22:40 +09:00
evas_scale_smooth.h evas/async_render: only get a ref if a thread cmd was issued 2013-01-11 19:57:09 +00:00
evas_scale_smooth_scaler.c evas - sw render - protect against null pointer surface access 2014-01-10 12:47:27 +09:00
evas_scale_smooth_scaler_down.c evas/common: Prepare soil to land scaling code for threaded render 2012-12-17 21:29:33 +00:00
evas_scale_smooth_scaler_downx.c evas/common: Prepare soil to land scaling code for threaded render 2012-12-17 21:29:33 +00:00
evas_scale_smooth_scaler_downx_downy.c evas/common: Prepare soil to land scaling code for threaded render 2012-12-17 21:29:33 +00:00
evas_scale_smooth_scaler_downy.c evas/common: Prepare soil to land scaling code for threaded render 2012-12-17 21:29:33 +00:00
evas_scale_smooth_scaler_noscale.c evas/common: Prepare soil to land scaling code for threaded render 2012-12-17 21:29:33 +00:00
evas_scale_smooth_scaler_up.c Add neon for upscaling and map routines in evas. 2013-08-02 18:06:55 +09:00
evas_scale_span.c evas: Keep sane name for public header 2013-06-20 12:53:29 +02:00
evas_scale_span.h merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_text_utils.c Evas text utils: Fixed walking compound clusters. 2014-02-19 12:08:56 +00:00
evas_text_utils.h Evas text utils: Check syntax in color parse 2014-02-07 15:38:42 +09:00
evas_thread_render.c efl: Unified eina critical manro to CRI. 2013-12-26 12:27:13 +09:00
evas_tiler.c fix evas_tiler bug (makes evas get stuck in an infinite loop there in certain scenarios) 2014-01-29 10:00:29 +00:00