[Mesa-dev] [PATCH 01/23] main: Fix whitespace in teximage.c.
Ian Romanick
idr at freedesktop.org
Wed Feb 18 10:42:59 PST 2015
This patch is
Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>
On 02/11/2015 06:05 PM, Laura Ekstrand wrote:
> ---
> src/mesa/main/teximage.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c
> index 29c325b..336feff 100644
> --- a/src/mesa/main/teximage.c
> +++ b/src/mesa/main/teximage.c
> @@ -5031,7 +5031,7 @@ _mesa_validate_texbuffer_format(const struct gl_context *ctx,
>
> void
> _mesa_texture_buffer_range(struct gl_context *ctx,
> - struct gl_texture_object *texObj, GLenum target,
> + struct gl_texture_object *texObj, GLenum target,
> GLenum internalFormat,
> struct gl_buffer_object *bufObj,
> GLintptr offset, GLsizeiptr size, bool range,
>
More information about the mesa-dev
mailing list