mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 11:00:11 +01:00
tgsi: bump MAX_SRC_REGS to 4, for TXD
This commit is contained in:
parent
cac037d36d
commit
5ba2f0a507
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue