mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-20 18:50:40 +02:00
gl/msaa: No need to set the clip when masking
After 5e9083f882 there's no need to set a
clip on the cairo_gl_composite_t when masking. Clips are converted to
traps and rendered directly when masking now.
This commit is contained in:
parent
17418371b6
commit
d524697ede
1 changed files with 0 additions and 1 deletions
|
|
@ -343,7 +343,6 @@ _cairo_gl_msaa_compositor_mask_source_operator (const cairo_compositor_t *compos
|
|||
&composite->bounded);
|
||||
if (unlikely (status))
|
||||
goto finish;
|
||||
_cairo_gl_composite_set_clip (&setup, composite->clip);
|
||||
_cairo_gl_composite_set_multisample (&setup);
|
||||
status = _cairo_gl_composite_begin (&setup, &ctx);
|
||||
if (unlikely (status))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue