tgsi: increase MAX_LABELS to 4096

This commit is contained in:
Brian Paul 2009-06-04 13:08:52 -06:00
parent fc7f924782
commit 45e744dddc

View file

@ -34,7 +34,7 @@
extern "C" {
#endif
#define MAX_LABELS 1024
#define MAX_LABELS (4 * 1024) /**< basically, max instructions */
#define NUM_CHANNELS 4 /* R,G,B,A */
#define QUAD_SIZE 4 /* 4 pixel/quad */