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-nv/dist initial import of xf86-vid...



details:   https://anonhg.NetBSD.org/xsrc/rev/3909432333cc
branches:  trunk
changeset: 7122:3909432333cc
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Jul 30 17:03:10 2022 +0000

description:
initial import of xf86-video-nv-2.1.22

diffstat:

 external/mit/xf86-video-nv/dist/ChangeLog       |    164 +-
 external/mit/xf86-video-nv/dist/Makefile.am     |      2 +-
 external/mit/xf86-video-nv/dist/Makefile.in     |     66 +-
 external/mit/xf86-video-nv/dist/README.G80      |      8 +-
 external/mit/xf86-video-nv/dist/README.md       |     14 +
 external/mit/xf86-video-nv/dist/aclocal.m4      |  20610 +++++++++++----------
 external/mit/xf86-video-nv/dist/compile         |     17 +-
 external/mit/xf86-video-nv/dist/config.guess    |   1623 +-
 external/mit/xf86-video-nv/dist/config.h.in     |     10 +-
 external/mit/xf86-video-nv/dist/config.sub      |   2935 +-
 external/mit/xf86-video-nv/dist/configure       |  14389 ++++++++-------
 external/mit/xf86-video-nv/dist/configure.ac    |      7 +-
 external/mit/xf86-video-nv/dist/depcomp         |     10 +-
 external/mit/xf86-video-nv/dist/install-sh      |    172 +-
 external/mit/xf86-video-nv/dist/ltmain.sh       |    879 +-
 external/mit/xf86-video-nv/dist/man/Makefile.in |     25 +-
 external/mit/xf86-video-nv/dist/missing         |     16 +-
 external/mit/xf86-video-nv/dist/src/Makefile.am |      1 +
 external/mit/xf86-video-nv/dist/src/Makefile.in |    183 +-
 external/mit/xf86-video-nv/dist/src/nv_hw.c     |      4 +-
 external/mit/xf86-video-nv/dist/src/nv_video.c  |      2 +-
 external/mit/xf86-video-nv/dist/src/pci_ids.h   |     77 +
 22 files changed, 21532 insertions(+), 19682 deletions(-)

diffs (truncated from 48744 to 300 lines):

diff -r 204d011e674d -r 3909432333cc external/mit/xf86-video-nv/dist/ChangeLog
--- a/external/mit/xf86-video-nv/dist/ChangeLog Sat Jul 30 16:34:00 2022 +0000
+++ b/external/mit/xf86-video-nv/dist/ChangeLog Sat Jul 30 17:03:10 2022 +0000
@@ -1,3 +1,147 @@
+commit bc1b6343f776ffcf1c398792b3aa3ad2ea5ded2a
+Author: Yusuf Khan <yusisamerican%gmail.com@localhost>
+Date:   Wed Jul 27 15:12:44 2022 -0400
+
+    bump to version 2.1.22
+    
+    Signed-off-by: Yusuf Khan <yusisamerican%gmail.com@localhost>
+
+commit 94d6ea61377220d937eb5da9ef99e95fc6356b90
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Mon Jul 25 19:13:06 2022 -0700
+
+    riva_xaa: don't build RivaSetRopPattern when XAA is not supported
+    
+    Fixes gcc warnings:
+    
+    riva_xaa.c: In function ‘RivaSetRopPattern’:
+    riva_xaa.c:94:33: warning: implicit declaration of function
+      ‘XAAGetPatternROP’; did you mean ‘RivaSetPattern’?
+      [-Wimplicit-function-declaration]
+             pRiva->riva.Rop->Rop3 = XAAGetPatternROP(rop);
+                                     ^~~~~~~~~~~~~~~~
+                                     RivaSetPattern
+    At top level:
+    riva_xaa.c:89:1: warning: ‘RivaSetRopPattern’ defined but not used
+      [-Wunused-function]
+     RivaSetRopPattern(RivaPtr pRiva, int rop)
+     ^~~~~~~~~~~~~~~~~
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit b9f256b16f74b898d311c0ca310afc75456b73c9
+Author: Yusuf <yusisamerican%gmail.com@localhost>
+Date:   Fri Jun 24 18:46:06 2022 -0500
+
+    Replace xf86PciInfo.h with our own pci ids
+    
+    Signed-off-by: YusufKhan-improves-things's avatarYusuf Khan <yusisamerican%gmail.com@localhost>
+    ---
+    v2: Add header to Makefile
+    
+    v3: commit v2
+
+commit 7ccde0d6c8ba79ff6d5a495038b928b52d042a2b
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Feb 19 11:40:04 2022 -0800
+
+    Update README.G80 for gitlab migration
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 9e33c6327fa161cca684f6894044810fbe96e84f
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Jan 22 14:03:42 2022 -0800
+
+    gitlab CI: add a basic build test
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 6168d934890e1066cf34f5bd97fd8c17b9dff548
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Jan 22 14:02:12 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 ec6c1e02f91ad84577543a0a3bb24c27ca3bca23
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Jan 22 13:59:51 2022 -0800
+
+    Build xz tarballs instead of bzip2
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 80b2d1f93adbe1e9bde3a7001de02b340a9e6b89
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Nov 25 14:34:43 2018 -0800
+
+    Update configure.ac bug URL for gitlab migration
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 80c1b93552a2830a107d5305068a63274b5d2d51
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Nov 18 13:31:22 2018 -0800
+
+    Update README for gitlab migration
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit b7d57087d082d027f059f4e0a6ce9982c3e5f0fb
+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 860b2bffc1a88cfd1ca6ff6d3d97783bdb2aeda9
+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 90d2db6619c57c4af28763288c61fc12f3969c72
+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 caf8230a1ffed71d4613ebf34addae7ee4506afe
+Author: Colin Walters <walters%verbum.org@localhost>
+Date:   Wed Jan 4 17:37:06 2012 -0500
+
+    autogen.sh: Implement GNOME Build API
+    
+    http://people.gnome.org/~walters/docs/build-api.txt
+    
+    Signed-off-by: Adam Jackson <ajax%redhat.com@localhost>
+
+commit eac0278003e9e762b3fd268687b1648a442eb422
+Author: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+Date:   Thu Jan 26 11:18:06 2017 +1000
+
+    configure: Drop AM_MAINTAINER_MODE
+    
+    Signed-off-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+
 commit e4134c4ebd3522e730689e0bda7b9f8fd39aedb8
 Author: Matt Turner <mattst88%gmail.com@localhost>
 Date:   Tue Jan 17 14:42:07 2017 -0800
@@ -402,7 +546,7 @@
     
     Conflicts:
     
-       src/nv_driver.c
+            src/nv_driver.c
 
 commit 133f7c4d51b3c7d7e1e7af80056947d3a7ec2097
 Author: Ben Skeggs <bskeggs%redhat.com@localhost>
@@ -1093,7 +1237,7 @@
     G80: Fix connector mapping and TMDS initialization on certain GPUs.
 
 commit 3f2a1898fedbada151da31fc163ae54daac0e896
-Author: Søren Sandmann Pedersen <sandmann%redhat.com@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%redhat.com@localhost>
 Date:   Wed Feb 13 10:43:28 2008 -0800
 
     [PATCH] Bug #14484: Fix G80SorSetProperty return value.
@@ -1489,12 +1633,12 @@
     
     Conflicts:
     
-       configure.ac
-       man/Makefile.am
-       man/nv.man
-       src/g80_display.h
-       src/g80_output.c
-       src/nv_driver.c
+            configure.ac
+            man/Makefile.am
+            man/nv.man
+            src/g80_display.h
+            src/g80_output.c
+            src/nv_driver.c
 
 commit 4ff648c85f8aa90b343b7e2df176c0511b3cdaa5
 Author: Aaron Plattner <aplattner%nvidia.com@localhost>
@@ -2007,7 +2151,7 @@
     Use sed & cpp to substitute variables in driver man pages
 
 commit 1e3c84f332b7b9a4b320b370b8b2ecafbbdd8f8a
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%daimi.au.dk@localhost>
 Date:   Tue Oct 4 21:36:51 2005 +0000
 
     Link nvidida readme file into nvidia driver, Exclude duplicated neomagic
@@ -2086,7 +2230,7 @@
     - Update modular Xorg version
 
 commit 6ea22f19210448605b9a18bf500c33168a77e77c
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%daimi.au.dk@localhost>
 Date:   Tue Jul 26 18:40:29 2005 +0000
 
     Build system for nv
diff -r 204d011e674d -r 3909432333cc external/mit/xf86-video-nv/dist/Makefile.am
--- a/external/mit/xf86-video-nv/dist/Makefile.am       Sat Jul 30 16:34:00 2022 +0000
+++ b/external/mit/xf86-video-nv/dist/Makefile.am       Sat Jul 30 17:03:10 2022 +0000
@@ -21,7 +21,7 @@
 SUBDIRS = src man
 MAINTAINERCLEANFILES = ChangeLog INSTALL
 
-EXTRA_DIST = README.G80
+EXTRA_DIST = README.G80 README.md
 
 .PHONY: ChangeLog INSTALL
 
diff -r 204d011e674d -r 3909432333cc external/mit/xf86-video-nv/dist/Makefile.in
--- a/external/mit/xf86-video-nv/dist/Makefile.in       Sat Jul 30 16:34:00 2022 +0000
+++ b/external/mit/xf86-video-nv/dist/Makefile.in       Sat Jul 30 17:03:10 2022 +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 @@
   $(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,12 +173,9 @@
   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 \
+       ChangeLog INSTALL README.md compile config.guess config.sub \
        install-sh ltmain.sh missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
@@ -215,9 +212,11 @@
     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 @@
 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_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@
@@ -277,7 +279,6 @@
 LN_S = @LN_S@
 LTLIBOBJS = @LTLIBOBJS@
 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@


Home | Main Index | Thread Index | Old Index