Jonas Ådahl fd0ce66ac1 clutter/paint-nodes: Stop using implicit framebuffer stack Cogl API
Stop using API that uses the implicit Cogl framebuffer stack, (e.g.
cogl_push_matrix()) and replace usage by the corresponding API taking an
explicit framebuffer (e.g. cogl_framebuffer_push_matrix()).

For offscreens etc, the offscreen framebuffer is still pushed to and
popped from the Cogl framebuffer stack, so that paint nodes still draw
to the right framebuffer.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/935
2019-12-03 19:02:14 +00:00
..
2018-03-21 13:22:35 +08:00
2019-11-13 13:56:08 +00:00
2019-10-22 19:01:17 +00:00
2019-11-22 21:07:05 +00:00
2019-10-22 19:01:17 +00:00
2019-11-13 13:56:08 +00:00
2019-12-03 19:02:14 +00:00