efl/src/modules
Jean-Philippe Andre 0bba7422cb Evas TGV: Add support for ETC1+Alpha
Save images with alpha in two planes:
- RGB data as ETC1
- Alpha as ETC1 (from a greyscale image)

The second plane alpha is located right after the RGB plane.

The RGBA data is not premultiplied, so that RGB can be encoded
at a better quality in ETC1. This should avoid some blockiness
artifacts that we can see in the current ETC2 mode (which supports
alpha natively). Eventually ETC2 should also support non
premultiplied data for a better encoding quality.

This patch implements the saver and the loader.

@feature
2014-07-09 09:04:55 +09:00
..
ecore/system efl: Unified eina critical manro to CRI. 2013-12-26 12:27:13 +09:00
ecore_evas/engines windows: make those warning explicit about what they imply. 2014-06-27 17:00:23 +02:00
ecore_imf ecore_imf: Account for terminating null byte on copy 2014-05-16 13:54:54 +02:00
eeze/sensor eeze/sensor/tizen: Fix typos to let it build for tizen 2013-04-24 16:01:42 +01:00
eina/mp eina: do not access dead pointer from within valgrind macro. 2014-01-22 12:22:13 +09:00
emotion Emotion generic: change the log domain name to be consistent with others domains. 2014-02-23 20:40:21 +01:00
ethumb/emotion efl: fix headers order. 2013-07-23 11:27:29 +09:00
evas Evas TGV: Add support for ETC1+Alpha 2014-07-09 09:04:55 +09:00