projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff91700
)
remove some parenthesis
author
Brian
<brian@nostromo.localnet.net>
Wed, 24 Jan 2007 21:15:01 +0000
(14:15 -0700)
committer
Brian
<brian@nostromo.localnet.net>
Wed, 24 Jan 2007 21:15:01 +0000
(14:15 -0700)
src/mesa/tnl/t_vp_build.c
patch
|
blob
|
history
diff --git
a/src/mesa/tnl/t_vp_build.c
b/src/mesa/tnl/t_vp_build.c
index d80afaf245239c02ea521446aa9a5332df75ceab..47fed32904dd2d33bba4bfdce8f53625a5b263e1 100644
(file)
--- a/
src/mesa/tnl/t_vp_build.c
+++ b/
src/mesa/tnl/t_vp_build.c
@@
-1213,7
+1213,7
@@
static void build_texture_transform( struct tnl_program *p )
for (i = 0; i < MAX_TEXTURE_UNITS; i++) {
- if (!(p->state->fragprog_inputs_read &
(FRAG_BIT_TEX(i)
)))
+ if (!(p->state->fragprog_inputs_read &
FRAG_BIT_TEX(i
)))
continue;
if (p->state->unit[i].texgen_enabled ||