projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ddc53f
)
Fix typo
author
Keith Whitwell
<keith@tungstengraphics.com>
Mon, 22 May 2006 14:30:58 +0000
(14:30 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Mon, 22 May 2006 14:30:58 +0000
(14:30 +0000)
src/mesa/main/texenvprogram.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/texenvprogram.c
b/src/mesa/main/texenvprogram.c
index 63c93c96fcd4bf6f12fae0ecf8c04fac45e24305..b2694eebb944a070c142d7b75dc189cb0737e33e 100644
(file)
--- a/
src/mesa/main/texenvprogram.c
+++ b/
src/mesa/main/texenvprogram.c
@@
-212,7
+212,7
@@
make_state_key(GLcontext *ctx)
translate_mode(texUnit->_CurrentCombine->ModeA);
key->unit[i].ScaleShiftRGB = texUnit->_CurrentCombine->ScaleShiftRGB;
- key->unit[i].ScaleShiftA = texUnit->_CurrentCombine->ScaleShift
RGB
;
+ key->unit[i].ScaleShiftA = texUnit->_CurrentCombine->ScaleShift
A
;
for (j=0;j<3;j++) {
key->unit[i].OptRGB[j].Operand =