summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_screen.c
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2011-06-07 20:59:56 +0200
committerMarek Olšák <maraeo@gmail.com>2011-06-07 21:02:52 +0200
commitd7111353bd52fa54ae6c0defd6d1c4a86fbfb3b3 (patch)
tree184d5d327a5704a70bc206cc073004e357c52a43 /src/gallium/drivers/r300/r300_screen.c
parent4123131f3cc17942ab02b13d2a3bc338951051d5 (diff)
downloadexternal_mesa3d-d7111353bd52fa54ae6c0defd6d1c4a86fbfb3b3.zip
external_mesa3d-d7111353bd52fa54ae6c0defd6d1c4a86fbfb3b3.tar.gz
external_mesa3d-d7111353bd52fa54ae6c0defd6d1c4a86fbfb3b3.tar.bz2
r300g: consolidate deducing chipset info
Use the new PCI ID table, make it simpler.
Diffstat (limited to 'src/gallium/drivers/r300/r300_screen.c')
-rw-r--r--src/gallium/drivers/r300/r300_screen.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/gallium/drivers/r300/r300_screen.c b/src/gallium/drivers/r300/r300_screen.c
index 7a1366a..fae03ac 100644
--- a/src/gallium/drivers/r300/r300_screen.c
+++ b/src/gallium/drivers/r300/r300_screen.c
@@ -48,20 +48,18 @@ static const char* r300_get_vendor(struct pipe_screen* pscreen)
static const char* chip_families[] = {
"ATI R300",
"ATI R350",
- "ATI R360",
"ATI RV350",
"ATI RV370",
"ATI RV380",
+ "ATI RS400",
+ "ATI RC410",
+ "ATI RS480",
"ATI R420",
"ATI R423",
"ATI R430",
"ATI R480",
"ATI R481",
"ATI RV410",
- "ATI RS400",
- "ATI RC410",
- "ATI RS480",
- "ATI RS482",
"ATI RS600",
"ATI RS690",
"ATI RS740",