From 6feea7e6cdde235d7e3727c4155ca9f8d90df3ca Mon Sep 17 00:00:00 2001 From: marha Date: Sat, 15 Jan 2011 15:54:40 +0000 Subject: mesalib git update 14/1/2011 --- mesalib/src/mesa/main/depth.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mesalib/src/mesa/main/depth.c') diff --git a/mesalib/src/mesa/main/depth.c b/mesalib/src/mesa/main/depth.c index 9ab08df29..fe1380e71 100644 --- a/mesalib/src/mesa/main/depth.c +++ b/mesalib/src/mesa/main/depth.c @@ -56,6 +56,12 @@ _mesa_ClearDepth( GLclampd depth ) } +void GLAPIENTRY +_mesa_ClearDepthf( GLclampf depth ) +{ + _mesa_ClearDepth(depth); +} + void GLAPIENTRY _mesa_DepthFunc( GLenum func ) -- cgit v1.2.3