From: Keith Whitwell Date: Wed, 1 Nov 2006 09:35:26 +0000 (+0000) Subject: Patch from -- pass program string X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fd60b2d5368e3385c1ba70c6d5d122b10ff20646;p=mesa.git Patch from -- pass program string notification callback through to tnl/ module, fixes glean crash. --- diff --git a/src/mesa/drivers/dri/i915/i915_fragprog.c b/src/mesa/drivers/dri/i915/i915_fragprog.c index 0f3e6885f37..3f12da19380 100644 --- a/src/mesa/drivers/dri/i915/i915_fragprog.c +++ b/src/mesa/drivers/dri/i915/i915_fragprog.c @@ -937,6 +937,8 @@ static void i915ProgramStringNotify( GLcontext *ctx, ctx->Driver.Enable( ctx, GL_FRAGMENT_PROGRAM_ARB, ctx->FragmentProgram.Enabled ); } + + _tnl_program_string(ctx, target, prog); }