aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mesa/main/mipmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'mesalib/src/mesa/main/mipmap.h')
-rw-r--r--mesalib/src/mesa/main/mipmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesalib/src/mesa/main/mipmap.h b/mesalib/src/mesa/main/mipmap.h
index ee91df006..c0366d329 100644
--- a/mesalib/src/mesa/main/mipmap.h
+++ b/mesalib/src/mesa/main/mipmap.h
@@ -45,7 +45,7 @@ extern GLboolean
_mesa_prepare_mipmap_level(struct gl_context *ctx,
struct gl_texture_object *texObj, GLuint level,
GLsizei width, GLsizei height, GLsizei depth,
- GLsizei border, GLenum intFormat, gl_format format);
+ GLsizei border, GLenum intFormat, mesa_format format);
extern void
_mesa_generate_mipmap(struct gl_context *ctx, GLenum target,