projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f22c09
)
fd.o bug #2576: Add support for ATI RN50/ES1000. (ATI Technologies Inc.)
author
Michel Dänzer
<michel@daenzer.net>
Fri, 18 Feb 2005 20:03:33 +0000
(20:03 +0000)
committer
Michel Dänzer
<michel@daenzer.net>
Fri, 18 Feb 2005 20:03:33 +0000
(20:03 +0000)
src/mesa/drivers/dri/radeon/radeon_screen.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/radeon/radeon_screen.c
b/src/mesa/drivers/dri/radeon/radeon_screen.c
index 9687b7efac1680dedb2e05bbaf63b90077ef2b26..eba24d82d6acb3ae24174e0c510406731982e112 100644
(file)
--- a/
src/mesa/drivers/dri/radeon/radeon_screen.c
+++ b/
src/mesa/drivers/dri/radeon/radeon_screen.c
@@
-88,6
+88,8
@@
static const GLuint __driNConfigOptions = 12;
#define PCI_CHIP_RADEON_QY 0x5159
#define PCI_CHIP_RADEON_QZ 0x515A
+#define PCI_CHIP_RN50_5969 0x5969
+
#define PCI_CHIP_RADEON_LW 0x4C57 /* mobility 7 - has tcl */
#define PCI_CHIP_RADEON_LX 0x4C58 /* mobility FireGL 7800 m7 */
@@
-322,6
+324,7
@@
radeonScreenPtr radeonCreateScreen( __DRIscreenPrivate *sPriv )
screen->chipset |= RADEON_CHIPSET_TCL;
case PCI_CHIP_RADEON_QY:
case PCI_CHIP_RADEON_QZ:
+ case PCI_CHIP_RN50_5969:
case PCI_CHIP_RADEON_LY:
case PCI_CHIP_RADEON_LZ:
case PCI_CHIP_RS100_4136: /* IGPs don't have TCL */