diff options
Diffstat (limited to 'src/mesa/main/depth.c')
-rw-r--r-- | src/mesa/main/depth.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/main/depth.c b/src/mesa/main/depth.c index aca471a06c8..f5511ce2fbf 100644 --- a/src/mesa/main/depth.c +++ b/src/mesa/main/depth.c @@ -1,6 +1,6 @@ /* * Mesa 3-D graphics library - * Version: 6.3 + * Version: 6.5 * * Copyright (C) 1999-2005 Brian Paul All Rights Reserved. * @@ -160,7 +160,6 @@ void _mesa_init_depth( GLcontext * ctx ) ctx->Depth.Clear = 1.0; ctx->Depth.Func = GL_LESS; ctx->Depth.Mask = GL_TRUE; - ctx->Depth.OcclusionTest = GL_FALSE; /* XXX this is now per-framebuffer state */ #if 00 |