summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/teximage.h
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2014-08-15 16:28:59 -0600
committerBrian Paul <[email protected]>2014-08-16 06:48:44 -0600
commitcf8b680f40a4d1a48be82798b7a09da2d828bee5 (patch)
treec2d1ebcf39e3275ef5c96b7644266c54500c53e9 /src/mesa/main/teximage.h
parent9b4c6da7f08f3e1ae5df2d51e2b1dcf316d19288 (diff)
mesa: move _mesa_compressed_texture_pixel_storage_error_check()
to pixelstore.c, add const qualifier to the 'packing' parameter. Add comments. Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mesa/main/teximage.h')
-rw-r--r--src/mesa/main/teximage.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/teximage.h b/src/mesa/main/teximage.h
index 52bfa781672..4b27381a0b9 100644
--- a/src/mesa/main/teximage.h
+++ b/src/mesa/main/teximage.h
@@ -339,12 +339,6 @@ _mesa_TexStorage3DMultisample(GLenum target, GLsizei samples,
GLsizei height, GLsizei depth,
GLboolean fixedsamplelocations);
-bool
-_mesa_compressed_texture_pixel_storage_error_check(struct gl_context *ctx,
- GLint dimensions,
- struct gl_pixelstore_attrib *packing,
- const char *caller);
-
/*@}*/
#ifdef __cplusplus