diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-03-22 16:57:52 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-03-28 16:40:01 +0900 |
commit | 078117d367afff6862b72bec8bbc29909b259fd4 (patch) | |
tree | 336ef32402571048ef47bcfd63a86744c57b170f /src/Makefile_Evas.am | |
parent | 39a970835b58fe82a0e2cb0f809c5ecdee201861 (diff) | |
download | efl-078117d367afff6862b72bec8bbc29909b259fd4.tar.gz |
draw: Import or implement some colorspace conversion routines
Those and many more will be required for proper map/unmap support.
There will be problems with planar formats:
YUV, RGB565_A5P, ETC1_ALPHA
The quick solution to this problem is to not support region
conversions, only full-image (so we can assume the location of
the various planes in memory).
Diffstat (limited to 'src/Makefile_Evas.am')
-rw-r--r-- | src/Makefile_Evas.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile_Evas.am b/src/Makefile_Evas.am index a2a4bea0b2..4a47e351fb 100644 --- a/src/Makefile_Evas.am +++ b/src/Makefile_Evas.am @@ -298,6 +298,7 @@ lib/evas/canvas/evas_vg_shape.c # Static draw lib lib_evas_libevas_la_SOURCES += \ static_libs/draw/draw_alpha_main.c \ +static_libs/draw/draw_convert.c \ static_libs/draw/draw_main_neon.c \ static_libs/draw/draw_main.c |