mesa: const-qualify _mesa_base_tex_format() ctx param
authorBrian Paul <brianp@vmware.com>
Thu, 17 Sep 2015 15:47:36 +0000 (09:47 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 22 Sep 2015 16:15:31 +0000 (10:15 -0600)
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/main/teximage.c
src/mesa/main/teximage.h

index 8913a72ad0398735c661e021a9ee1720cd46b515..9bc176acf043a9f0294ff0397a02455a6e3f8501 100644 (file)
@@ -130,7 +130,7 @@ adjust_for_oes_float_texture(GLenum format, GLenum type)
  * texture format and env mode determine the arithmetic used.
  */
 GLint
-_mesa_base_tex_format( struct gl_context *ctx, GLint internalFormat )
+_mesa_base_tex_format(const struct gl_context *ctx, GLint internalFormat)
 {
    switch (internalFormat) {
    case GL_ALPHA:
index a4736b5a29f0d9c16f43cb7f536437bf677ee2b4..a434720496228afcecc6dac16aa62b72657b3bb9 100644 (file)
@@ -60,7 +60,7 @@ _mesa_is_zero_size_texture(const struct gl_texture_image *texImage)
 /*@{*/
 
 extern GLint
-_mesa_base_tex_format( struct gl_context *ctx, GLint internalFormat );
+_mesa_base_tex_format(const struct gl_context *ctx, GLint internalFormat);
 
 
 extern GLboolean