Skip to content

clutter: Use cogl_blit_framebuffer() for shadow FB

Olivier Fourdan requested to merge ofourdan/mutter:shadow-fb into master

If there is no transformation, use cogl_blit_framebuffer() as a shortcut in clutter_stage_view_blit_offscreen(), that dramatically improves performance when using a shadow framebuffer.

Edited by Olivier Fourdan

Merge request reports