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/state.c | |
parent | 2780bb824f542c47d5412a3909eaa84ed3f13451 (diff) |
Implemented GL_EXT_depth_bounds_test.
Diffstat (limited to 'src/mesa/main/state.c')
-rw-r--r-- | src/mesa/main/state.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/state.c b/src/mesa/main/state.c index 96086624c9e..f14c3f9d53e 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; |