Re: [Mesa-dev] [PATCH] st/mesa: Fix recurring surfaceless contexts

2012-01-24 Thread Brian Paul
On Tue, Jan 24, 2012 at 9:03 AM, Benjamin Franzke 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

[Mesa-dev] [PATCH] st/mesa: Fix recurring surfaceless contexts

2012-01-24 Thread Benjamin Franzke
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. Bug