aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mesa/main/genmipmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'mesalib/src/mesa/main/genmipmap.h')
-rw-r--r--mesalib/src/mesa/main/genmipmap.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/mesalib/src/mesa/main/genmipmap.h b/mesalib/src/mesa/main/genmipmap.h
index d546a8d7b..f4ef85951 100644
--- a/mesalib/src/mesa/main/genmipmap.h
+++ b/mesalib/src/mesa/main/genmipmap.h
@@ -28,9 +28,15 @@
#include "glheader.h"
+extern void
+_mesa_generate_texture_mipmap(struct gl_context *ctx,
+ struct gl_texture_object *texObj, GLenum target,
+ bool dsa);
extern void GLAPIENTRY
_mesa_GenerateMipmap(GLenum target);
+extern void GLAPIENTRY
+_mesa_GenerateTextureMipmap(GLuint texture);
#endif /* GENMIPMAP_H */