From: Marek Olšák Date: Thu, 4 Aug 2016 14:22:59 +0000 (+0200) Subject: gallium/radeon: increase the size of the renderer string X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ef836c0d045e0992f55f8d802be8165425f10978;p=mesa.git gallium/radeon: increase the size of the renderer string Mine is longer than 64 bytes. Reviewed-by: Nicolai Hähnle --- diff --git a/src/gallium/drivers/radeon/r600_pipe_common.h b/src/gallium/drivers/radeon/r600_pipe_common.h index 91e3cb29928..e4002f944cd 100644 --- a/src/gallium/drivers/radeon/r600_pipe_common.h +++ b/src/gallium/drivers/radeon/r600_pipe_common.h @@ -388,7 +388,7 @@ struct r600_common_screen { unsigned gpu_load_counter_idle; volatile unsigned gpu_load_stop_thread; /* bool */ - char renderer_string[64]; + char renderer_string[100]; /* Performance counters. */ struct r600_perfcounters *perfcounters;