Abdiel Janulgue <abdiel.janul...@linux.intel.com> writes:
> @@ -332,7 +344,10 @@ intelSetTexBuffer2(__DRIcontext *pDRICtx, GLint target,
>     _mesa_lock_texture(&intel->ctx, texObj);
>     texImage = _mesa_get_tex_image(ctx, texObj, target, level);
>     intel_set_texture_image_region(ctx, texImage, rb->mt->region, target,
> -                               internalFormat, texFormat, 0);
> +                               internalFormat, texFormat, 0,
> +                                  rb->mt->region->width,
> +                               rb->mt->region->height,
> +                               0, 0);
>     _mesa_unlock_texture(&intel->ctx, texObj);
>  }

Mixed space and tab indentation, just use spaces.

Other than that, patches 1-6 are:

Reviewed-by: Eric Anholt <e...@anholt.net>

Attachment: pgpu7tpis8YO6.pgp
Description: PGP signature

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to