From 5e80c62f3178a65bebca942aa0b1e5d16c34b2a9 Mon Sep 17 00:00:00 2001 From: Brian Date: Sat, 24 Feb 2007 15:39:37 -0700 Subject: Remove unneeded _Fragment/VertexShaderPresent fields, update comments. --- src/mesa/swrast/s_context.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mesa/swrast') diff --git a/src/mesa/swrast/s_context.c b/src/mesa/swrast/s_context.c index 5e174f81d5..031d74f31b 100644 --- a/src/mesa/swrast/s_context.c +++ b/src/mesa/swrast/s_context.c @@ -102,10 +102,6 @@ _swrast_update_rasterflags( GLcontext *ctx ) rasterMask |= FRAGPROG_BIT; } - if (ctx->Shader._FragmentShaderPresent) { - rasterMask |= FRAGPROG_BIT; - } - if (ctx->ATIFragmentShader._Enabled) { rasterMask |= ATIFRAGSHADER_BIT; } -- cgit v1.2.3