gallium: increase string buffer size to 16000 to avoid truncated output of long shaders
This commit is contained in:
@@ -517,7 +517,7 @@ tgsi_dump(
|
||||
const struct tgsi_token *tokens,
|
||||
uint flags )
|
||||
{
|
||||
static char str[4096];
|
||||
static char str[16000];
|
||||
uint len;
|
||||
char *p = str;
|
||||
|
||||
|
Reference in New Issue
Block a user