tgsi: bump MAX_SRC_REGS to 4, for TXD

This commit is contained in:
Keith Whitwell 2008-03-13 09:57:01 +00:00
parent cac037d36d
commit 5ba2f0a507
1 changed files with 1 additions and 1 deletions

View 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
{