projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d894f6
)
r600g: add missing r300 families
author
Marek Olšák
<maraeo@gmail.com>
Tue, 7 Jun 2011 18:51:03 +0000
(20:51 +0200)
committer
Marek Olšák
<maraeo@gmail.com>
Tue, 7 Jun 2011 19:02:52 +0000
(21:02 +0200)
Wondering why r600g needs to include r300_pci_ids.h
src/gallium/drivers/r600/r600.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r600/r600.h
b/src/gallium/drivers/r600/r600.h
index b1444bf94f4b56e9094aa246412db2b46a992cdc..3d6f9c23ece0ea8ee5cf315c542b221cd878563f 100644
(file)
--- a/
src/gallium/drivers/r600/r600.h
+++ b/
src/gallium/drivers/r600/r600.h
@@
-59,11
+59,16
@@
enum radeon_family {
CHIP_R300,
CHIP_R350,
CHIP_RV350,
+ CHIP_RV370,
CHIP_RV380,
CHIP_R420,
CHIP_R423,
+ CHIP_R430,
+ CHIP_R480,
+ CHIP_R481,
CHIP_RV410,
CHIP_RS400,
+ CHIP_RC410,
CHIP_RS480,
CHIP_RS600,
CHIP_RS690,