Patch from <haihao.xiang@intel.com> -- pass program string

notification callback through to tnl/ module, fixes glean crash.
This commit is contained in:
Keith Whitwell
2006-11-01 09:35:26 +00:00
parent d106195ad2
commit fd60b2d536

View File

@@ -937,6 +937,8 @@ static void i915ProgramStringNotify( GLcontext *ctx,
ctx->Driver.Enable( ctx, GL_FRAGMENT_PROGRAM_ARB, ctx->Driver.Enable( ctx, GL_FRAGMENT_PROGRAM_ARB,
ctx->FragmentProgram.Enabled ); ctx->FragmentProgram.Enabled );
} }
_tnl_program_string(ctx, target, prog);
} }