From 2735b33638309a306257f13bec52389292cf8ab7 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 25 Aug 2005 19:38:42 +0000 Subject: remove stray references to ctx->Depth.OcclusionTest --- src/mesa/drivers/dri/r200/r200_pixel.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mesa/drivers/dri/r200') diff --git a/src/mesa/drivers/dri/r200/r200_pixel.c b/src/mesa/drivers/dri/r200/r200_pixel.c index adc6a2aa28..ad3ec20b4e 100644 --- a/src/mesa/drivers/dri/r200/r200_pixel.c +++ b/src/mesa/drivers/dri/r200/r200_pixel.c @@ -93,8 +93,7 @@ check_color_per_fragment_ops( const GLcontext *ctx ) !ctx->Color.ColorMask[2] || !ctx->Color.ColorMask[3] || ctx->Color.ColorLogicOpEnabled || - ctx->Texture._EnabledUnits || - ctx->Depth.OcclusionTest + ctx->Texture._EnabledUnits ) && ctx->Current.RasterPosValid); -- cgit v1.2.3