summaryrefslogtreecommitdiff
path: root/src/mesa/shader
diff options
context:
space:
mode:
authorNicolai Hähnle <nhaehnle@gmail.com>2009-09-21 13:08:34 +0200
committerNicolai Hähnle <nhaehnle@gmail.com>2009-09-21 13:08:34 +0200
commit3083ba38f4c884b32cd0460607b5064b6b7008d2 (patch)
tree59123a0a8d494badba2e0ff42f7977bb48c29a89 /src/mesa/shader
parentc67bb22fe7b4a7176efd9177d8de413d7c1a9192 (diff)
parent526430ade1d7ec0e1b3743d69e1ee9fb89cbaa2a (diff)
Merge branch 'mesa_7_6_branch'
Diffstat (limited to 'src/mesa/shader')
-rw-r--r--src/mesa/shader/program.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/shader/program.c b/src/mesa/shader/program.c
index 963478fccd..2cd6eb8a38 100644
--- a/src/mesa/shader/program.c
+++ b/src/mesa/shader/program.c
@@ -502,6 +502,7 @@ _mesa_clone_program(GLcontext *ctx, const struct gl_program *prog)
= (const struct gl_vertex_program *) prog;
struct gl_vertex_program *vpc = (struct gl_vertex_program *) clone;
vpc->IsPositionInvariant = vp->IsPositionInvariant;
+ vpc->IsNVProgram = vp->IsNVProgram;
}
break;
case GL_FRAGMENT_PROGRAM_ARB: