summaryrefslogtreecommitdiff
path: root/src/mesa/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main')
-rw-r--r--src/mesa/main/texenvprogram.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/texenvprogram.c b/src/mesa/main/texenvprogram.c
index abc2567134..21a290402f 100644
--- a/src/mesa/main/texenvprogram.c
+++ b/src/mesa/main/texenvprogram.c
@@ -1279,9 +1279,11 @@ _mesa_UpdateTexEnvProgram( GLcontext *ctx )
_mesa_printf("Found existing texenv program for key %x\n", hash);
}
}
+#if 0
else {
ctx->FragmentProgram._Current = ctx->FragmentProgram.Current;
}
+#endif
/* Tell the driver about the change. Could define a new target for
* this?