mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-03 13:00:37 +01:00
gallium: increase string buffer size to 16000 to avoid truncated output of long shaders
This commit is contained in:
parent
feea0c9d95
commit
e3509fd4d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue