summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/teximage.h
diff options
context:
space:
mode:
authorTimothy Arceri <t_arceri@yahoo.com.au>2015-08-13 18:42:54 +1000
committerTimothy Arceri <t_arceri@yahoo.com.au>2015-08-13 21:57:30 +1000
commit8dffa89e013b611cdafbb2cc5216450fa248cb7c (patch)
tree7f57a15d4e71e620346e7bee7fc8a52fc7af18f2 /src/mesa/main/teximage.h
parentb8f63b3c1002eea9cc6d54191bd41ea43c467e96 (diff)
downloadexternal_mesa3d-8dffa89e013b611cdafbb2cc5216450fa248cb7c.zip
external_mesa3d-8dffa89e013b611cdafbb2cc5216450fa248cb7c.tar.gz
external_mesa3d-8dffa89e013b611cdafbb2cc5216450fa248cb7c.tar.bz2
mesa: remove extern from texture function
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
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 1eebaa8..bf729da 100644
--- a/src/mesa/main/teximage.h
+++ b/src/mesa/main/teximage.h
@@ -200,15 +200,6 @@ _mesa_copy_texture_sub_image(struct gl_context *ctx, GLuint dims,
const char *caller);
extern void
-_mesa_texture_image_multisample(struct gl_context *ctx, GLuint dims,
- struct gl_texture_object *texObj,
- GLenum target, GLsizei samples,
- GLint internalformat, GLsizei width,
- GLsizei height, GLsizei depth,
- GLboolean fixedsamplelocations,
- GLboolean immutable, const char *func);
-
-extern void
_mesa_texture_buffer_range(struct gl_context *ctx,
struct gl_texture_object *texObj,
GLenum internalFormat,