diff options
author | Brian Paul <[email protected]> | 2003-04-21 15:02:17 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-04-21 15:02:17 +0000 |
commit | e5b244ff7f984805c1bcc020342f1300f2639c71 (patch) | |
tree | 2662820db42730bb1f0269a2aef440309a81d083 /src/mesa/main/depth.h | |
parent | 2780bb824f542c47d5412a3909eaa84ed3f13451 (diff) |
Implemented GL_EXT_depth_bounds_test.
Diffstat (limited to 'src/mesa/main/depth.h')
-rw-r--r-- | src/mesa/main/depth.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mesa/main/depth.h b/src/mesa/main/depth.h index e9c2885b7f3..b90d723b38c 100644 --- a/src/mesa/main/depth.h +++ b/src/mesa/main/depth.h @@ -1,10 +1,8 @@ -/* $Id: depth.h,v 1.11 2001/03/12 00:48:37 gareth Exp $ */ - /* * Mesa 3-D graphics library - * Version: 3.5 + * Version: 5.1 * - * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2003 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -48,6 +46,8 @@ extern void _mesa_DepthMask( GLboolean flag ); +extern void +_mesa_DepthBoundsEXT( GLclampd zmin, GLclampd zmax ); #endif |