summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texpal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/texpal.h')
-rw-r--r--src/mesa/main/texpal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/texpal.h b/src/mesa/main/texpal.h
index e1809995468..acfaa313ec5 100644
--- a/src/mesa/main/texpal.h
+++ b/src/mesa/main/texpal.h
@@ -38,4 +38,8 @@ extern unsigned
_mesa_cpal_compressed_size(int level, GLenum internalFormat,
unsigned width, unsigned height);
+extern void
+_mesa_cpal_compressed_format_type(GLenum internalFormat, GLenum *format,
+ GLenum *type);
+
#endif /* TEXPAL_H */