tgsi: bump MAX_SRC_REGS to 4, for TXD
authorKeith Whitwell <keith@tungstengraphics.com>
Thu, 13 Mar 2008 09:57:01 +0000 (09:57 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Thu, 13 Mar 2008 10:02:38 +0000 (10:02 +0000)
src/gallium/auxiliary/tgsi/util/tgsi_parse.h

index 5ccb5bf..4008372 100644 (file)
@@ -56,7 +56,7 @@ struct tgsi_full_immediate
 };
 
 #define TGSI_FULL_MAX_DST_REGISTERS 2
-#define TGSI_FULL_MAX_SRC_REGISTERS 3
+#define TGSI_FULL_MAX_SRC_REGISTERS 4 /* TXD has 4 */
 
 struct tgsi_full_instruction
 {