aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mesa/main/depth.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-01-15 15:54:40 +0000
committermarha <marha@users.sourceforge.net>2011-01-15 15:54:40 +0000
commit6feea7e6cdde235d7e3727c4155ca9f8d90df3ca (patch)
treea076f2c272c1ece006576805a07b484bbe614a07 /mesalib/src/mesa/main/depth.h
parent175af178d1500ccafa7e7026959c138f5b8d9312 (diff)
downloadvcxsrv-6feea7e6cdde235d7e3727c4155ca9f8d90df3ca.tar.gz
vcxsrv-6feea7e6cdde235d7e3727c4155ca9f8d90df3ca.tar.bz2
vcxsrv-6feea7e6cdde235d7e3727c4155ca9f8d90df3ca.zip
mesalib git update 14/1/2011
Diffstat (limited to 'mesalib/src/mesa/main/depth.h')
-rw-r--r--mesalib/src/mesa/main/depth.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mesalib/src/mesa/main/depth.h b/mesalib/src/mesa/main/depth.h
index 2a0bc81a6..b1ed1f3fd 100644
--- a/mesalib/src/mesa/main/depth.h
+++ b/mesalib/src/mesa/main/depth.h
@@ -44,6 +44,9 @@ extern void GLAPIENTRY
_mesa_ClearDepth( GLclampd depth );
extern void GLAPIENTRY
+_mesa_ClearDepthf( GLclampf depth );
+
+extern void GLAPIENTRY
_mesa_DepthFunc( GLenum func );
extern void GLAPIENTRY