diff options
author | Brian <brian@yutani.localnet.net> | 2007-02-24 15:39:37 -0700 |
---|---|---|
committer | Brian <brian@yutani.localnet.net> | 2007-02-24 15:39:37 -0700 |
commit | 5e80c62f3178a65bebca942aa0b1e5d16c34b2a9 (patch) | |
tree | 2ee01ff0a4b6221b6634f05301d12de7a2cb99e9 /src/mesa/swrast | |
parent | 197af3dc3242af4cac5213e095ac6639f6c782cd (diff) |
Remove unneeded _Fragment/VertexShaderPresent fields, update comments.
Diffstat (limited to 'src/mesa/swrast')
-rw-r--r-- | src/mesa/swrast/s_context.c | 4 |
1 files changed, 0 insertions, 4 deletions
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; } |