clutter: Use cogl_blit_framebuffer() for shadow FB
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