OSDN Git Service

st/mesa: increase ST_MAX_SHADER_TOKENS to 8k
authorBrian Paul <brianp@vmware.com>
Thu, 4 Jun 2009 19:10:19 +0000 (13:10 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 4 Jun 2009 19:10:31 +0000 (13:10 -0600)
src/mesa/state_tracker/st_program.c

index 6ec633c..3492610 100644 (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