diff options
Diffstat (limited to 'src/mesa')
| -rw-r--r-- | src/mesa/main/texenvprogram.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/texenvprogram.c b/src/mesa/main/texenvprogram.c index 5f7634b460..d471030f14 100644 --- a/src/mesa/main/texenvprogram.c +++ b/src/mesa/main/texenvprogram.c @@ -1100,6 +1100,7 @@ create_new_program(GLcontext *ctx, struct state_key *key,         * a reduced value and not what is expected in FogOption         */        p.program->FogOption = ctx->Fog.Mode; +      p.program->Base.InputsRead |= FRAG_BIT_FOGC; /* XXX new */     } else        p.program->FogOption = GL_NONE;  | 
