OSDN Git Service

gallivm: added question/comment
authorBrian Paul <brianp@vmware.com>
Thu, 4 Mar 2010 22:52:19 +0000 (15:52 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 4 Mar 2010 22:56:55 +0000 (15:56 -0700)
src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c

index ae86624..5f2c2a5 100644 (file)
@@ -1126,6 +1126,7 @@ emit_instruction(
       break;
 
    case TGSI_OPCODE_TEX:
+      /* XXX what about dst0 writemask? */
       emit_tex( bld, inst, FALSE, FALSE, dst0 );
       break;