diff options
author | Brian Paul <[email protected]> | 2012-07-22 11:29:20 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-07-24 08:37:29 -0600 |
commit | 7e18a039ee7a402bac4882ae793824d6523061fa (patch) | |
tree | 06d5d195bea4b451df1b058d9f158e4ada5385c1 /src/mesa/main/image.h | |
parent | a1287f549a3e6527b8cf3bf5b5f563ba63c6f48c (diff) |
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/image.h')
-rw-r--r-- | src/mesa/main/image.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/image.h b/src/mesa/main/image.h index 09770587452..7e92790b7df 100644 --- a/src/mesa/main/image.h +++ b/src/mesa/main/image.h @@ -38,10 +38,6 @@ _mesa_swap2( GLushort *p, GLuint n ); extern void _mesa_swap4( GLuint *p, GLuint n ); -extern GLenum -_mesa_error_check_format_and_type(const struct gl_context *ctx, - GLenum format, GLenum type); - extern GLintptr _mesa_image_offset( GLuint dimensions, const struct gl_pixelstore_attrib *packing, |