summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_screen.c
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-02-27 08:23:01 -0800
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-02-27 10:19:22 -0800
commit4ef8c047ea4cdbf9bc31920d58205620b857fe3c (patch)
tree1ece1bd3c1dc2cadb63111253463e394888d9396 /src/gallium/drivers/r300/r300_screen.c
parent65021162a494cfffd6b0d50d3e93fb1082e90332 (diff)
r300-gallium: Add RS600 chipsets.
Diffstat (limited to 'src/gallium/drivers/r300/r300_screen.c')
-rw-r--r--src/gallium/drivers/r300/r300_screen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_screen.c b/src/gallium/drivers/r300/r300_screen.c
index 5ff9015a7b..470e1e2acb 100644
--- a/src/gallium/drivers/r300/r300_screen.c
+++ b/src/gallium/drivers/r300/r300_screen.c
@@ -50,6 +50,7 @@ static const char* chip_families[] = {
"RC410",
"RS480",
"RS482",
+ "RS600",
"RS690",
"RS740",
"RV515",