summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/teximage.c
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2015-08-13 18:42:54 +1000
committerTimothy Arceri <[email protected]>2015-08-13 21:57:30 +1000
commit8dffa89e013b611cdafbb2cc5216450fa248cb7c (patch)
tree7f57a15d4e71e620346e7bee7fc8a52fc7af18f2 /src/mesa/main/teximage.c
parentb8f63b3c1002eea9cc6d54191bd41ea43c467e96 (diff)
mesa: remove extern from texture function
Reviewed-by: Tapani Pälli <[email protected]>
Diffstat (limited to 'src/mesa/main/teximage.c')
-rw-r--r--src/mesa/main/teximage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c
index d35dc12e2cb..a144f950d44 100644
--- a/src/mesa/main/teximage.c
+++ b/src/mesa/main/teximage.c
@@ -5595,7 +5595,7 @@ check_multisample_target(GLuint dims, GLenum target, bool dsa)
}
-void
+static void
_mesa_texture_image_multisample(struct gl_context *ctx, GLuint dims,
struct gl_texture_object *texObj,
GLenum target, GLsizei samples,