mesa: enable ARB_vertex_attrib_64bit in compat profile
[mesa.git] / src / mesa / main / depth.h
index 5760951c853d4ad11e62ef0ccde1809f0962e24d..478249f157c8fe013a85e6d38557446f87689ee0 100644 (file)
@@ -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);