The TGV file format and GL engine now support ETC1 encoding with alpha using an extra texture. This commit adds similar support to the Eet encoder/decoder.
@feature
68a8063 Eet: Add support for ETC1+Alpha
src/lib/eet/Eet.h | 6 +-
src/lib/eet/eet_image.c | 648 +++++++++++++++++++++++++++++++----------------
2 files changed, 435 insertions(+), 219 deletions(-)
Upstream: git.enlightenment.org