rg_etc1: Fix RGBA vs BGRA mishandling of the ETC1 codec
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 22 Apr 2014 02:52:53 +0000 (11:52 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 22 Apr 2014 09:30:26 +0000 (18:30 +0900)
commit59b660aae9a912eee8e0bd458352fba435943284
treecf6e29b93543bcd30c469d0b4146c2c1ed77db13
parent2ff9b054f9cded810d6be76af2a3e6dd006ac4ac
rg_etc1: Fix RGBA vs BGRA mishandling of the ETC1 codec

Evas uses BGRA data while rg_etc1 uses RGBA data, so there
were incompatibilities between the two.

Now, rg_etc1 will take BGRA data as input and output.
src/static_libs/rg_etc/rg_etc1.c