Evas ETC2: Add ETC2 encoder skeletton
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 27 May 2014 06:02:23 +0000 (15:02 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 10 Jun 2014 05:58:27 +0000 (14:58 +0900)
commit6fc4c1da749f66286ddb51a3c0c08c8154be246f
tree0268b6da621d75eae661e0f7613469cae02e06bf
parent188ffd412ce3ea184b220956d460a3e2a949cb6b
Evas ETC2: Add ETC2 encoder skeletton

Implement Alpha encoding, brute force way, but doesn't scan
all possibilities either (only based on average alpha).

RGB encoding is still entirely left to the rg-etc1 encoder.
T, H and Planar mode will come in the next commits.

@feature: Implement an ETC2 encoder from scratch for RGB8 and RGBA8
src/Makefile_Evas.am
src/static_libs/rg_etc/etc2_encoder.c [new file with mode: 0644]
src/static_libs/rg_etc/rg_etc1.h