Call ProgramStringNotify after creating tnl programs.
authorKeith Whitwell <keith@tungstengraphics.com>
Thu, 1 Dec 2005 14:24:37 +0000 (14:24 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Thu, 1 Dec 2005 14:24:37 +0000 (14:24 +0000)
src/mesa/tnl/t_vp_build.c

index aa0d15f..2d42faf 100644 (file)
@@ -1516,6 +1516,9 @@ void _tnl_UpdateFixedFunctionProgram( GLcontext *ctx )
         create_new_program( key, ctx->_TnlProgram, 
                             ctx->Const.VertexProgram.MaxTemps );
 
+        if (ctx->Driver.ProgramStringNotify)
+           ctx->Driver.ProgramStringNotify( ctx, GL_VERTEX_PROGRAM_ARB, 
+                                            &ctx->_TnlProgram->Base );
 
         cache_item(tnl->vp_cache, hash, key, ctx->_TnlProgram );
       }