Ilia Mirkin <[email protected]> writes:

> Signed-off-by: Ilia Mirkin <[email protected]>

Reviewed-by: Francisco Jerez <[email protected]>

> Cc: "10.0 10.1" <[email protected]>
> ---
>  src/mesa/drivers/dri/nouveau/nouveau_fbo.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/src/mesa/drivers/dri/nouveau/nouveau_fbo.c 
> b/src/mesa/drivers/dri/nouveau/nouveau_fbo.c
> index ae50fe0..6c479f5 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
> -- 
> 1.8.3.2

Attachment: pgplZSw6Sovof.pgp
Description: PGP signature

_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to