diff options
author | Nicolai Hähnle <[email protected]> | 2009-09-21 13:08:34 +0200 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2009-09-21 13:08:34 +0200 |
commit | 3083ba38f4c884b32cd0460607b5064b6b7008d2 (patch) | |
tree | 59123a0a8d494badba2e0ff42f7977bb48c29a89 /src/mesa/shader | |
parent | c67bb22fe7b4a7176efd9177d8de413d7c1a9192 (diff) | |
parent | 526430ade1d7ec0e1b3743d69e1ee9fb89cbaa2a (diff) |
Merge branch 'mesa_7_6_branch'
Diffstat (limited to 'src/mesa/shader')
-rw-r--r-- | src/mesa/shader/program.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/shader/program.c b/src/mesa/shader/program.c index 963478fccdb..2cd6eb8a389 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: |