diff options
author | Ilia Mirkin <[email protected]> | 2014-07-23 21:10:51 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2014-07-24 08:26:41 -0400 |
commit | 637b6c24785d202e0f608c8dec098d63d857ae0e (patch) | |
tree | feadb4e1f06821b9a3f677dd34f615f103a43c30 /src/mesa/main/teximage.h | |
parent | 9d6166880da83887e3246fb4498c3a07d979cc3b (diff) |
mesa: add ARB_clear_texture.xml to file list, remove duplicate decls
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mesa/main/teximage.h')
-rw-r--r-- | src/mesa/main/teximage.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mesa/main/teximage.h b/src/mesa/main/teximage.h index 984321c2100..42305f44f0b 100644 --- a/src/mesa/main/teximage.h +++ b/src/mesa/main/teximage.h @@ -336,18 +336,6 @@ _mesa_TexStorage3DMultisample(GLenum target, GLsizei samples, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations); -extern void GLAPIENTRY -_mesa_ClearTexImage(GLuint texture, GLint level, - GLenum format, GLenum type, - const void *data); - -extern void GLAPIENTRY -_mesa_ClearTexSubImage(GLuint texture, GLint level, - GLint xoffset, GLint yoffset, GLint zoffset, - GLsizei width, GLsizei height, GLsizei depth, - GLenum format, GLenum type, - const void *data); - bool _mesa_compressed_texture_pixel_storage_error_check(struct gl_context *ctx, GLint dimensions, |