Sun Mar 11 19:20:56 2018 UTC ()
merge xf86-video-amdgpu 18.0.0.


(mrg)
diff -r1.1.1.1 -r0 xsrc/external/mit/xf86-video-amdgpu/dist/src/amdgpu_list.h
diff -r1.4 -r1.5 xsrc/external/mit/xf86-video-amdgpu/include/config.h

File Deleted: xsrc/external/mit/xf86-video-amdgpu/dist/src/Attic/amdgpu_list.h

cvs diff -r1.4 -r1.5 xsrc/external/mit/xf86-video-amdgpu/include/config.h (expand / switch to unified diff)

--- xsrc/external/mit/xf86-video-amdgpu/include/config.h 2017/08/29 04:58:03 1.4
+++ xsrc/external/mit/xf86-video-amdgpu/include/config.h 2018/03/11 19:20:56 1.5
@@ -65,73 +65,70 @@ @@ -65,73 +65,70 @@
65 65
66/* Define to 1 if you have the <sys/types.h> header file. */ 66/* Define to 1 if you have the <sys/types.h> header file. */
67#define HAVE_SYS_TYPES_H 1 67#define HAVE_SYS_TYPES_H 1
68 68
69/* Define to 1 if you have the <unistd.h> header file. */ 69/* Define to 1 if you have the <unistd.h> header file. */
70#define HAVE_UNISTD_H 1 70#define HAVE_UNISTD_H 1
71 71
72/* xextproto 7.1 available */ 72/* xextproto 7.1 available */
73#define HAVE_XEXTPROTO_71 1 73#define HAVE_XEXTPROTO_71 1
74 74
75/* Have xf86CursorResetCursor API */ 75/* Have xf86CursorResetCursor API */
76#define HAVE_XF86_CURSOR_RESET_CURSOR 1 76#define HAVE_XF86_CURSOR_RESET_CURSOR 1
77 77
78/* Have xorg_list API */ 
79#define HAVE_XORG_LIST 1 
80 
81/* Define to the sub-directory where libtool stores uninstalled libraries. */ 78/* Define to the sub-directory where libtool stores uninstalled libraries. */
82#define LT_OBJDIR ".libs/" 79#define LT_OBJDIR ".libs/"
83 80
84/* Name of package */ 81/* Name of package */
85#define PACKAGE "xf86-video-amdgpu" 82#define PACKAGE "xf86-video-amdgpu"
86 83
87/* Define to the address where bug reports for this package should be sent. */ 84/* Define to the address where bug reports for this package should be sent. */
88#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" 85#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
89 86
90/* Define to the full name of this package. */ 87/* Define to the full name of this package. */
91#define PACKAGE_NAME "xf86-video-amdgpu" 88#define PACKAGE_NAME "xf86-video-amdgpu"
92 89
93/* Define to the full name and version of this package. */ 90/* Define to the full name and version of this package. */
94#define PACKAGE_STRING "xf86-video-amdgpu 1.3.0" 91#define PACKAGE_STRING "xf86-video-amdgpu 18.0.0"
95 92
96/* Define to the one symbol short name of this package. */ 93/* Define to the one symbol short name of this package. */
97#define PACKAGE_TARNAME "xf86-video-amdgpu" 94#define PACKAGE_TARNAME "xf86-video-amdgpu"
98 95
99/* Define to the home page for this package. */ 96/* Define to the home page for this package. */
100#define PACKAGE_URL "" 97#define PACKAGE_URL ""
101 98
102/* Define to the version of this package. */ 99/* Define to the version of this package. */
103#define PACKAGE_VERSION "1.3.0" 100#define PACKAGE_VERSION "18.0.0"
104 101
105/* Major version of this package */ 102/* Major version of this package */
106#define PACKAGE_VERSION_MAJOR 1 103#define PACKAGE_VERSION_MAJOR 18
107 104
108/* Minor version of this package */ 105/* Minor version of this package */
109#define PACKAGE_VERSION_MINOR 3 106#define PACKAGE_VERSION_MINOR 0
110 107
111/* Patch version of this package */ 108/* Patch version of this package */
112#define PACKAGE_VERSION_PATCHLEVEL 0 109#define PACKAGE_VERSION_PATCHLEVEL 0
113 110
114/* Define to 1 if you have the ANSI C header files. */ 111/* Define to 1 if you have the ANSI C header files. */
115#define STDC_HEADERS 1 112#define STDC_HEADERS 1
116 113
117/* Enable glamor acceleration */ 114/* Enable glamor acceleration */
118#define USE_GLAMOR 1 115#define USE_GLAMOR 1
119 116
120/* Define to use byteswap macros from <sys/endian.h> */ 117/* Define to use byteswap macros from <sys/endian.h> */
121#define USE_SYS_ENDIAN_H 1 118#define USE_SYS_ENDIAN_H 1
122 119
123/* Version number of package */ 120/* Version number of package */
124#define VERSION "1.3.0" 121#define VERSION "18.0.0"
125 122
126/* Enable large inode numbers on Mac OS X 10.5. */ 123/* Enable large inode numbers on Mac OS X 10.5. */
127#ifndef _DARWIN_USE_64_BIT_INODE 124#ifndef _DARWIN_USE_64_BIT_INODE
128# define _DARWIN_USE_64_BIT_INODE 1 125# define _DARWIN_USE_64_BIT_INODE 1
129#endif 126#endif
130 127
131/* Number of bits in a file offset, on hosts where this is settable. */ 128/* Number of bits in a file offset, on hosts where this is settable. */
132/* #undef _FILE_OFFSET_BITS */ 129/* #undef _FILE_OFFSET_BITS */
133 130
134/* Define for large files, on AIX-style hosts. */ 131/* Define for large files, on AIX-style hosts. */
135/* #undef _LARGE_FILES */ 132/* #undef _LARGE_FILES */
136 133
137/* Define to 16-bit byteswap macro */ 134/* Define to 16-bit byteswap macro */