From fbd8f212c3866ec98c1d8c9d3db3ddb7e7c479a5 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 11 Nov 1999 01:22:25 +0000 Subject: first big check-in of new Mesa 3.3 code --- src/mesa/main/depth.h | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'src/mesa/main/depth.h') diff --git a/src/mesa/main/depth.h b/src/mesa/main/depth.h index 86706ee214..9749905d2c 100644 --- a/src/mesa/main/depth.h +++ b/src/mesa/main/depth.h @@ -1,9 +1,8 @@ - -/* $Id: depth.h,v 1.2 1999/10/08 09:27:10 keithw Exp $ */ +/* $Id: depth.h,v 1.3 1999/11/11 01:22:26 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 3.1 + * Version: 3.3 * * Copyright (C) 1999 Brian Paul All Rights Reserved. * @@ -26,9 +25,6 @@ */ - - - #ifndef DEPTH_H #define DEPTH_H @@ -90,10 +86,16 @@ extern void gl_alloc_depth_buffer( GLcontext* ctx ); extern void gl_clear_depth_buffer( GLcontext* ctx ); -extern void gl_ClearDepth( GLcontext* ctx, GLclampd depth ); -extern void gl_DepthFunc( GLcontext* ctx, GLenum func ); +extern void +_mesa_ClearDepth( GLclampd depth ); + +extern void +_mesa_DepthFunc( GLenum func ); + + +extern void +_mesa_DepthMask( GLboolean flag ); -extern void gl_DepthMask( GLcontext* ctx, GLboolean flag ); #endif -- cgit v1.2.3