summaryrefslogtreecommitdiff
path: root/xc
diff options
context:
space:
mode:
authoralanh <alanh>2002-11-05 10:10:54 +0000
committeralanh <alanh>2002-11-05 10:10:54 +0000
commit1f6c47e38e192fc2fecf25a88cec0cc600bcff3f (patch)
tree1963ea0676538ef5c13fb0c5ef6c654669968970 /xc
parent86f037a26dc987c827102b8a80f83a3c63248caa (diff)
add GlxBuiltInR200
Diffstat (limited to 'xc')
-rw-r--r--xc/config/cf/xfree86.cf18
1 files changed, 13 insertions, 5 deletions
diff --git a/xc/config/cf/xfree86.cf b/xc/config/cf/xfree86.cf
index 61d169e8a..5243fdb39 100644
--- a/xc/config/cf/xfree86.cf
+++ b/xc/config/cf/xfree86.cf
@@ -337,7 +337,7 @@ XCOMM $Xorg: xfree86.cf,v 1.4 2000/08/17 19:41:49 cpqbld Exp $
# endif
# ifndef DriDrivers
-# define DriDrivers gamma i810 i830 mga r128 radeon \
+# define DriDrivers gamma i810 i830 mga r128 radeon r200 \
/*sis*/ tdfx DevelDRIDrivers
# endif
#endif
@@ -421,7 +421,7 @@ XCOMM $Xorg: xfree86.cf,v 1.4 2000/08/17 19:41:49 cpqbld Exp $
# define DevelDRIDrivers /**/
-# define DriDrivers gamma i810 mga r128 radeon \
+# define DriDrivers gamma i810 mga r128 radeon r200 \
TdfxDriDriver DevelDRIDrivers
#endif /*x86_64Arcitecture*/
@@ -768,7 +768,7 @@ XCOMM $Xorg: xfree86.cf,v 1.4 2000/08/17 19:41:49 cpqbld Exp $
XF86OSCardDrivers XF86ExtraCardDrivers
# endif
# ifndef DriDrivers
-# define DriDrivers gamma tdfx mga r128 radeon /*sis*/
+# define DriDrivers gamma tdfx mga r128 radeon r200 /*sis*/
# endif
#endif
@@ -856,7 +856,7 @@ XCOMM $Xorg: xfree86.cf,v 1.4 2000/08/17 19:41:49 cpqbld Exp $
XF86OSCardDrivers XF86ExtraCardDrivers
# endif
# ifndef DriDrivers
-# define DriDrivers gamma tdfx mga r128 radeon
+# define DriDrivers gamma tdfx mga r128 radeon r200
# endif
#endif
@@ -945,7 +945,7 @@ XCOMM $Xorg: xfree86.cf,v 1.4 2000/08/17 19:41:49 cpqbld Exp $
# define TdfxDriDriver /**/
# endif
# ifndef DriDrivers
-# define DriDrivers gamma tdfx mga r128 radeon
+# define DriDrivers gamma tdfx mga r128 radeon r200
# endif
#endif
@@ -1159,6 +1159,9 @@ IPLAN2P8_DEFS = -DUSE_IPLAN2P8
# ifndef GlxBuiltInRadeon
# define GlxBuiltInRadeon NO
# endif
+# ifndef GlxBuiltInR200
+# define GlxBuiltInR200 NO
+# endif
# ifndef GlxBuiltInFfb
# define GlxBuiltInFfb NO
# endif
@@ -1172,6 +1175,7 @@ IPLAN2P8_DEFS = -DUSE_IPLAN2P8
GlxBuiltInI830 || \
GlxBuiltInR128 || \
GlxBuiltInRadeon || \
+ GlxBuiltInR200 || \
GlxBuildInFfb || \
GlxBuiltInSIS
# define GlxDriverUsesMesa YES
@@ -1184,6 +1188,7 @@ IPLAN2P8_DEFS = -DUSE_IPLAN2P8
GlxBuiltInI830 || \
GlxBuiltInR128 || \
GlxBuiltInRadeon || \
+ GlxBuiltInR200 || \
GlxBuiltInFfb || \
GlxBuiltInSIS
# define GlxUseBuiltInDRIDriver YES
@@ -1216,6 +1221,9 @@ IPLAN2P8_DEFS = -DUSE_IPLAN2P8
# if GlxBuiltInRadeon
# define DriDrivers radeon
# endif
+# if GlxBuiltInR200
+# define DriDrivers r200
+# endif
# if GlxBuiltInSIS
# define DriDrivers sis
# endif