summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/genmipmap.h
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2017-07-20 11:53:01 +0200
committerSamuel Pitoiset <[email protected]>2017-07-20 16:14:30 +0200
commitca7085061ded8a2823e3d7562043eee65807d07d (patch)
tree2200798b0babf92f141ba5bc016000978d07dd66 /src/mesa/main/genmipmap.h
parenta1819704c8f100d4320a7b15414492a180962f03 (diff)
mesa: make _mesa_generate_texture_mipmap() static
Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mesa/main/genmipmap.h')
-rw-r--r--src/mesa/main/genmipmap.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/genmipmap.h b/src/mesa/main/genmipmap.h
index 40b7f3636aa..94f7f7a6809 100644
--- a/src/mesa/main/genmipmap.h
+++ b/src/mesa/main/genmipmap.h
@@ -28,10 +28,6 @@
#include "glheader.h"
-extern void
-_mesa_generate_texture_mipmap(struct gl_context *ctx,
- struct gl_texture_object *texObj, GLenum target,
- bool dsa);
bool
_mesa_is_valid_generate_texture_mipmap_target(struct gl_context *ctx,
GLenum target);