diff options
Diffstat (limited to 'src/mesa')
| -rw-r--r-- | src/mesa/main/enable.c | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/src/mesa/main/enable.c b/src/mesa/main/enable.c index 160a6fc086..dae576ae5a 100644 --- a/src/mesa/main/enable.c +++ b/src/mesa/main/enable.c @@ -341,10 +341,6 @@ _mesa_set_enable(GLcontext *ctx, GLenum cap, GLboolean state)           ctx->Transform.CullVertexFlag = state;           break;        case GL_DEPTH_TEST: -         if (state && ctx->DrawBuffer->Visual.depthBits == 0) { -            _mesa_warning(ctx,"glEnable(GL_DEPTH_TEST) but no depth buffer"); -            return; -         }           if (ctx->Depth.Test == state)              return;           FLUSH_VERTICES(ctx, _NEW_DEPTH); | 
