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 a3f1246c98..8229de4c47 100644 --- a/src/mesa/main/texenvprogram.c +++ b/src/mesa/main/texenvprogram.c @@ -263,6 +263,7 @@ static GLbitfield get_fp_input_mask( GLcontext *ctx )  {     /* _NEW_PROGRAM */     const GLboolean vertexShader = (ctx->Shader.CurrentProgram && +				   ctx->Shader.CurrentProgram->LinkStatus &&                                     ctx->Shader.CurrentProgram->VertexProgram);     const GLboolean vertexProgram = ctx->VertexProgram._Enabled;     GLbitfield fp_inputs = 0x0; | 
