summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/genmipmap.h
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2017-07-18 21:25:46 +0200
committerSamuel Pitoiset <[email protected]>2017-07-31 13:53:39 +0200
commitbc1c45d0ed56b5b52c965bba928d07b3290a2588 (patch)
treee49571f0735a56e87cb647050bf7a3b47468cc57 /src/mesa/main/genmipmap.h
parent15603acfd90bd43684bb9e9131f6d59a2d6f5019 (diff)
mesa: add KHR_no_error support to glGenerate*Mipmap()
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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mesa/main/genmipmap.h b/src/mesa/main/genmipmap.h
index 94f7f7a6809..681c9d9087c 100644
--- a/src/mesa/main/genmipmap.h
+++ b/src/mesa/main/genmipmap.h
@@ -35,9 +35,15 @@ bool
_mesa_is_valid_generate_texture_mipmap_internalformat(struct gl_context *ctx,
GLenum internalformat);
+void GLAPIENTRY
+_mesa_GenerateMipmap_no_error(GLenum target);
+
extern void GLAPIENTRY
_mesa_GenerateMipmap(GLenum target);
+void GLAPIENTRY
+_mesa_GenerateTextureMipmap_no_error(GLuint texture);
+
extern void GLAPIENTRY
_mesa_GenerateTextureMipmap(GLuint texture);