diff options
author | Brian Paul <[email protected]> | 2005-08-25 19:38:42 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-08-25 19:38:42 +0000 |
commit | 2735b33638309a306257f13bec52389292cf8ab7 (patch) | |
tree | 9dfca0276dc641f0b03c27b83b81c1231021500e /src/mesa/drivers/dri/mga | |
parent | 8bc0b3f9611f9634d497fe2174246e866920f865 (diff) |
remove stray references to ctx->Depth.OcclusionTest
Diffstat (limited to 'src/mesa/drivers/dri/mga')
-rw-r--r-- | src/mesa/drivers/dri/mga/mgapixel.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/mga/mgapixel.c b/src/mesa/drivers/dri/mga/mgapixel.c index 952b8d56312..38577f05edd 100644 --- a/src/mesa/drivers/dri/mga/mgapixel.c +++ b/src/mesa/drivers/dri/mga/mgapixel.c @@ -140,8 +140,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 && ctx->Pixel.ZoomX == 1.0F && |