mirror of
https://github.com/brl/mutter.git
synced 2025-02-09 18:04:09 +00:00
![Neil Roberts](/assets/img/avatar_default.png)
When _cogl_add_path_to_stencil_buffer is used to draw a path we don't need to clear the entire stencil buffer. Instead it can clear just the bounding box of the path. This adds an extra parameter called 'need_clear' which is only set if the stencil buffer is being used for clipping. http://bugzilla.openedhand.com/show_bug.cgi?id=1829