st/mesa: increase ST_MAX_SHADER_TOKENS to 8k

This commit is contained in:
Brian Paul 2009-06-04 13:10:19 -06:00
parent 45e744dddc
commit d37795c453

View file

@ -49,7 +49,7 @@
#include "cso_cache/cso_context.h"
#define ST_MAX_SHADER_TOKENS 4096
#define ST_MAX_SHADER_TOKENS (8 * 1024)
#define TGSI_DEBUG 0