CVS commit: xsrc/external/mit/xf86-video-ati/include

2012-09-23 Thread Bernd Ernesti
Module Name:xsrc
Committed By:   veego
Date:   Sun Sep 23 20:06:51 UTC 2012

Modified Files:
xsrc/external/mit/xf86-video-ati/include: config.h

Log Message:
update for xf86-video-ati 6.14.6


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 xsrc/external/mit/xf86-video-ati/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-ati/include/config.h
diff -u xsrc/external/mit/xf86-video-ati/include/config.h:1.13 xsrc/external/mit/xf86-video-ati/include/config.h:1.14
--- xsrc/external/mit/xf86-video-ati/include/config.h:1.13	Sun Jun  3 16:43:30 2012
+++ xsrc/external/mit/xf86-video-ati/include/config.h	Sun Sep 23 20:06:51 2012
@@ -25,7 +25,7 @@
 /* #undef HAVE_LIBUDEV */
 
 /* Define to 1 if you have the  header file. */
-#undef HAVE_LIST_H
+#define HAVE_LIST_H 1
 
 /* Define to 1 if you have the  header file. */
 #define HAVE_MEMORY_H 1
@@ -63,6 +63,9 @@
 /* Have xf86ModeBandwidth prototype */
 #define HAVE_XF86MODEBANDWIDTH 1
 
+/* Have xorg_list API */
+/* #undef HAVE_XORG_LIST */
+
 /* Have xf86XVFillKeyHelperDrawable prototype */
 #define HAVE_XV_DRAWABLE_HELPER 1
 
@@ -71,7 +74,7 @@
 #define LT_OBJDIR ".libs/"
 
 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
-#undef NO_MINUS_C_MINUS_O
+/* #undef NO_MINUS_C_MINUS_O */
 
 /* Name of package */
 #define PACKAGE "xf86-video-ati"
@@ -83,16 +86,16 @@
 #define PACKAGE_NAME "xf86-video-ati"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xf86-video-ati 6.14.4"
+#define PACKAGE_STRING "xf86-video-ati 6.14.6"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "xf86-video-ati"
 
 /* Define to the home page for this package. */
-#undef PACKAGE_URL
+#define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "6.14.4"
+#define PACKAGE_VERSION "6.14.6"
 
 /* Major version of this package */
 #define PACKAGE_VERSION_MAJOR 6
@@ -101,7 +104,7 @@
 #define PACKAGE_VERSION_MINOR 14
 
 /* Patch version of this package */
-#define PACKAGE_VERSION_PATCHLEVEL 4
+#define PACKAGE_VERSION_PATCHLEVEL 6
 
 /* Enable DRI2 code */
 #define RADEON_DRI2 1
@@ -119,7 +122,7 @@
 #define USE_XAA 1
 
 /* Version number of package */
-#define VERSION "6.14.4"
+#define VERSION "6.14.6"
 
 /* Enable DRI driver support */
 #define XF86DRI 1
@@ -128,7 +131,7 @@
 #define XF86DRI_DEVEL 1
 
 /* DRM kernel modesetting */
-/* #define XF86DRM_MODE 1 */
+/* #undef XF86DRM_MODE */
 
 /* Number of bits in a file offset, on hosts where this is settable. */
 /* #undef _FILE_OFFSET_BITS */



CVS commit: xsrc/external/mit/xf86-video-ati/include

2012-06-03 Thread Robert Swindells
Module Name:xsrc
Committed By:   rjs
Date:   Sun Jun  3 16:43:30 UTC 2012

Modified Files:
xsrc/external/mit/xf86-video-ati/include: config.h

Log Message:
update for 6.14.4


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 xsrc/external/mit/xf86-video-ati/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-ati/include/config.h
diff -u xsrc/external/mit/xf86-video-ati/include/config.h:1.12 xsrc/external/mit/xf86-video-ati/include/config.h:1.13
--- xsrc/external/mit/xf86-video-ati/include/config.h:1.12	Sat Jul 23 09:32:27 2011
+++ xsrc/external/mit/xf86-video-ati/include/config.h	Sun Jun  3 16:43:30 2012
@@ -83,7 +83,7 @@
 #define PACKAGE_NAME "xf86-video-ati"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xf86-video-ati 6.14.2"
+#define PACKAGE_STRING "xf86-video-ati 6.14.4"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "xf86-video-ati"
@@ -92,7 +92,7 @@
 #undef PACKAGE_URL
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "6.14.2"
+#define PACKAGE_VERSION "6.14.4"
 
 /* Major version of this package */
 #define PACKAGE_VERSION_MAJOR 6
@@ -101,7 +101,7 @@
 #define PACKAGE_VERSION_MINOR 14
 
 /* Patch version of this package */
-#define PACKAGE_VERSION_PATCHLEVEL 2
+#define PACKAGE_VERSION_PATCHLEVEL 4
 
 /* Enable DRI2 code */
 #define RADEON_DRI2 1
@@ -119,7 +119,7 @@
 #define USE_XAA 1
 
 /* Version number of package */
-#define VERSION "6.14.2"
+#define VERSION "6.14.4"
 
 /* Enable DRI driver support */
 #define XF86DRI 1



CVS commit: xsrc/external/mit/xf86-video-ati/include

2011-07-23 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Sat Jul 23 09:32:27 UTC 2011

Modified Files:
xsrc/external/mit/xf86-video-ati/include: config.h

Log Message:
update for 6.14.2


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 xsrc/external/mit/xf86-video-ati/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-ati/include/config.h
diff -u xsrc/external/mit/xf86-video-ati/include/config.h:1.11 xsrc/external/mit/xf86-video-ati/include/config.h:1.12
--- xsrc/external/mit/xf86-video-ati/include/config.h:1.11	Sun Mar 20 07:09:33 2011
+++ xsrc/external/mit/xf86-video-ati/include/config.h	Sat Jul 23 09:32:27 2011
@@ -83,7 +83,7 @@
 #define PACKAGE_NAME "xf86-video-ati"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xf86-video-ati 6.14.1"
+#define PACKAGE_STRING "xf86-video-ati 6.14.2"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "xf86-video-ati"
@@ -92,7 +92,7 @@
 #undef PACKAGE_URL
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "6.14.1"
+#define PACKAGE_VERSION "6.14.2"
 
 /* Major version of this package */
 #define PACKAGE_VERSION_MAJOR 6
@@ -101,7 +101,7 @@
 #define PACKAGE_VERSION_MINOR 14
 
 /* Patch version of this package */
-#define PACKAGE_VERSION_PATCHLEVEL 1
+#define PACKAGE_VERSION_PATCHLEVEL 2
 
 /* Enable DRI2 code */
 #define RADEON_DRI2 1
@@ -119,7 +119,7 @@
 #define USE_XAA 1
 
 /* Version number of package */
-#define VERSION "6.14.1"
+#define VERSION "6.14.2"
 
 /* Enable DRI driver support */
 #define XF86DRI 1



CVS commit: xsrc/external/mit/xf86-video-ati/include

2011-03-20 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Sun Mar 20 07:09:33 UTC 2011

Modified Files:
xsrc/external/mit/xf86-video-ati/include: config.h

Log Message:
update for xf86-video-ati 6.14.1


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 xsrc/external/mit/xf86-video-ati/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-ati/include/config.h
diff -u xsrc/external/mit/xf86-video-ati/include/config.h:1.10 xsrc/external/mit/xf86-video-ati/include/config.h:1.11
--- xsrc/external/mit/xf86-video-ati/include/config.h:1.10	Mon Feb 21 01:01:00 2011
+++ xsrc/external/mit/xf86-video-ati/include/config.h	Sun Mar 20 07:09:33 2011
@@ -83,7 +83,7 @@
 #define PACKAGE_NAME "xf86-video-ati"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xf86-video-ati 6.14.0"
+#define PACKAGE_STRING "xf86-video-ati 6.14.1"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "xf86-video-ati"
@@ -92,7 +92,7 @@
 #undef PACKAGE_URL
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "6.14.0"
+#define PACKAGE_VERSION "6.14.1"
 
 /* Major version of this package */
 #define PACKAGE_VERSION_MAJOR 6
@@ -101,7 +101,7 @@
 #define PACKAGE_VERSION_MINOR 14
 
 /* Patch version of this package */
-#define PACKAGE_VERSION_PATCHLEVEL 0
+#define PACKAGE_VERSION_PATCHLEVEL 1
 
 /* Enable DRI2 code */
 #define RADEON_DRI2 1
@@ -119,7 +119,7 @@
 #define USE_XAA 1
 
 /* Version number of package */
-#define VERSION "6.14.0"
+#define VERSION "6.14.1"
 
 /* Enable DRI driver support */
 #define XF86DRI 1



CVS commit: xsrc/external/mit/xf86-video-ati/include

2011-02-20 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Mon Feb 21 01:01:00 UTC 2011

Modified Files:
xsrc/external/mit/xf86-video-ati/include: config.h

Log Message:
regenerate this for x86-video-ati 6.14.0


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 xsrc/external/mit/xf86-video-ati/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-ati/include/config.h
diff -u xsrc/external/mit/xf86-video-ati/include/config.h:1.9 xsrc/external/mit/xf86-video-ati/include/config.h:1.10
--- xsrc/external/mit/xf86-video-ati/include/config.h:1.9	Sat Nov 20 10:13:30 2010
+++ xsrc/external/mit/xf86-video-ati/include/config.h	Mon Feb 21 01:01:00 2011
@@ -24,6 +24,9 @@
 /* libudev support */
 /* #undef HAVE_LIBUDEV */
 
+/* Define to 1 if you have the  header file. */
+#undef HAVE_LIST_H
+
 /* Define to 1 if you have the  header file. */
 #define HAVE_MEMORY_H 1
 
@@ -80,7 +83,7 @@
 #define PACKAGE_NAME "xf86-video-ati"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xf86-video-ati 6.13.2"
+#define PACKAGE_STRING "xf86-video-ati 6.14.0"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "xf86-video-ati"
@@ -89,16 +92,16 @@
 #undef PACKAGE_URL
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "6.13.2"
+#define PACKAGE_VERSION "6.14.0"
 
 /* Major version of this package */
 #define PACKAGE_VERSION_MAJOR 6
 
 /* Minor version of this package */
-#define PACKAGE_VERSION_MINOR 13
+#define PACKAGE_VERSION_MINOR 14
 
 /* Patch version of this package */
-#define PACKAGE_VERSION_PATCHLEVEL 2
+#define PACKAGE_VERSION_PATCHLEVEL 0
 
 /* Enable DRI2 code */
 #define RADEON_DRI2 1
@@ -116,7 +119,7 @@
 #define USE_XAA 1
 
 /* Version number of package */
-#define VERSION "6.13.2"
+#define VERSION "6.14.0"
 
 /* Enable DRI driver support */
 #define XF86DRI 1



CVS commit: xsrc/external/mit/xf86-video-ati/include

2010-11-20 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Sat Nov 20 10:13:30 UTC 2010

Modified Files:
xsrc/external/mit/xf86-video-ati/include: config.h

Log Message:
regenerate this for 6.13.2


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 xsrc/external/mit/xf86-video-ati/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-ati/include/config.h
diff -u xsrc/external/mit/xf86-video-ati/include/config.h:1.8 xsrc/external/mit/xf86-video-ati/include/config.h:1.9
--- xsrc/external/mit/xf86-video-ati/include/config.h:1.8	Sat Jul 17 07:55:34 2010
+++ xsrc/external/mit/xf86-video-ati/include/config.h	Sat Nov 20 10:13:30 2010
@@ -67,6 +67,9 @@
*/
 #define LT_OBJDIR ".libs/"
 
+/* Define to 1 if your C compiler doesn't accept -c and -o together. */
+#undef NO_MINUS_C_MINUS_O
+
 /* Name of package */
 #define PACKAGE "xf86-video-ati"
 
@@ -77,13 +80,16 @@
 #define PACKAGE_NAME "xf86-video-ati"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xf86-video-ati 6.13.1"
+#define PACKAGE_STRING "xf86-video-ati 6.13.2"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "xf86-video-ati"
 
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "6.13.1"
+#define PACKAGE_VERSION "6.13.2"
 
 /* Major version of this package */
 #define PACKAGE_VERSION_MAJOR 6
@@ -92,7 +98,7 @@
 #define PACKAGE_VERSION_MINOR 13
 
 /* Patch version of this package */
-#define PACKAGE_VERSION_PATCHLEVEL 1
+#define PACKAGE_VERSION_PATCHLEVEL 2
 
 /* Enable DRI2 code */
 #define RADEON_DRI2 1
@@ -110,7 +116,7 @@
 #define USE_XAA 1
 
 /* Version number of package */
-#define VERSION "6.13.1"
+#define VERSION "6.13.2"
 
 /* Enable DRI driver support */
 #define XF86DRI 1
@@ -121,9 +127,6 @@
 /* DRM kernel modesetting */
 /* #define XF86DRM_MODE 1 */
 
-/* X server has built-in mode code */
-#define XMODES 1
-
 /* Number of bits in a file offset, on hosts where this is settable. */
 /* #undef _FILE_OFFSET_BITS */
 



CVS commit: xsrc/external/mit/xf86-video-ati/include

2010-07-17 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Sat Jul 17 07:03:56 UTC 2010

Modified Files:
xsrc/external/mit/xf86-video-ati/include: config.h

Log Message:
fix the previous; it wasn't the right one.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 xsrc/external/mit/xf86-video-ati/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-ati/include/config.h
diff -u xsrc/external/mit/xf86-video-ati/include/config.h:1.6 xsrc/external/mit/xf86-video-ati/include/config.h:1.7
--- xsrc/external/mit/xf86-video-ati/include/config.h:1.6	Sat Jul 17 06:38:45 2010
+++ xsrc/external/mit/xf86-video-ati/include/config.h	Sat Jul 17 07:03:56 2010
@@ -22,7 +22,7 @@
 #define HAVE_INTTYPES_H 1
 
 /* libudev support */
-#undef HAVE_LIBUDEV
+/* #undef HAVE_LIBUDEV */
 
 /* Define to 1 if you have the  header file. */
 #define HAVE_MEMORY_H 1
@@ -95,7 +95,7 @@
 #define PACKAGE_VERSION_PATCHLEVEL 1
 
 /* Enable DRI2 code */
-/* #undef RADEON_DRI2 */
+#define RADEON_DRI2 1
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
@@ -119,7 +119,7 @@
 #define XF86DRI_DEVEL 1
 
 /* DRM kernel modesetting */
-/* #undef XF86DRM_MODE */
+#define XF86DRM_MODE 1
 
 /* X server has built-in mode code */
 #define XMODES 1



CVS commit: xsrc/external/mit/xf86-video-ati/include

2010-07-16 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Sat Jul 17 06:38:45 UTC 2010

Modified Files:
xsrc/external/mit/xf86-video-ati/include: config.h

Log Message:
update for xf86-video-ati 6.13.1


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 xsrc/external/mit/xf86-video-ati/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-ati/include/config.h
diff -u xsrc/external/mit/xf86-video-ati/include/config.h:1.5 xsrc/external/mit/xf86-video-ati/include/config.h:1.6
--- xsrc/external/mit/xf86-video-ati/include/config.h:1.5	Sun May 23 06:12:33 2010
+++ xsrc/external/mit/xf86-video-ati/include/config.h	Sat Jul 17 06:38:45 2010
@@ -21,6 +21,9 @@
 /* Define to 1 if you have the  header file. */
 #define HAVE_INTTYPES_H 1
 
+/* libudev support */
+#undef HAVE_LIBUDEV
+
 /* Define to 1 if you have the  header file. */
 #define HAVE_MEMORY_H 1
 
@@ -74,13 +77,13 @@
 #define PACKAGE_NAME "xf86-video-ati"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xf86-video-ati 6.13.0"
+#define PACKAGE_STRING "xf86-video-ati 6.13.1"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "xf86-video-ati"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "6.13.0"
+#define PACKAGE_VERSION "6.13.1"
 
 /* Major version of this package */
 #define PACKAGE_VERSION_MAJOR 6
@@ -89,7 +92,7 @@
 #define PACKAGE_VERSION_MINOR 13
 
 /* Patch version of this package */
-#define PACKAGE_VERSION_PATCHLEVEL 0
+#define PACKAGE_VERSION_PATCHLEVEL 1
 
 /* Enable DRI2 code */
 /* #undef RADEON_DRI2 */
@@ -107,7 +110,7 @@
 #define USE_XAA 1
 
 /* Version number of package */
-#define VERSION "6.13.0"
+#define VERSION "6.13.1"
 
 /* Enable DRI driver support */
 #define XF86DRI 1



CVS commit: xsrc/external/mit/xf86-video-ati/include

2010-05-22 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Sun May 23 06:12:33 UTC 2010

Modified Files:
xsrc/external/mit/xf86-video-ati/include: config.h

Log Message:
re-generate this with xf86-video-ati 6.13.0


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 xsrc/external/mit/xf86-video-ati/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-ati/include/config.h
diff -u xsrc/external/mit/xf86-video-ati/include/config.h:1.4 xsrc/external/mit/xf86-video-ati/include/config.h:1.5
--- xsrc/external/mit/xf86-video-ati/include/config.h:1.4	Sun Jan 10 09:58:42 2010
+++ xsrc/external/mit/xf86-video-ati/include/config.h	Sun May 23 06:12:33 2010
@@ -49,7 +49,7 @@
 #define HAVE_UNISTD_H 1
 
 /* xextproto 7.1 available */
-/* #undef HAVE_XEXTPROTO_71 */
+#define HAVE_XEXTPROTO_71 1
 
 /* Have xf86_crtc_clip_video_helper prototype */
 #define HAVE_XF86CRTCCLIPVIDEOHELPER 1
@@ -60,6 +60,10 @@
 /* Have xf86XVFillKeyHelperDrawable prototype */
 #define HAVE_XV_DRAWABLE_HELPER 1
 
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
+   */
+#define LT_OBJDIR ".libs/"
+
 /* Name of package */
 #define PACKAGE "xf86-video-ati"
 
@@ -70,22 +74,25 @@
 #define PACKAGE_NAME "xf86-video-ati"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xf86-video-ati 6.12.4"
+#define PACKAGE_STRING "xf86-video-ati 6.13.0"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "xf86-video-ati"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "6.12.4"
+#define PACKAGE_VERSION "6.13.0"
 
 /* Major version of this package */
 #define PACKAGE_VERSION_MAJOR 6
 
 /* Minor version of this package */
-#define PACKAGE_VERSION_MINOR 12
+#define PACKAGE_VERSION_MINOR 13
 
 /* Patch version of this package */
-#define PACKAGE_VERSION_PATCHLEVEL 4
+#define PACKAGE_VERSION_PATCHLEVEL 0
+
+/* Enable DRI2 code */
+/* #undef RADEON_DRI2 */
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
@@ -100,7 +107,7 @@
 #define USE_XAA 1
 
 /* Version number of package */
-#define VERSION "6.12.4"
+#define VERSION "6.13.0"
 
 /* Enable DRI driver support */
 #define XF86DRI 1
@@ -108,9 +115,18 @@
 /* Enable developmental DRI driver support */
 #define XF86DRI_DEVEL 1
 
+/* DRM kernel modesetting */
+/* #undef XF86DRM_MODE */
+
 /* X server has built-in mode code */
 #define XMODES 1
 
+/* Number of bits in a file offset, on hosts where this is settable. */
+/* #undef _FILE_OFFSET_BITS */
+
+/* Define for large files, on AIX-style hosts. */
+/* #undef _LARGE_FILES */
+
 /* Define to 16-bit byteswap macro */
 #define bswap_16 bswap16
 



CVS commit: xsrc/external/mit/xf86-video-ati/include

2010-01-10 Thread Bernd Ernesti
Module Name:xsrc
Committed By:   veego
Date:   Sun Jan 10 09:58:42 UTC 2010

Modified Files:
xsrc/external/mit/xf86-video-ati/include: config.h

Log Message:
Regenerate to match current source
* HAVE_FREE_SHADOW, HAVE_PCI_DEVICE_ENABLE, HAVE_XF86CRTCCLIPVIDEOHELPER and
  HAVE_XF86MODEBANDWIDTH are now enabled. Already changed for netbsd-5 but
  not on HEAD
* Commented entry added (HAVE_XEXTPROTO_71)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 xsrc/external/mit/xf86-video-ati/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-ati/include/config.h
diff -u xsrc/external/mit/xf86-video-ati/include/config.h:1.3 xsrc/external/mit/xf86-video-ati/include/config.h:1.4
--- xsrc/external/mit/xf86-video-ati/include/config.h:1.3	Tue Nov 10 04:09:15 2009
+++ xsrc/external/mit/xf86-video-ati/include/config.h	Sun Jan 10 09:58:42 2010
@@ -16,7 +16,7 @@
 #define HAVE_DLFCN_H 1
 
 /* have new FreeShadow API */
-/* #undef HAVE_FREE_SHADOW */
+#define HAVE_FREE_SHADOW 1
 
 /* Define to 1 if you have the  header file. */
 #define HAVE_INTTYPES_H 1
@@ -25,7 +25,7 @@
 #define HAVE_MEMORY_H 1
 
 /* Have pci_device_enable prototype */
-/* #undef HAVE_PCI_DEVICE_ENABLE */
+#define HAVE_PCI_DEVICE_ENABLE 1
 
 /* Define to 1 if you have the  header file. */
 #define HAVE_STDINT_H 1
@@ -48,11 +48,14 @@
 /* Define to 1 if you have the  header file. */
 #define HAVE_UNISTD_H 1
 
+/* xextproto 7.1 available */
+/* #undef HAVE_XEXTPROTO_71 */
+
 /* Have xf86_crtc_clip_video_helper prototype */
-/* #undef HAVE_XF86CRTCCLIPVIDEOHELPER */
+#define HAVE_XF86CRTCCLIPVIDEOHELPER 1
 
 /* Have xf86ModeBandwidth prototype */
-/* #undef HAVE_XF86MODEBANDWIDTH */
+#define HAVE_XF86MODEBANDWIDTH 1
 
 /* Have xf86XVFillKeyHelperDrawable prototype */
 #define HAVE_XV_DRAWABLE_HELPER 1



CVS commit: xsrc/external/mit/xf86-video-ati/include

2009-11-09 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Tue Nov 10 04:09:15 UTC 2009

Modified Files:
xsrc/external/mit/xf86-video-ati/include: config.h

Log Message:
update for xf86-video-ati 6.12.4


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/xf86-video-ati/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-ati/include/config.h
diff -u xsrc/external/mit/xf86-video-ati/include/config.h:1.2 xsrc/external/mit/xf86-video-ati/include/config.h:1.3
--- xsrc/external/mit/xf86-video-ati/include/config.h:1.2	Wed Jun 10 09:23:35 2009
+++ xsrc/external/mit/xf86-video-ati/include/config.h	Tue Nov 10 04:09:15 2009
@@ -67,13 +67,13 @@
 #define PACKAGE_NAME "xf86-video-ati"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xf86-video-ati 6.12.2"
+#define PACKAGE_STRING "xf86-video-ati 6.12.4"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "xf86-video-ati"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "6.12.2"
+#define PACKAGE_VERSION "6.12.4"
 
 /* Major version of this package */
 #define PACKAGE_VERSION_MAJOR 6
@@ -82,7 +82,7 @@
 #define PACKAGE_VERSION_MINOR 12
 
 /* Patch version of this package */
-#define PACKAGE_VERSION_PATCHLEVEL 2
+#define PACKAGE_VERSION_PATCHLEVEL 4
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
@@ -97,7 +97,7 @@
 #define USE_XAA 1
 
 /* Version number of package */
-#define VERSION "6.12.2"
+#define VERSION "6.12.4"
 
 /* Enable DRI driver support */
 #define XF86DRI 1



CVS commit: xsrc/external/mit/xf86-video-ati/include

2009-06-10 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Wed Jun 10 09:23:35 UTC 2009

Modified Files:
xsrc/external/mit/xf86-video-ati/include: config.h

Log Message:
update this from xf86-video-ati 6.12.2.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 xsrc/external/mit/xf86-video-ati/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-ati/include/config.h
diff -u xsrc/external/mit/xf86-video-ati/include/config.h:1.1 xsrc/external/mit/xf86-video-ati/include/config.h:1.2
--- xsrc/external/mit/xf86-video-ati/include/config.h:1.1	Thu Aug 28 07:23:06 2008
+++ xsrc/external/mit/xf86-video-ati/include/config.h	Wed Jun 10 09:23:35 2009
@@ -4,7 +4,7 @@
 #include "xorg-server.h"
 
 /* Use Damage extension */
-/* #undef DAMAGE */
+#define DAMAGE 1
 
 /* Use linux pragma pack */
 /* #undef FGL_LINUX */
@@ -67,22 +67,22 @@
 #define PACKAGE_NAME "xf86-video-ati"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xf86-video-ati 6.9.0"
+#define PACKAGE_STRING "xf86-video-ati 6.12.2"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "xf86-video-ati"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "6.9.0"
+#define PACKAGE_VERSION "6.12.2"
 
 /* Major version of this package */
 #define PACKAGE_VERSION_MAJOR 6
 
 /* Minor version of this package */
-#define PACKAGE_VERSION_MINOR 9
+#define PACKAGE_VERSION_MINOR 12
 
 /* Patch version of this package */
-#define PACKAGE_VERSION_PATCHLEVEL 0
+#define PACKAGE_VERSION_PATCHLEVEL 2
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
@@ -97,7 +97,7 @@
 #define USE_XAA 1
 
 /* Version number of package */
-#define VERSION "6.9.0"
+#define VERSION "6.12.2"
 
 /* Enable DRI driver support */
 #define XF86DRI 1