From e12c4faf7ef1246fd7c3a9d9dc30130a6675c3b4 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 14 Jan 2011 15:53:38 -0800 Subject: mesa: Add support for glDepthRangef and glClearDepthf. These are ARB_ES2_compatibility float variants of the core double entrypoints. Fixes arb_es2_compatibility-depthrangef. --- src/mesa/main/depth.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mesa/main/depth.h') diff --git a/src/mesa/main/depth.h b/src/mesa/main/depth.h index b498a47153..2f428629f9 100644 --- a/src/mesa/main/depth.h +++ b/src/mesa/main/depth.h @@ -43,6 +43,9 @@ struct gl_context; extern void GLAPIENTRY _mesa_ClearDepth( GLclampd depth ); +extern void GLAPIENTRY +_mesa_ClearDepthf( GLclampf depth ); + extern void GLAPIENTRY _mesa_DepthFunc( GLenum func ); -- cgit v1.2.3