Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[xsrc/trunk]: xsrc/external/mit/xf86-video-amdgpu merge xf86-video-amdgpu 19....



details:   https://anonhg.NetBSD.org/xsrc/rev/3e8a878904ed
branches:  trunk
changeset: 10193:3e8a878904ed
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Mar 08 10:12:16 2019 +0000

description:
merge xf86-video-amdgpu 19.0.0.

diffstat:

 external/mit/xf86-video-amdgpu/dist/README      |  25 -------------------------
 external/mit/xf86-video-amdgpu/include/config.h |  10 +++++-----
 2 files changed, 5 insertions(+), 30 deletions(-)

diffs (67 lines):

diff -r 8b80d0653e2f -r 3e8a878904ed external/mit/xf86-video-amdgpu/dist/README
--- a/external/mit/xf86-video-amdgpu/dist/README        Fri Mar 08 10:11:25 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-xf86-video-amdgpu - AMD Radeon video driver for the Xorg X server
-
-Patches and questions regarding this software should be directed at the
-amd-gfx mailing list:
-
-        https://lists.freedesktop.org/mailman/listinfo/amd-gfx
-
-Please submit bug reports to the Xorg bugzilla:
-
-        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/AMDgpu
-
-The master development code repository can be found at:
-
-        git://anongit.freedesktop.org/git/xorg/driver/xf86-video-amdgpu
-
-        https://cgit.freedesktop.org/xorg/driver/xf86-video-amdgpu
-
-For patch submission instructions, see:
-
-        https://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
-        https://wiki.x.org/wiki/GitPage
-
diff -r 8b80d0653e2f -r 3e8a878904ed external/mit/xf86-video-amdgpu/include/config.h
--- a/external/mit/xf86-video-amdgpu/include/config.h   Fri Mar 08 10:11:25 2019 +0000
+++ b/external/mit/xf86-video-amdgpu/include/config.h   Fri Mar 08 10:12:16 2019 +0000
@@ -88,7 +88,7 @@
 #define PACKAGE_NAME "xf86-video-amdgpu"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xf86-video-amdgpu 18.1.0"
+#define PACKAGE_STRING "xf86-video-amdgpu 19.0.0"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "xf86-video-amdgpu"
@@ -97,13 +97,13 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "18.1.0"
+#define PACKAGE_VERSION "19.0.0"
 
 /* Major version of this package */
-#define PACKAGE_VERSION_MAJOR 18
+#define PACKAGE_VERSION_MAJOR 19
 
 /* Minor version of this package */
-#define PACKAGE_VERSION_MINOR 1
+#define PACKAGE_VERSION_MINOR 0
 
 /* Patch version of this package */
 #define PACKAGE_VERSION_PATCHLEVEL 0
@@ -118,7 +118,7 @@
 #define USE_SYS_ENDIAN_H 1
 
 /* Version number of package */
-#define VERSION "18.1.0"
+#define VERSION "19.0.0"
 
 /* Enable large inode numbers on Mac OS X 10.5.  */
 #ifndef _DARWIN_USE_64_BIT_INODE



Home | Main Index | Thread Index | Old Index