diff options
author | Brian Paul <[email protected]> | 2016-03-28 17:27:27 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2016-03-29 18:13:46 -0600 |
commit | 513384d7e8db294d54a910f40c90492c211abc54 (patch) | |
tree | 98810d5f2b8212eb4740a55ef5a650959388e49f /src/mesa/main/mipmap.h | |
parent | ed39de90f1cd209b10baeed8ae98b1f56127c8de (diff) |
mesa: make _mesa_prepare_mipmap_level() static
No longer called from any other file.
Reviewed-by: José Fonseca <[email protected]>
Reviewed-by: Roland Scheidegger <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Tested-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/main/mipmap.h')
-rw-r--r-- | src/mesa/main/mipmap.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mesa/main/mipmap.h b/src/mesa/main/mipmap.h index 33913e88417..d11c7fada37 100644 --- a/src/mesa/main/mipmap.h +++ b/src/mesa/main/mipmap.h @@ -40,13 +40,6 @@ _mesa_generate_mipmap_level(GLenum target, GLubyte **dstData, GLint dstRowStride); - -extern GLboolean -_mesa_prepare_mipmap_level(struct gl_context *ctx, - struct gl_texture_object *texObj, GLuint level, - GLsizei width, GLsizei height, GLsizei depth, - GLsizei border, GLenum intFormat, mesa_format format); - void _mesa_prepare_mipmap_levels(struct gl_context *ctx, struct gl_texture_object *texObj, |