Evas gl: Remove hack around CompressedTexImage2D
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 1 Jul 2014 09:52:00 +0000 (18:52 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Thu, 3 Jul 2014 02:37:48 +0000 (11:37 +0900)
commit644de1f93feebe2d829dd04c28ca4d1e3cbf9131
treefaadfb7833c7c867dc3fb7284c63f618850c862f
parentb0f353cc389e24f79686fc1ba1bc3370c6fdc8f7
Evas gl: Remove hack around CompressedTexImage2D

A compressed texture should be created with glCompressedTexImage2D
only, and not with glTexImage2D (This returns GL_INVALID_VALUE).
src/modules/evas/engines/gl_common/evas_gl_common.h
src/modules/evas/engines/gl_common/evas_gl_texture.c