projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad1456a
)
gallivm: added question/comment
author
Brian Paul
<brianp@vmware.com>
Thu, 4 Mar 2010 22:52:19 +0000
(15:52 -0700)
committer
Brian Paul
<brianp@vmware.com>
Thu, 4 Mar 2010 22:56:55 +0000
(15:56 -0700)
src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
b/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
index ae866243a9218e96d32ab0a8a7e157aaa33ab858..5f2c2a54ee9f3f6aca5ee6e1f68b5b3fbf72089d 100644
(file)
--- a/
src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
+++ b/
src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
@@
-1126,6
+1126,7
@@
emit_instruction(
break;
case TGSI_OPCODE_TEX:
+ /* XXX what about dst0 writemask? */
emit_tex( bld, inst, FALSE, FALSE, dst0 );
break;