aboutsummaryrefslogtreecommitdiff
path: root/render/gles2/texture.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/gles2/texture.c')
-rw-r--r--render/gles2/texture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/gles2/texture.c b/render/gles2/texture.c
index e4caf6ca..d66e9c16 100644
--- a/render/gles2/texture.c
+++ b/render/gles2/texture.c
@@ -330,7 +330,7 @@ static struct wlr_texture *gles2_texture_from_pixels(
return NULL;
}
texture->target = GL_TEXTURE_2D;
- texture->has_alpha = drm_fmt->has_alpha;
+ texture->has_alpha = pixel_format_has_alpha(fmt->drm_format);
texture->drm_format = fmt->drm_format;
GLint internal_format = fmt->gl_internalformat;