diff options
author | Corbin Simpson <[email protected]> | 2009-02-27 08:23:01 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-02-27 10:19:22 -0800 |
commit | 4ef8c047ea4cdbf9bc31920d58205620b857fe3c (patch) | |
tree | 1ece1bd3c1dc2cadb63111253463e394888d9396 /src/gallium/drivers/r300/r300_screen.c | |
parent | 65021162a494cfffd6b0d50d3e93fb1082e90332 (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.c | 1 |
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 5ff9015a7bf..470e1e2acb9 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", |