mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
st/mesa: increase ST_MAX_SHADER_TOKENS to 8k
This commit is contained in:
parent
45e744dddc
commit
d37795c453
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue