projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f2d9a8
)
r300g: fix the GPU name in the renderer string
author
Marek Olšák
<maraeo@gmail.com>
Wed, 9 Jan 2013 15:26:24 +0000
(16:26 +0100)
committer
Marek Olšák
<maraeo@gmail.com>
Wed, 9 Jan 2013 15:40:37 +0000
(16:40 +0100)
Broken by
ca474f98f2cda5cb333e9f851
.
src/gallium/drivers/r300/r300_screen.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r300/r300_screen.c
b/src/gallium/drivers/r300/r300_screen.c
index
762f607
..
bca3e85
100644
(file)
--- a/
src/gallium/drivers/r300/r300_screen.c
+++ b/
src/gallium/drivers/r300/r300_screen.c
@@
-48,6
+48,7
@@
static const char* r300_get_vendor(struct pipe_screen* pscreen)
}
static const char* chip_families[] = {
+ "unknown",
"ATI R300",
"ATI R350",
"ATI RV350",