From: Brian Paul Date: Wed, 23 Jul 2008 22:28:15 +0000 (-0600) Subject: gallium: bump TGSI_EXEC_NUM_TEMPS to 128 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f7be39ea105aa951d0f6e1d8ffbea63412e30801;p=mesa.git gallium: bump TGSI_EXEC_NUM_TEMPS to 128 --- diff --git a/src/gallium/auxiliary/tgsi/exec/tgsi_exec.h b/src/gallium/auxiliary/tgsi/exec/tgsi_exec.h index 18abdd9ac00..4f30650b07b 100644 --- a/src/gallium/auxiliary/tgsi/exec/tgsi_exec.h +++ b/src/gallium/auxiliary/tgsi/exec/tgsi_exec.h @@ -100,7 +100,7 @@ struct tgsi_exec_labels }; -#define TGSI_EXEC_NUM_TEMPS 64 +#define TGSI_EXEC_NUM_TEMPS 128 #define TGSI_EXEC_NUM_TEMP_EXTRAS 6 #define TGSI_EXEC_NUM_IMMEDIATES 256