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

Brian Paul brian.e.paul at gmail.com
Tue Jan 24 19:37:38 PST 2012


On Tue, Jan 24, 2012 at 9:03 AM, Benjamin Franzke
<benjaminfranzke at 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 <brianp at vmware.com>


More information about the mesa-dev mailing list