From: Timm Bäder Date: Thu, 29 Mar 2018 14:37:20 +0000 (+0200) Subject: gl renderer: Remover unused mask uniform X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~22^2~714 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f6330846c9cb63f47072ce1c1d03ff24f5750331;p=gtk4.git gl renderer: Remover unused mask uniform --- diff --git a/gsk/gl/gskglrenderer.c b/gsk/gl/gskglrenderer.c index 182004518c..d903a20ba0 100644 --- a/gsk/gl/gskglrenderer.c +++ b/gsk/gl/gskglrenderer.c @@ -1808,7 +1808,6 @@ gsk_gl_renderer_create_programs (GskGLRenderer *self, INIT_COMMON_UNIFORM_LOCATION (prog, alpha); INIT_COMMON_UNIFORM_LOCATION (prog, source); - INIT_COMMON_UNIFORM_LOCATION (prog, mask); INIT_COMMON_UNIFORM_LOCATION (prog, clip); INIT_COMMON_UNIFORM_LOCATION (prog, clip_corner_widths); INIT_COMMON_UNIFORM_LOCATION (prog, clip_corner_heights); diff --git a/gsk/gl/gskglrenderopsprivate.h b/gsk/gl/gskglrenderopsprivate.h index ddf6b5e311..5cd9177dda 100644 --- a/gsk/gl/gskglrenderopsprivate.h +++ b/gsk/gl/gskglrenderopsprivate.h @@ -44,7 +44,6 @@ typedef struct int id; /* Common locations (gl_common)*/ int source_location; - int mask_location; int position_location; int uv_location; int alpha_location;