diff options
author | Brian Paul <[email protected]> | 2015-07-21 18:35:38 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-07-21 18:35:38 -0600 |
commit | 5bfc360e40680b3fe2b6f74ac487fa76502559e3 (patch) | |
tree | 5a15699e1d121542eb9c5da58554ef3a9021eda8 /src/mesa/main/texgetimage.h | |
parent | 1ad305b612f389fb04c6d51847427d5ec72fae03 (diff) |
mesa: make _mesa_get_[compressed_]texture_image() static
These functions are only called from teximage.c
Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/mesa/main/texgetimage.h')
-rw-r--r-- | src/mesa/main/texgetimage.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mesa/main/texgetimage.h b/src/mesa/main/texgetimage.h index 611b1bd053f..5124851f461 100644 --- a/src/mesa/main/texgetimage.h +++ b/src/mesa/main/texgetimage.h @@ -49,13 +49,6 @@ _mesa_GetCompressedTexImage_sw(struct gl_context *ctx, GLvoid *data); extern void -_mesa_get_texture_image(struct gl_context *ctx, - struct gl_texture_object *texObj, - struct gl_texture_image *texImage, GLenum target, - GLint level, GLenum format, GLenum type, - GLsizei bufSize, GLvoid *pixels, bool dsa); - -extern void _mesa_get_compressed_texture_image( struct gl_context *ctx, struct gl_texture_object *texObj, struct gl_texture_image *texImage, |