gallium: bump TGSI_EXEC_NUM_TEMPS to 128

This commit is contained in:
Brian Paul 2008-07-23 16:28:15 -06:00
parent d5835c1d0f
commit f7be39ea10

View file

@ -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