diff options
author | Brian Paul <[email protected]> | 2016-09-23 12:59:56 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2016-10-06 11:29:31 -0600 |
commit | 9add37b1007eb0dcb071c706e3b27300d91bb4ad (patch) | |
tree | c5786124788540e20ddf58904948e0661ead3206 /src/mesa/main/teximage.h | |
parent | 92188c207eb2ec4525a026d3a95d483ac893e1cf (diff) |
mesa: make _mesa_texture_buffer_range() static
Not called from any other file. Also, add a comment.
Reviewed-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src/mesa/main/teximage.h')
-rw-r--r-- | src/mesa/main/teximage.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mesa/main/teximage.h b/src/mesa/main/teximage.h index c52a7806c0d..05fa00d231d 100644 --- a/src/mesa/main/teximage.h +++ b/src/mesa/main/teximage.h @@ -250,14 +250,6 @@ _mesa_copy_texture_sub_image(struct gl_context *ctx, GLuint dims, GLsizei width, GLsizei height, const char *caller); -extern void -_mesa_texture_buffer_range(struct gl_context *ctx, - struct gl_texture_object *texObj, - GLenum internalFormat, - struct gl_buffer_object *bufObj, - GLintptr offset, GLsizeiptr size, - const char *caller); - bool _mesa_is_cube_map_texture(GLenum target); |