mesa: plug in GL_ARB_draw_buffers_blend functions
[mesa.git] / src / mesa / main / depth.c
index c5a910e144a4965671394d2b4954c0638ade4e1a..0bb47731ea39c7e7539974646fceb2b49c78ea66 100644 (file)
@@ -56,6 +56,12 @@ _mesa_ClearDepth( GLclampd depth )
 }
 
 
+void GLAPIENTRY
+_mesa_ClearDepthf( GLclampf depth )
+{
+   _mesa_ClearDepth(depth);
+}
+
 
 void GLAPIENTRY
 _mesa_DepthFunc( GLenum func )