Evas gl: Simplify cspace matching for textures
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 8 Jul 2014 08:15:42 +0000 (17:15 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 9 Jul 2014 00:05:37 +0000 (09:05 +0900)
commitc0b7957d178a76ac058a81784ecbb705b4d0da33
tree813ba88718c7cebe9d38bc65b3ba51f120a04210
parent6deda1a722496eca98d1833b1a9dadf89579915d
Evas gl: Simplify cspace matching for textures

Some colorspaces (ETC, S3TC, GRY, ...) don't care about the value
of BGRA support or the alpha flag. So, let's introduce the
new boolean^Wenum value MATCH_ANY ;)

Note: the compressed texture formats with alpha support have been
marked as matching both TRUE and FALSE for alpha. The images
should always have the alpha flag set to TRUE, though.
The BGRA flag really doesn't matter.
src/modules/evas/engines/gl_common/evas_gl_texture.c