From e5b244ff7f984805c1bcc020342f1300f2639c71 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 21 Apr 2003 15:02:17 +0000 Subject: Implemented GL_EXT_depth_bounds_test. --- src/mesa/main/state.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mesa/main/state.c') diff --git a/src/mesa/main/state.c b/src/mesa/main/state.c index 96086624c9..f14c3f9d53 100644 --- a/src/mesa/main/state.c +++ b/src/mesa/main/state.c @@ -1,5 +1,3 @@ -/* $Id: state.c,v 1.105 2003/04/21 14:55:17 brianp Exp $ */ - /* * Mesa 3-D graphics library * Version: 5.1 @@ -536,10 +534,8 @@ _mesa_init_exec_table(struct _glapi_table *exec, GLuint tableSize) /* 268. GL_EXT_stencil_two_side */ exec->ActiveStencilFaceEXT = _mesa_ActiveStencilFaceEXT; -#if 0 /* ???. GL_EXT_depth_bounds_test */ exec->DepthBoundsEXT = _mesa_DepthBoundsEXT; -#endif /* ARB 1. GL_ARB_multitexture */ exec->ActiveTextureARB = _mesa_ActiveTextureARB; -- cgit v1.2.3