mesa: remove const qualifiers to match device driver interface function
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 26 Sep 2008 13:37:15 +0000 (07:37 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 26 Sep 2008 13:37:15 +0000 (07:37 -0600)
src/mesa/state_tracker/st_cb_texture.c

index 958f88b..e545e00 100644 (file)
@@ -749,8 +749,8 @@ st_GetTexImage(GLcontext * ctx, GLenum target, GLint level,
 static void
 st_GetCompressedTexImage(GLcontext *ctx, GLenum target, GLint level,
                          GLvoid *pixels,
-                         const struct gl_texture_object *texObj,
-                         const struct gl_texture_image *texImage)
+                         struct gl_texture_object *texObj,
+                         struct gl_texture_image *texImage)
 {
    st_get_tex_image(ctx, target, level, 0, 0, pixels,
                     (struct gl_texture_object *) texObj,