summaryrefslogtreecommitdiff
path: root/src/mesa/main/formats.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-09-27 19:07:44 -0600
committerBrian Paul <brianp@vmware.com>2009-09-27 19:07:44 -0600
commitc28d78f8324cfc17936af63c258a1cc55d590d60 (patch)
tree86932dd40ec67f5be25d7f0703668522be3c5bf6 /src/mesa/main/formats.h
parenta608257a02d2ba4e8119be462bbd40ed238b184a (diff)
mesa: added _mesa_get_format_bits()
Diffstat (limited to 'src/mesa/main/formats.h')
-rw-r--r--src/mesa/main/formats.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/formats.h b/src/mesa/main/formats.h
index e79991ad41..441cf3eac6 100644
--- a/src/mesa/main/formats.h
+++ b/src/mesa/main/formats.h
@@ -208,6 +208,10 @@ extern void
_mesa_format_to_type_and_comps2(gl_format format,
GLenum *datatype, GLuint *comps);
+extern GLint
+_mesa_get_format_bits(gl_format format, GLenum pname);
+
+
extern void
_mesa_test_formats(void);