On Tue, Jan 24, 2012 at 9:03 AM, Benjamin Franzke <benjaminfran...@googlemail.com> wrote: > A current incomplete framebuffer was incorrectly used as a > st_framebuffer. When accessing st_framebuffer childs bad things happen: > e.g. st_framebuffer::iface was used to check whether its an incomplete > fb, instead we need to compare st_framebuffer::Base against > mesa_get_incomplete_framebuffer. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=44919 > Note: This is a candidate for the 8.0 branch. > --- > src/mesa/state_tracker/st_manager.c | 6 ++++-- > 1 files changed, 4 insertions(+), 2 deletions(-)
Looks OK to me. Reviewed-by: Brian Paul <bri...@vmware.com> _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev