projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdd15b5
)
remove unneeded line
author
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 4 May 2004 15:12:22 +0000
(15:12 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 4 May 2004 15:12:22 +0000
(15:12 +0000)
src/mesa/shader/program.c
patch
|
blob
|
history
diff --git
a/src/mesa/shader/program.c
b/src/mesa/shader/program.c
index 63fc8653399abb759a64367be291aa5844b7d8b6..2b458fe525a6f885d637fc8d11aeb2b1ef811724 100644
(file)
--- a/
src/mesa/shader/program.c
+++ b/
src/mesa/shader/program.c
@@
-61,7
+61,6
@@
_mesa_init_program(GLcontext *ctx)
ctx->VertexProgram.Enabled = GL_FALSE;
ctx->VertexProgram.PointSizeEnabled = GL_FALSE;
ctx->VertexProgram.TwoSideEnabled = GL_FALSE;
- ctx->VertexProgram.Current = NULL;
ctx->VertexProgram.Current = (struct vertex_program *) ctx->Shared->DefaultVertexProgram;
assert(ctx->VertexProgram.Current);
ctx->VertexProgram.Current->Base.RefCount++;