GNOME Bugzilla – Bug 754757
gl/eagl: Don't make context uncurrent just to make it current again in the next line
Last modified: 2015-09-09 07:12:10 UTC
See commit message, shouldn't have any effect other than not doing unnecessary things. It's leftover from cleaning up the framebuffer setup.
Created attachment 310949 [details] [review] gl/eagl: Don't make context uncurrent just to make it current again in the next line Also binding the framebuffer again is unnecessary then as it was just bound a few lines before while the context was current.
Created attachment 310953 [details] [review] gl/eagl: Also unbind renderbuffer after setting up framebuffer
commit bab55828ae7425f1a62d1f8948e90c5a4c2bceb9 Author: Sebastian Dröge <sebastian@centricular.com> Date: Wed Sep 9 09:33:01 2015 +0300 gl/eagl: Also unbind renderbuffer after setting up framebuffer https://bugzilla.gnome.org/show_bug.cgi?id=754757 commit c97144b23b843a3fd9d2a2bc15b18d2dcbb968f6 Author: Sebastian Dröge <sebastian@centricular.com> Date: Wed Sep 9 09:27:17 2015 +0300 gl/eagl: Don't make context uncurrent just to make it current again in the next line Also binding the framebuffer again is unnecessary then as it was just bound a few lines before while the context was current. https://bugzilla.gnome.org/show_bug.cgi?id=754757