summaryrefslogtreecommitdiff
path: root/src/mesa/main/image.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-04-23 12:01:50 -0600
committerBrian Paul <brianp@vmware.com>2010-04-23 12:29:31 -0600
commitc34feadd1c2fa5c62022c1f48ee675b25a985ac6 (patch)
tree11b0de3a43792126ce521091debf6239a8e30abc /src/mesa/main/image.h
parent3643841079a1413695172d0e5dd5e0a5f2e22945 (diff)
mesa: make is_compressed_format() non-static
Diffstat (limited to 'src/mesa/main/image.h')
-rw-r--r--src/mesa/main/image.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/image.h b/src/mesa/main/image.h
index 9b34be0dfa..3947bbc278 100644
--- a/src/mesa/main/image.h
+++ b/src/mesa/main/image.h
@@ -75,6 +75,8 @@ _mesa_is_depthstencil_format(GLenum format);
extern GLboolean
_mesa_is_dudv_format(GLenum format);
+extern GLboolean
+_mesa_is_compressed_format(GLcontext *ctx, GLenum format);
extern GLvoid *
_mesa_image_address( GLuint dimensions,