projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99a1260
)
replace // comment with /* */ (bug 14916)
author
Brian
<brian.paul@tungstengraphics.com>
Sun, 9 Mar 2008 16:41:50 +0000
(10:41 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Sun, 9 Mar 2008 16:41:50 +0000
(10:41 -0600)
src/mesa/main/texenvprogram.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/texenvprogram.c
b/src/mesa/main/texenvprogram.c
index b1c00a36ac6ab745c71392bb191eca6e5fbf023b..fb68bf0720e04385a7c55d2b3cfc7dc1e9159876 100644
(file)
--- a/
src/mesa/main/texenvprogram.c
+++ b/
src/mesa/main/texenvprogram.c
@@
-1272,7
+1272,7
@@
_mesa_UpdateTexEnvProgram( GLcontext *ctx )
}
else {
/* _Current pointer has been updated in update_program */
- /
/ ctx->FragmentProgram._Current = ctx->FragmentProgram.Current;
+ /
* ctx->FragmentProgram._Current = ctx->FragmentProgram.Current; */
}
/* Tell the driver about the change. Could define a new target for