summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texcompress.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2012-12-08 15:19:44 -0700
committerBrian Paul <brianp@vmware.com>2012-12-14 06:33:08 -0700
commitccbe7db1e6ab4a731fbd11445c7b5c2aca00fc4e (patch)
treec2206a32b8f3653a89262cb0cfbf79cf72dbd3f9 /src/mesa/main/texcompress.h
parentad3e39bb6dcb139c3eb6a460833f30ba0fb3e974 (diff)
downloadexternal_mesa3d-ccbe7db1e6ab4a731fbd11445c7b5c2aca00fc4e.zip
external_mesa3d-ccbe7db1e6ab4a731fbd11445c7b5c2aca00fc4e.tar.gz
external_mesa3d-ccbe7db1e6ab4a731fbd11445c7b5c2aca00fc4e.tar.bz2
mesa: added _mesa_get_compressed_fetch_func()
Diffstat (limited to 'src/mesa/main/texcompress.h')
-rw-r--r--src/mesa/main/texcompress.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/texcompress.h b/src/mesa/main/texcompress.h
index 7e3de0e..b45e7cf 100644
--- a/src/mesa/main/texcompress.h
+++ b/src/mesa/main/texcompress.h
@@ -56,6 +56,9 @@ typedef void (*compressed_fetch_func)(const GLubyte *map,
GLint i, GLint j, GLint k,
GLfloat *texel);
+extern compressed_fetch_func
+_mesa_get_compressed_fetch_func(gl_format format);
+
extern void
_mesa_decompress_image(gl_format format, GLuint width, GLuint height,