summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/modules/evas/engines/gl_common/evas_gl_image.c5
1 files changed, 5 insertions, 0 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 13ca077cac..c63e22ecc3 100644
--- a/src/modules/evas/engines/gl_common/evas_gl_image.c
+++ b/src/modules/evas/engines/gl_common/evas_gl_image.c
@@ -602,6 +602,11 @@ void
evas_gl_common_image_content_hint_set(Evas_GL_Image *im, int hint)
{
if (im->content_hint == hint) return;
+ if ((im->gc) &&
+ ((!im->gc->shared->info.sec_image_map) &&
+ ((!im->gc->shared->info.sec_tbm_surface) ||
+ (!im->gc->shared->info.egl_tbm_ext))))
+ return;
im->content_hint = hint;
if (!im->gc) return;
if (!im->gc->shared->info.bgra) return;