projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17f3b80
)
r600g: add back evergreen name.
author
Dave Airlie
<airlied@redhat.com>
Tue, 28 Sep 2010 22:31:51 +0000
(08:31 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Tue, 28 Sep 2010 23:19:22 +0000
(09:19 +1000)
src/gallium/drivers/r600/r600_state2.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r600/r600_state2.c
b/src/gallium/drivers/r600/r600_state2.c
index bbbf2790cccbbdd5eec24756f4fecca4007b0dd1..9e37af8fec23219719d32a6b31f5df90a7430c61 100644
(file)
--- a/
src/gallium/drivers/r600/r600_state2.c
+++ b/
src/gallium/drivers/r600/r600_state2.c
@@
-343,8
+343,10
@@
static const char* r600_get_name(struct pipe_screen* pscreen)
if (family >= CHIP_R600 && family < CHIP_RV770)
return "R600 (HD2XXX,HD3XXX)";
- else
+ else
if (family < CHIP_CEDAR)
return "R700 (HD4XXX)";
+ else
+ return "EVERGREEN";
}
static int r600_get_param(struct pipe_screen* pscreen, enum pipe_cap param)