[Mesa-dev] [PATCH 14/14] mesa: s/GLint/GLsizei/ for consistency

Ilia Mirkin imirkin at alum.mit.edu
Fri Jul 17 18:16:50 PDT 2015


Reviewed-by: Ilia Mirkin <imirkin at alum.mit.edu>

On Wed, Jul 15, 2015 at 7:40 PM, Brian Paul <brianp at vmware.com> wrote:
> ---
>  src/mesa/main/dd.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h
> index ae01770..87eb63e 100644
> --- a/src/mesa/main/dd.h
> +++ b/src/mesa/main/dd.h
> @@ -328,7 +328,7 @@ struct dd_function_table {
>     void (*CompressedTexSubImage)(struct gl_context *ctx, GLuint dims,
>                                   struct gl_texture_image *texImage,
>                                   GLint xoffset, GLint yoffset, GLint zoffset,
> -                                 GLsizei width, GLint height, GLint depth,
> +                                 GLsizei width, GLsizei height, GLsizei depth,
>                                   GLenum format,
>                                   GLsizei imageSize, const GLvoid *data);
>
> --
> 1.9.1
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list