summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/glformats.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2012-07-22 11:29:20 -0600
committerBrian Paul <brianp@vmware.com>2012-07-24 08:37:29 -0600
commit7e18a039ee7a402bac4882ae793824d6523061fa (patch)
tree06d5d195bea4b451df1b058d9f158e4ada5385c1 /src/mesa/main/glformats.h
parenta1287f549a3e6527b8cf3bf5b5f563ba63c6f48c (diff)
downloadexternal_mesa3d-7e18a039ee7a402bac4882ae793824d6523061fa.zip
external_mesa3d-7e18a039ee7a402bac4882ae793824d6523061fa.tar.gz
external_mesa3d-7e18a039ee7a402bac4882ae793824d6523061fa.tar.bz2
mesa: move _mesa_error_check_format_and_type() to glformats.c
Now all the format/type-related helper functions are in glformats.c and image.c is just image-related functions.
Diffstat (limited to 'src/mesa/main/glformats.h')
-rw-r--r--src/mesa/main/glformats.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/glformats.h b/src/mesa/main/glformats.h
index efde4f9..d553eae 100644
--- a/src/mesa/main/glformats.h
+++ b/src/mesa/main/glformats.h
@@ -91,6 +91,10 @@ _mesa_base_format_to_integer_format(GLenum format);
extern GLboolean
_mesa_base_format_has_channel(GLenum base_format, GLenum pname);
+extern GLenum
+_mesa_error_check_format_and_type(const struct gl_context *ctx,
+ GLenum format, GLenum type);
+
#ifdef __cplusplus
}