summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2016-08-04 16:22:59 +0200
committerMarek Olšák <[email protected]>2016-08-10 01:11:10 +0200
commitef836c0d045e0992f55f8d802be8165425f10978 (patch)
treea562e2e73d8c5a9ca9df472b9fb6bf5374cc3757
parent739d526b0757fb544322d3e03447d11de9a51b40 (diff)
gallium/radeon: increase the size of the renderer string
Mine is longer than 64 bytes. Reviewed-by: Nicolai Hähnle <[email protected]>
-rw-r--r--src/gallium/drivers/radeon/r600_pipe_common.h2
1 files changed, 1 insertions, 1 deletions
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;