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-i128/dist initial import of xf86-v...



details:   https://anonhg.NetBSD.org/xsrc/rev/28a3fd53de92
branches:  trunk
changeset: 7555:28a3fd53de92
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Jun 19 09:02:15 2023 +0000

description:
initial import of xf86-video-i128-1.4.1

diffstat:

 external/mit/xf86-video-i128/dist/ChangeLog       |    113 +-
 external/mit/xf86-video-i128/dist/Makefile.in     |     52 +-
 external/mit/xf86-video-i128/dist/aclocal.m4      |   7107 ++++----
 external/mit/xf86-video-i128/dist/compile         |     17 +-
 external/mit/xf86-video-i128/dist/config.guess    |   1713 +-
 external/mit/xf86-video-i128/dist/config.h.in     |     10 +-
 external/mit/xf86-video-i128/dist/config.sub      |   2942 ++-
 external/mit/xf86-video-i128/dist/configure       |  14360 ++++++++++---------
 external/mit/xf86-video-i128/dist/configure.ac    |      6 +-
 external/mit/xf86-video-i128/dist/depcomp         |     10 +-
 external/mit/xf86-video-i128/dist/install-sh      |    179 +-
 external/mit/xf86-video-i128/dist/ltmain.sh       |    906 +-
 external/mit/xf86-video-i128/dist/man/Makefile.in |     17 +-
 external/mit/xf86-video-i128/dist/missing         |     16 +-
 external/mit/xf86-video-i128/dist/src/Makefile.in |     71 +-
 external/mit/xf86-video-i128/dist/src/i128accel.c |      2 +
 external/mit/xf86-video-i128/dist/src/i128exa.c   |      4 +-
 17 files changed, 14656 insertions(+), 12869 deletions(-)

diffs (truncated from 35263 to 300 lines):

diff -r b9ad8ff0c4d4 -r 28a3fd53de92 external/mit/xf86-video-i128/dist/ChangeLog
--- a/external/mit/xf86-video-i128/dist/ChangeLog       Mon Jun 19 09:02:13 2023 +0000
+++ b/external/mit/xf86-video-i128/dist/ChangeLog       Mon Jun 19 09:02:15 2023 +0000
@@ -1,3 +1,110 @@
+commit 20dec4447eead8288c332064e9312233655202f7
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun May 7 16:07:57 2023 -0700
+
+    xf86-video-i128 1.2.1
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 2a0606ca9d7984815c5dd5f087f7735819e7e8d1
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Apr 9 10:25:11 2023 -0700
+
+    Handle -Wempty-body warnings
+    
+    Repeated for each call of the CACHED_UPDATE macro:
+    
+    i128exa.c: In function ‘i128SetBufCtrl’:
+    i128exa.c:66:74: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
+             if (CACHE_DEBUG) I128_EXA_DEBUG(("Updated cache for " #reg "\n")); \
+                                                                              ^
+    i128exa.c:89:5: note: in expansion of macro ‘CACHED_UPDATE’
+         CACHED_UPDATE(buf_ctrl, BUF_CTRL);
+         ^~~~~~~~~~~~~
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 4e5a23aa55e5a85ae816616283e79c777d5a29fa
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Apr 9 10:21:56 2023 -0700
+
+    Handle -Wdiscarded-qualifiers warnings
+    
+    i128_driver.c: In function ‘I128PreInit’:
+    i128_driver.c:857:18: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
+               ramdac = "TI3025";
+                      ^
+    i128_driver.c:894:18: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
+               ramdac = "IBM526";
+                      ^
+    i128_driver.c:928:18: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
+               ramdac = "IBM528";
+                      ^
+    i128_driver.c:962:18: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
+               ramdac = "SilverHammer";
+                      ^
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit fc8f4fd967ffab492dfa23e3f71c3cb8d2cbc145
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Apr 9 10:19:46 2023 -0700
+
+    Handle -Wunused-const-variable warnings
+    
+    i128accel.c:95:18: warning: ‘split_size’ defined but not used [-Wunused-const-variable=]
+     static const int split_size[] = { 0x20,  0x10,  0x08, 0x00 };
+                      ^~~~~~~~~~
+    i128accel.c:94:18: warning: ‘max_size’ defined but not used [-Wunused-const-variable=]
+     static const int max_size[]   = { 0x80,  0x40,  0x20, 0x00 };
+                      ^~~~~~~~
+    i128accel.c:93:18: warning: ‘min_size’ defined but not used [-Wunused-const-variable=]
+     static const int min_size[]   = { 0x62,  0x32,  0x1A, 0x00 };
+                      ^~~~~~~~
+    i128accel.c:73:21: warning: ‘i128alu’ defined but not used [-Wunused-const-variable=]
+     static const CARD32 i128alu[16] =
+                         ^~~~~~~
+    i128exa.c:450:33: warning: ‘dest_formats’ defined but not used [-Wunused-const-variable=]
+     static const struct dest_format dest_formats[] = {
+                                     ^~~~~~~~~~~~
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit cfbbdffde628c762c5bb355f1871ce503c5d09f9
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Thu Jul 28 17:30:21 2022 -0700
+
+    gitlab CI: stop requiring Signed-off-by in commits
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 1992391af0d03c51a995b8df4791dc685e2299b2
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Jan 22 11:52:00 2022 -0800
+
+    gitlab CI: add a basic build test
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit ce6d6a8b606ff4ddb55f6096fd2bb9b361ea8a80
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Jan 22 11:51:33 2022 -0800
+
+    Fix spelling/wording issues
+    
+    Found by using:
+        codespell --builtin clear,rare,usage,informal,code,names
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 9c43b12e980c73bac1f52582d672f03ca1a31245
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Jan 22 11:47:14 2022 -0800
+
+    Build xz tarballs instead of bzip2
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
 commit 674af4475064c8eb8a7f2a9368c04c9089582f94
 Author: Kevin Brace <kevinbrace%gmx.com@localhost>
 Date:   Fri Dec 7 15:15:03 2018 -0800
@@ -688,13 +795,13 @@ Date:   Mon Oct 17 00:09:03 2005 +0000
     Use sed & cpp to substitute variables in driver man pages
 
 commit a7245466156b03b2d6a96f553a0b32bd2ea9f37c
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%daimi.au.dk@localhost>
 Date:   Tue Oct 4 20:01:03 2005 +0000
 
     Check in generated README files
 
 commit be7e3263669b7f2746b1dce8d1909576f38844ee
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%daimi.au.dk@localhost>
 Date:   Mon Oct 3 21:22:07 2005 +0000
 
     - For all drivers that have a <driver>.sgml file, add code in their build
@@ -748,7 +855,7 @@ Date:   Fri Jul 29 21:22:43 2005 +0000
     - Update modular Xorg version
 
 commit 12fb6c9712311fb0e39bce91862aac5f6b832cd7
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%daimi.au.dk@localhost>
 Date:   Tue Jul 26 00:01:49 2005 +0000
 
     Build system for i128 driver
diff -r b9ad8ff0c4d4 -r 28a3fd53de92 external/mit/xf86-video-i128/dist/Makefile.in
--- a/external/mit/xf86-video-i128/dist/Makefile.in     Mon Jun 19 09:02:13 2023 +0000
+++ b/external/mit/xf86-video-i128/dist/Makefile.in     Mon Jun 19 09:02:15 2023 +0000
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.16.5 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2021 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -154,9 +154,9 @@ am__recursive_targets = \
   $(RECURSIVE_CLEAN_TARGETS) \
   $(am__extra_recursive_targets)
 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
-       cscope distdir dist dist-all distcheck
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
-       $(LISP)config.h.in
+       cscope distdir distdir-am dist dist-all distcheck
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
+       config.h.in
 # Read a list of newline-separated strings from the standard input,
 # and print each of them once, without duplicates.  Input order is
 # *not* preserved.
@@ -173,9 +173,6 @@ am__define_uniq_tagged_files = \
   unique=`for i in $$list; do \
     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-CSCOPE = cscope
 DIST_SUBDIRS = $(SUBDIRS)
 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in COPYING \
        ChangeLog INSTALL README compile config.guess config.sub \
@@ -215,9 +212,11 @@ am__relativize = \
     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
   done; \
   reldir="$$dir2"
-DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
+DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
 GZIP_ENV = --best
-DIST_TARGETS = dist-bzip2 dist-gzip
+DIST_TARGETS = dist-xz dist-gzip
+# Exists only to be overridden by the user if desired.
+AM_DISTCHECK_DVI_TARGET = dvi
 distuninstallcheck_listfiles = find . -type f -print
 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
@@ -239,8 +238,9 @@ CC = @CC@
 CCDEPMODE = @CCDEPMODE@
 CFLAGS = @CFLAGS@
 CHANGELOG_CMD = @CHANGELOG_CMD@
-CPP = @CPP@
 CPPFLAGS = @CPPFLAGS@
+CSCOPE = @CSCOPE@
+CTAGS = @CTAGS@
 CWARNFLAGS = @CWARNFLAGS@
 CYGPATH_W = @CYGPATH_W@
 DEFS = @DEFS@
@@ -255,8 +255,10 @@ ECHO_C = @ECHO_C@
 ECHO_N = @ECHO_N@
 ECHO_T = @ECHO_T@
 EGREP = @EGREP@
+ETAGS = @ETAGS@
 EXEEXT = @EXEEXT@
 FGREP = @FGREP@
+FILECMD = @FILECMD@
 FILE_MAN_DIR = @FILE_MAN_DIR@
 FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
 GREP = @GREP@
@@ -394,8 +396,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
            echo ' $(SHELL) ./config.status'; \
            $(SHELL) ./config.status;; \
          *) \
-           echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
-           cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
+           echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
+           cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
        esac;
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@@ -536,8 +538,10 @@ cscopelist-am: $(am__tagged_files)
 distclean-tags:
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
+distdir: $(BUILT_SOURCES)
+       $(MAKE) $(AM_MAKEFLAGS) distdir-am
 
-distdir: $(DISTFILES)
+distdir-am: $(DISTFILES)
        $(am__remove_distdir)
        test -d "$(distdir)" || mkdir "$(distdir)"
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
@@ -605,8 +609,9 @@ distdir: $(DISTFILES)
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
        || chmod -R a+r "$(distdir)"
 dist-gzip: distdir
-       tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
+       tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
        $(am__post_remove_distdir)
+
 dist-bzip2: distdir
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
        $(am__post_remove_distdir)
@@ -614,11 +619,14 @@ dist-bzip2: distdir
 dist-lzip: distdir
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
        $(am__post_remove_distdir)
-
 dist-xz: distdir
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
        $(am__post_remove_distdir)
 
+dist-zstd: distdir
+       tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
+       $(am__post_remove_distdir)
+
 dist-tarZ: distdir
        @echo WARNING: "Support for distribution archives compressed with" \
                       "legacy program 'compress' is deprecated." >&2
@@ -630,7 +638,7 @@ dist-shar: distdir
        @echo WARNING: "Support for shar distribution archives is" \
                       "deprecated." >&2
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
-       shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
+       shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
        $(am__post_remove_distdir)
 
 dist-zip: distdir
@@ -648,7 +656,7 @@ dist dist-all:
 distcheck: dist
        case '$(DIST_ARCHIVES)' in \
        *.tar.gz*) \
-         GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
+         eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
        *.tar.bz2*) \
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
        *.tar.lz*) \
@@ -658,9 +666,11 @@ distcheck: dist
        *.tar.Z*) \
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
        *.shar.gz*) \
-         GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
+         eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
        *.zip*) \
          unzip $(distdir).zip ;;\
+       *.tar.zst*) \
+         zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
        esac
        chmod -R a-w $(distdir)
        chmod u+w $(distdir)
@@ -676,7 +686,7 @@ distcheck: dist
            $(DISTCHECK_CONFIGURE_FLAGS) \
            --srcdir=../.. --prefix="$$dc_install_base" \
          && $(MAKE) $(AM_MAKEFLAGS) \
-         && $(MAKE) $(AM_MAKEFLAGS) dvi \
+         && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
          && $(MAKE) $(AM_MAKEFLAGS) check \
          && $(MAKE) $(AM_MAKEFLAGS) install \


Home | Main Index | Thread Index | Old Index