summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/depth.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/depth.h')
-rw-r--r--src/mesa/main/depth.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/depth.h b/src/mesa/main/depth.h
index 5760951c853..478249f157c 100644
--- a/src/mesa/main/depth.h
+++ b/src/mesa/main/depth.h
@@ -43,6 +43,9 @@ _mesa_ClearDepth( GLclampd depth );
extern void GLAPIENTRY
_mesa_ClearDepthf( GLclampf depth );
+void GLAPIENTRY
+_mesa_DepthFunc_no_error(GLenum func);
+
extern void GLAPIENTRY
_mesa_DepthFunc(GLenum func);