[PATCH xserver 1/3] glamor: Disable logic ops when doing compositing [v3]
Emil Velikov
emil.l.velikov at gmail.com
Sun May 15 18:18:56 UTC 2016
Hi Keith,
On 14 May 2016 at 16:52, Keith Packard <keithp at keithp.com> wrote:
> diff --git a/glamor/glamor_render.c b/glamor/glamor_render.c
> index 65f7059..ea9abc7 100644
> --- a/glamor/glamor_render.c
> +++ b/glamor/glamor_render.c
> @@ -1075,10 +1075,14 @@ glamor_composite_set_shader_blend(glamor_screen_private *glamor_priv,
> glamor_set_composite_texture(glamor_priv, 1,
> shader->mask,
> shader->mask_pixmap, shader->mask_wh,
> - shader->mask_repeat_mode);
> + shader->mask_repeat_mode,
> + dest_priv);
> }
> }
>
This hunk should be in 3/3, shouldn't it ?
Thanks
Emil
More information about the xorg-devel
mailing list