projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bd3907
)
Add support for production version of ATI RN50/ES1000. (ATI Technologies
author
Michel Dänzer
<michel@daenzer.net>
Fri, 18 Mar 2005 23:05:07 +0000
(23:05 +0000)
committer
Michel Dänzer
<michel@daenzer.net>
Fri, 18 Mar 2005 23:05:07 +0000
(23:05 +0000)
Inc.)
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
08c85fd
..
cfba884
100644
(file)
--- a/
src/mesa/drivers/dri/radeon/radeon_screen.c
+++ b/
src/mesa/drivers/dri/radeon/radeon_screen.c
@@
-89,6
+89,7
@@
static const GLuint __driNConfigOptions = 13;
#define PCI_CHIP_RADEON_QY 0x5159
#define PCI_CHIP_RADEON_QZ 0x515A
+#define PCI_CHIP_RN50_515E 0x515E
#define PCI_CHIP_RN50_5969 0x5969
#define PCI_CHIP_RADEON_LW 0x4C57 /* mobility 7 - has tcl */
@@
-325,6
+326,7
@@
radeonScreenPtr radeonCreateScreen( __DRIscreenPrivate *sPriv )
screen->chipset |= RADEON_CHIPSET_TCL;
case PCI_CHIP_RADEON_QY:
case PCI_CHIP_RADEON_QZ:
+ case PCI_CHIP_RN50_515E:
case PCI_CHIP_RN50_5969:
case PCI_CHIP_RADEON_LY:
case PCI_CHIP_RADEON_LZ: