From: Ilia Mirkin Date: Mon, 17 Mar 2014 14:37:12 +0000 (-0400) Subject: nouveau: there may not have been a texture if the fbo was incomplete X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e58071355e944138e01939df57f79affca24dec7;p=mesa.git nouveau: there may not have been a texture if the fbo was incomplete Signed-off-by: Ilia Mirkin Reviewed-by: Francisco Jerez Cc: "10.0 10.1" --- diff --git a/src/mesa/drivers/dri/nouveau/nouveau_fbo.c b/src/mesa/drivers/dri/nouveau/nouveau_fbo.c index ae50fe03677..6c479f5f0c6 100644 --- a/src/mesa/drivers/dri/nouveau/nouveau_fbo.c +++ b/src/mesa/drivers/dri/nouveau/nouveau_fbo.c @@ -265,7 +265,8 @@ static void nouveau_finish_render_texture(struct gl_context *ctx, struct gl_renderbuffer *rb) { - texture_dirty(rb->TexImage->TexObject); + if (rb && rb->TexImage) + texture_dirty(rb->TexImage->TexObject); } static int