summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/clear.h
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2017-06-26 17:46:39 +0200
committerSamuel Pitoiset <[email protected]>2017-06-28 10:25:13 +0200
commite529ade0ea5dd47d2943eedc012f30eb5671b55d (patch)
tree34e92dd26f323274f13855e93278ce64c3dd94f7 /src/mesa/main/clear.h
parent34e8d0e4baedeb658b87d64577f6acc766b3f51f (diff)
mesa: add KHR_no_error support for glClear()
Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mesa/main/clear.h')
-rw-r--r--src/mesa/main/clear.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/clear.h b/src/mesa/main/clear.h
index fb3bcdeefbf..6ae63ac257a 100644
--- a/src/mesa/main/clear.h
+++ b/src/mesa/main/clear.h
@@ -43,6 +43,8 @@ _mesa_ClearColorIiEXT(GLint r, GLint g, GLint b, GLint a);
extern void GLAPIENTRY
_mesa_ClearColorIuiEXT(GLuint r, GLuint g, GLuint b, GLuint a);
+void GLAPIENTRY
+_mesa_Clear_no_error(GLbitfield mask);
extern void GLAPIENTRY
_mesa_Clear( GLbitfield mask );