Evas gl: Add support for S3TC textures
authorJean-Philippe Andre <jp.andre@samsung.com>
Mon, 30 Jun 2014 06:10:07 +0000 (15:10 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Thu, 3 Jul 2014 06:36:22 +0000 (15:36 +0900)
commitb0df3079276b542d2264af4413ff9cedfb098f89
treec89f9add1a0a1ef89d389faf5a3cabb1e023b373
parent81929e34045b9fe95af6b0be76d069fb5b71b885
Evas gl: Add support for S3TC textures

Add support for DXT1, DXT3 and DXT5 textures (4 formats in total).

@feature Add support for S3TC textures if the GPU supports them
src/lib/evas/common/evas_image_main.c
src/modules/evas/engines/gl_common/evas_gl_common.h
src/modules/evas/engines/gl_common/evas_gl_context.c
src/modules/evas/engines/gl_common/evas_gl_image.c
src/modules/evas/engines/gl_common/evas_gl_texture.c
src/modules/evas/loaders/dds/evas_image_load_dds.c