aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mesa/main/texcompress.h
diff options
context:
space:
mode:
Diffstat (limited to 'mesalib/src/mesa/main/texcompress.h')
-rw-r--r--mesalib/src/mesa/main/texcompress.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/mesalib/src/mesa/main/texcompress.h b/mesalib/src/mesa/main/texcompress.h
index 375cf90c8..2c357068c 100644
--- a/mesalib/src/mesa/main/texcompress.h
+++ b/mesalib/src/mesa/main/texcompress.h
@@ -50,6 +50,11 @@ _mesa_compressed_image_address(GLint col, GLint row, GLint img,
gl_format mesaFormat,
GLsizei width, const GLubyte *image);
+extern void
+_mesa_decompress_image(gl_format format, GLuint width, GLuint height,
+ const GLubyte *src, GLint srcRowStride,
+ GLfloat *dest);
+
#else /* _HAVE_FULL_GL */
/* no-op macros */