Module Name: xsrc
Committed By: mrg
Date: Wed Aug 17 00:09:45 UTC 2016
Modified Files:
xsrc/external/mit/xf86-video-ati-kms/include: config.h
Log Message:
update for xf86-video-ati 7.7.0
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
xsrc/external/mit/xf86-video-ati-kms/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-kms/include/config.h
diff -u xsrc/external/mit/xf86-video-ati-kms/include/config.h:1.1 xsrc/external/mit/xf86-video-ati-kms/include/config.h:1.2
--- xsrc/external/mit/xf86-video-ati-kms/include/config.h:1.1 Sun Mar 1 10:29:27 2015
+++ xsrc/external/mit/xf86-video-ati-kms/include/config.h Wed Aug 17 00:09:45 2016
@@ -9,6 +9,18 @@
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
+/* Define to 1 if you have the <dri3.h> header file. */
+#undef HAVE_DRI3_H
+
+/* Have fbGlyphs API */
+#undef HAVE_FBGLYPHS
+
+/* Have glamor_egl_destroy_textured_pixmap API */
+#undef HAVE_GLAMOR_EGL_DESTROY_TEXTURED_PIXMAP
+
+/* Have glamor_glyphs_init API */
+#undef HAVE_GLAMOR_GLYPHS_INIT
+
/* Define to 1 if you have the <glamor.h> header file. */
/* #undef HAVE_GLAMOR_H */
@@ -18,12 +30,15 @@
/* libudev support */
/* #undef HAVE_LIBUDEV */
-/* Define to 1 if you have the <list.h> header file. */
-#define HAVE_LIST_H 1
-
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
+/* Define to 1 if you have the <misyncshm.h> header file. */
+/* #define HAVE_MISYNCSHM_H 1 */
+
+/* Define to 1 if you have the <present.h> header file. */
+/* #define HAVE_PRESENT_H 1 */
+
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
@@ -48,11 +63,14 @@
/* xextproto 7.1 available */
#define HAVE_XEXTPROTO_71 1
+// XXXMRG
+/* Have xf86CursorResetCursor API */
+#undef HAVE_XF86_CURSOR_RESET_CURSOR
+
/* Have xorg_list API */
/* #undef HAVE_XORG_LIST */
-/* Define to the sub-directory in which libtool stores uninstalled libraries.
- */
+/* Define to the sub-directory where libtool stores uninstalled libraries. */
#define LT_OBJDIR ".libs/"
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
@@ -68,7 +86,7 @@
#define PACKAGE_NAME "xf86-video-ati"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xf86-video-ati 7.5.0"
+#define PACKAGE_STRING "xf86-video-ati 7.7.0"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "xf86-video-ati"
@@ -77,13 +95,13 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "7.5.0"
+#define PACKAGE_VERSION "7.7.0"
/* Major version of this package */
#define PACKAGE_VERSION_MAJOR 7
/* Minor version of this package */
-#define PACKAGE_VERSION_MINOR 5
+#define PACKAGE_VERSION_MINOR 7
/* Patch version of this package */
#define PACKAGE_VERSION_PATCHLEVEL 0
@@ -98,7 +116,7 @@
#define USE_SYS_ENDIAN_H 1
/* Version number of package */
-#define VERSION "7.5.0"
+#define VERSION "7.7.0"
/* Enable large inode numbers on Mac OS X 10.5. */
#ifndef _DARWIN_USE_64_BIT_INODE