summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/teximage.h
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2017-06-26 12:38:20 +1000
committerTimothy Arceri <[email protected]>2017-06-27 08:15:09 +1000
commit45498aff8234b6c250c8cb633865d858c4cf1c7b (patch)
tree247e1c35f3295b01b48e05dc1e479b483296ba67 /src/mesa/main/teximage.h
parentbc0af44a5ae9a6671cc6c2f5a380d86fd7babacb (diff)
mesa: make _mesa_copy_texture_sub_image() static
Reviewed-by: Samuel Pitoiset <[email protected]>
Diffstat (limited to 'src/mesa/main/teximage.h')
-rw-r--r--src/mesa/main/teximage.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mesa/main/teximage.h b/src/mesa/main/teximage.h
index 72168a492c1..b9d6fc06704 100644
--- a/src/mesa/main/teximage.h
+++ b/src/mesa/main/teximage.h
@@ -226,15 +226,6 @@ _mesa_texture_sub_image(struct gl_context *ctx, GLuint dims,
GLenum format, GLenum type, const GLvoid *pixels,
bool dsa);
-extern void
-_mesa_copy_texture_sub_image(struct gl_context *ctx, GLuint dims,
- struct gl_texture_object *texObj,
- GLenum target, GLint level,
- GLint xoffset, GLint yoffset, GLint zoffset,
- GLint x, GLint y,
- GLsizei width, GLsizei height,
- const char *caller);
-
bool
_mesa_is_cube_map_texture(GLenum target);