projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
739d526
)
gallium/radeon: increase the size of the renderer string
author
Marek Olšák
<marek.olsak@amd.com>
Thu, 4 Aug 2016 14:22:59 +0000
(16:22 +0200)
committer
Marek Olšák
<marek.olsak@amd.com>
Tue, 9 Aug 2016 23:11:10 +0000
(
01:11
+0200)
Mine is longer than 64 bytes.
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
src/gallium/drivers/radeon/r600_pipe_common.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/radeon/r600_pipe_common.h
b/src/gallium/drivers/radeon/r600_pipe_common.h
index 91e3cb29928a2a83a97eda157e730fc2f6f946e9..e4002f944cd2020c02d487a35abaa51f45dd25c9 100644
(file)
--- 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;