summaryrefslogtreecommitdiff
path: root/src/modules/evas/engines/gl_common/evas_gl_image.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/evas/engines/gl_common/evas_gl_image.c')
-rw-r--r--src/modules/evas/engines/gl_common/evas_gl_image.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/modules/evas/engines/gl_common/evas_gl_image.c b/src/modules/evas/engines/gl_common/evas_gl_image.c
index 7de58157ab..13b7598979 100644
--- a/src/modules/evas/engines/gl_common/evas_gl_image.c
+++ b/src/modules/evas/engines/gl_common/evas_gl_image.c
@@ -222,12 +222,6 @@ _evas_gl_common_image(Evas_Engine_GL_Context *gc, RGBA_Image *im_im, Evas_Image_
if (cspace == EVAS_COLORSPACE_ETC1 && gc->shared->info.etc2)
cspace = EVAS_COLORSPACE_RGB8_ETC2;
- /* Current GL doesn't support grayscale with transparency
- let it convert to argb8888 in loader */
- if ((cspace == EVAS_COLORSPACE_GRY8) &&
- im_im->cache_entry.flags.alpha)
- cspace = EVAS_COLORSPACE_ARGB8888;
-
im_im->cache_entry.space = cspace;
}