Source-Changes-HG archive

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

[xsrc/xorg]: xsrc/external/mit/xf86-video-s3virge/dist initial import of xf86...



details:   https://anonhg.NetBSD.org/xsrc/rev/1cca974a5717
branches:  xorg
changeset: 10138:1cca974a5717
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Mar 03 09:29:07 2019 +0000

description:
initial import of xf86-video-s3virge-1.11.0

diffstat:

 external/mit/xf86-video-s3virge/dist/ChangeLog        |  120 ++++++
 external/mit/xf86-video-s3virge/dist/Makefile.in      |   10 +-
 external/mit/xf86-video-s3virge/dist/README           |   10 +-
 external/mit/xf86-video-s3virge/dist/aclocal.m4       |  313 ++++++++++-------
 external/mit/xf86-video-s3virge/dist/config.guess     |   20 +-
 external/mit/xf86-video-s3virge/dist/config.sub       |   33 +-
 external/mit/xf86-video-s3virge/dist/configure        |  121 ++----
 external/mit/xf86-video-s3virge/dist/configure.ac     |    5 +-
 external/mit/xf86-video-s3virge/dist/install-sh       |   23 +-
 external/mit/xf86-video-s3virge/dist/ltmain.sh        |   37 +-
 external/mit/xf86-video-s3virge/dist/man/Makefile.in  |    8 +-
 external/mit/xf86-video-s3virge/dist/src/Makefile.in  |    8 +-
 external/mit/xf86-video-s3virge/dist/src/s3v_accel.c  |    3 +-
 external/mit/xf86-video-s3virge/dist/src/s3v_dga.c    |    2 +-
 external/mit/xf86-video-s3virge/dist/src/s3v_driver.c |    6 +-
 15 files changed, 422 insertions(+), 297 deletions(-)

diffs (truncated from 1468 to 300 lines):

diff -r 37324f29b3f7 -r 1cca974a5717 external/mit/xf86-video-s3virge/dist/ChangeLog
--- a/external/mit/xf86-video-s3virge/dist/ChangeLog    Sun Mar 03 09:29:04 2019 +0000
+++ b/external/mit/xf86-video-s3virge/dist/ChangeLog    Sun Mar 03 09:29:07 2019 +0000
@@ -1,3 +1,123 @@
+commit 2b620c3fd42c304ee6808a25c205ea03d763032f
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date:   Thu Feb 7 18:42:02 2019 -0800
+
+    Version bumped to 1.11.0
+    
+    Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit 824193dacb16415e8536aac8c3a46a5081cbcc67
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date:   Tue Dec 18 18:14:44 2018 -0600
+
+    Eliminate unused function compilation warnings
+    
+    It is an XAA related issue.
+    
+    Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit 80d285af637688630e9f7cdf52a3d8cce6db6b19
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date:   Tue Dec 18 18:03:48 2018 -0600
+
+    Eliminate unused variable compilation warnings
+    
+    Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit 5325b8f16bccdc4b8aea8e118e149e7a684d7e8c
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date:   Tue Dec 18 17:59:11 2018 -0600
+
+    Use const char for xf86GetOptValString return type
+    
+    Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit f1f616ae6b928f42b1ee9fc6312bd8d20b75c750
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Fri Dec 7 19:07:10 2018 -0800
+
+    Update configure.ac bug URL for gitlab migration
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 03d8241e33f785f8654c1bb6a923fb9e1815d215
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Nov 18 16:13:36 2018 -0800
+
+    Update README for gitlab migration
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 81542ee8efb9662016aea717b018f126e47d325b
+Author: Mihail Konev <k.mvc%ya.ru@localhost>
+Date:   Thu Jan 26 14:00:22 2017 +1000
+
+    autogen: add default patch prefix
+    
+    Signed-off-by: Mihail Konev <k.mvc%ya.ru@localhost>
+
+commit f35fe04a596e05292c01a56076b8810db02ec5af
+Author: Emil Velikov <emil.l.velikov%gmail.com@localhost>
+Date:   Mon Mar 9 12:00:52 2015 +0000
+
+    autogen.sh: use quoted string variables
+    
+    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
+    fall-outs, when they contain space.
+    
+    Signed-off-by: Emil Velikov <emil.l.velikov%gmail.com@localhost>
+    Reviewed-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+    Signed-off-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+
+commit 803b043ed780dcd236019a1ca7a0f495785b0f54
+Author: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+Date:   Tue Jan 24 10:32:07 2017 +1000
+
+    autogen.sh: use exec instead of waiting for configure to finish
+    
+    Syncs the invocation of configure with the one from the server.
+    
+    Signed-off-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+    Reviewed-by: Emil Velikov <emil.velikov%collabora.com@localhost>
+
+commit df98ecd2b53814c2dda0352f2d0ead1edcb87c8a
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Jun 1 21:03:14 2014 -0700
+
+    autogen.sh: Honor NOCONFIGURE=1
+    
+    See http://people.gnome.org/~walters/docs/build-api.txt
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit c91e9061fd26104845a8f9a8beeaf1c4d98f0d69
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Jun 1 21:03:13 2014 -0700
+
+    configure: Drop AM_MAINTAINER_MODE
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 47f43694645f3e6347b536d5e3fb2fee56e715ab
+Author: Thomas Klausner <wiz%NetBSD.org@localhost>
+Date:   Mon Sep 28 22:49:22 2015 +0200
+
+    Add cast to remove a warning on 32-bit machines.
+    
+    PCI_REGION_BASE returns a 64-bit value, which needs to be converted
+    down to 32-bit before it can be put into a 32-bit pointer.
+
+commit 9c8a08c9c7a0f7ec591042abd5b4a0fb50c028f1
+Author: Nick Hudson <skrll%NetBSD.org@localhost>
+Date:   Mon Sep 28 22:49:21 2015 +0200
+
+    Increase BIOS_BSIZE.
+    
+    libpciaccess expects a much bigger buffer when reading ROM.
+    Bump it to the (normal) IO space size.
+    
+    Signed-off-by: Thomas Klausner <wiz%NetBSD.org@localhost>
+
 commit 8a54ff31e6873d369ff94c75d630c21aab0f0e23
 Author: Matt Turner <mattst88%gmail.com@localhost>
 Date:   Sat Sep 26 09:29:51 2015 -0700
diff -r 37324f29b3f7 -r 1cca974a5717 external/mit/xf86-video-s3virge/dist/Makefile.in
--- a/external/mit/xf86-video-s3virge/dist/Makefile.in  Sun Mar 03 09:29:04 2019 +0000
+++ b/external/mit/xf86-video-s3virge/dist/Makefile.in  Sun Mar 03 09:29:07 2019 +0000
@@ -277,7 +277,6 @@
 LN_S = @LN_S@
 LTLIBOBJS = @LTLIBOBJS@
 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
 MANIFEST_TOOL = @MANIFEST_TOOL@
 MAN_SUBSTS = @MAN_SUBSTS@
@@ -360,6 +359,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
@@ -377,7 +377,7 @@
 .SUFFIXES:
 am--refresh: Makefile
        @:
-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
        @for dep in $?; do \
          case '$(am__configure_deps)' in \
            *$$dep*) \
@@ -403,9 +403,9 @@
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
        $(SHELL) ./config.status --recheck
 
-$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+$(top_srcdir)/configure:  $(am__configure_deps)
        $(am__cd) $(srcdir) && $(AUTOCONF)
-$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 $(am__aclocal_m4_deps):
 
@@ -416,7 +416,7 @@
 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
        @rm -f stamp-h1
        cd $(top_builddir) && $(SHELL) ./config.status config.h
-$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
+$(srcdir)/config.h.in:  $(am__configure_deps) 
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
        rm -f stamp-h1
        touch $@
diff -r 37324f29b3f7 -r 1cca974a5717 external/mit/xf86-video-s3virge/dist/README
--- a/external/mit/xf86-video-s3virge/dist/README       Sun Mar 03 09:29:04 2019 +0000
+++ b/external/mit/xf86-video-s3virge/dist/README       Sun Mar 03 09:29:07 2019 +0000
@@ -18,15 +18,15 @@
 
   1.  Supported hardware
 
-  The s3virge driver in X11R7.5 supports the S3 ViRGE, ViRGE DX, GX,
+  The s3virge driver for Xorg supports the S3 ViRGE, ViRGE DX, GX,
   GX2, MX, MX+, and VX chipsets. It also supports Trio3D and Trio3D/2x
   chips. A majority of testing is done on ViRGE DX chips, making them
   the most stable to date. This release has added support for doublescan
   modes on DX.
 
   This driver is moderately stable, however please use caution with any
-  new install. Please report any problems to bugzilla.freedesktop.org,
-  using the xorg component.
+  new install. Please report any issues at
+  https://gitlab.freedesktop.org/xorg/driver/xf86-video-s3virge/issues
 
 
   2.  Features:
@@ -66,8 +66,8 @@
 
   5.  Support:
 
-  For support with X11R7.5 video drivers please refer to our web site at
-  wiki.x.org <http://wiki.x.org>.
+  For support with Xorg video drivers please refer to our web site at
+  https://wiki.x.org/
 
 
   6.  Authors
diff -r 37324f29b3f7 -r 1cca974a5717 external/mit/xf86-video-s3virge/dist/aclocal.m4
--- a/external/mit/xf86-video-s3virge/dist/aclocal.m4   Sun Mar 03 09:29:04 2019 +0000
+++ b/external/mit/xf86-video-s3virge/dist/aclocal.m4   Sun Mar 03 09:29:07 2019 +0000
@@ -2680,14 +2680,7 @@
     *) objformat=elf ;;
     esac
   fi
-  # Handle Gentoo/FreeBSD as it was Linux
-  case $host_vendor in
-    gentoo)
-      version_type=linux ;;
-    *)
-      version_type=freebsd-$objformat ;;
-  esac
-
+  version_type=freebsd-$objformat
   case $version_type in
     freebsd-elf*)
       library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
@@ -2699,12 +2692,6 @@
       library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
       need_version=yes
       ;;
-    linux)
-      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-      soname_spec='${libname}${release}${shared_ext}$major'
-      need_lib_prefix=no
-      need_version=no
-      ;;
   esac
   shlibpath_var=LD_LIBRARY_PATH
   case $host_os in
@@ -2914,6 +2901,18 @@
   dynamic_linker='GNU/Linux ld.so'
   ;;
 
+netbsdelf*-gnu)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  dynamic_linker='NetBSD ld.elf_so'
+  ;;
+
 netbsd*)
   version_type=sunos
   need_lib_prefix=no
@@ -3573,7 +3572,7 @@
   lt_cv_deplibs_check_method=pass_all
   ;;
 
-netbsd*)
+netbsd* | netbsdelf*-gnu)
   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
   else
@@ -4451,7 +4450,7 @@
            ;;
        esac
        ;;
-      netbsd*)
+      netbsd* | netbsdelf*-gnu)
        ;;
       *qnx* | *nto*)
         # QNX uses GNU C++, but need to define -shared option too, otherwise
@@ -4963,6 +4962,9 @@
       ;;
     esac
     ;;
+  linux* | k*bsd*-gnu | gnu*)
+    _LT_TAGVAR(link_all_deplibs, $1)=no
+    ;;
   *)
     _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
     ;;
@@ -5025,6 +5027,9 @@
   openbsd* | bitrig*)
     with_gnu_ld=no
     ;;
+  linux* | k*bsd*-gnu | gnu*)
+    _LT_TAGVAR(link_all_deplibs, $1)=no
+    ;;
   esac
 
   _LT_TAGVAR(ld_shlibs, $1)=yes
@@ -5279,7 +5284,7 @@
       fi



Home | Main Index | Thread Index | Old Index