GNOME Bugzilla – Bug 719900
ClutterStageCogl: Clip in the right coordinate system
Last modified: 2013-12-05 13:38:46 UTC
Our clip coordinates are relative to the stage, not model-view transformed. cogl_framebuffer_push_rectangle_clip() was accidentally used instead of cogl_framebuffer_push_scissor_clip() when porting to the framebuffer clip API.
Created attachment 263585 [details] [review] ClutterStageCogl: Clip in the right coordinate system
Review of attachment 263585 [details] [review]: damn, copy and paste thinko. nice catch.
Attachment 263585 [details] pushed as 97dcb10 - ClutterStageCogl: Clip in the right coordinate system