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/ba6272af8234
branches: xorg
changeset: 7437:ba6272af8234
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Feb 26 19:46:56 2023 +0000
description:
initial import of xf86-video-s3virge-1.11.1
diffstat:
external/mit/xf86-video-s3virge/dist/ChangeLog | 93 +-
external/mit/xf86-video-s3virge/dist/Makefile.in | 52 +-
external/mit/xf86-video-s3virge/dist/aclocal.m4 | 7035 +++---
external/mit/xf86-video-s3virge/dist/compile | 17 +-
external/mit/xf86-video-s3virge/dist/config.guess | 1683 +-
external/mit/xf86-video-s3virge/dist/config.h.in | 10 +-
external/mit/xf86-video-s3virge/dist/config.sub | 2917 +-
external/mit/xf86-video-s3virge/dist/configure | 14341 ++++++++-------
external/mit/xf86-video-s3virge/dist/configure.ac | 6 +-
external/mit/xf86-video-s3virge/dist/depcomp | 10 +-
external/mit/xf86-video-s3virge/dist/install-sh | 179 +-
external/mit/xf86-video-s3virge/dist/ltmain.sh | 906 +-
external/mit/xf86-video-s3virge/dist/man/Makefile.in | 17 +-
external/mit/xf86-video-s3virge/dist/missing | 16 +-
external/mit/xf86-video-s3virge/dist/src/Makefile.in | 93 +-
external/mit/xf86-video-s3virge/dist/src/s3v.h | 3 +-
external/mit/xf86-video-s3virge/dist/src/s3v_accel.c | 2 +-
external/mit/xf86-video-s3virge/dist/src/s3v_driver.c | 40 +-
external/mit/xf86-video-s3virge/dist/src/s3v_hwcurs.c | 3 +-
external/mit/xf86-video-s3virge/dist/src/s3v_xv.c | 4 +-
20 files changed, 14573 insertions(+), 12854 deletions(-)
diffs (truncated from 35295 to 300 lines):
diff -r 7424b4c6d3f5 -r ba6272af8234 external/mit/xf86-video-s3virge/dist/ChangeLog
--- a/external/mit/xf86-video-s3virge/dist/ChangeLog Sun Feb 26 19:46:53 2023 +0000
+++ b/external/mit/xf86-video-s3virge/dist/ChangeLog Sun Feb 26 19:46:56 2023 +0000
@@ -1,3 +1,86 @@
+commit 2ebb61f9f46b05e19561acb385797ee958a3be02
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Mon Feb 13 12:00:18 2023 -0800
+
+ xf86-video-s3virge 1.11.1
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit b417da55efd24c57a68758a07977ceea5fdaf2e0
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Thu Dec 8 17:19:55 2022 -0800
+
+ S3VSetCursorColors: quiet -Wimplicit-fallthrough warnings
+
+ gcc doesn't accept the existing comments because they have
+ additional text after the "else fall through" magic words
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit cad06d6891bdabb42b0db84b35e7d4b802edc5d2
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Thu Dec 8 17:16:51 2022 -0800
+
+ S3VSetupImageVideoOverlay: Fix 44 -Wnull-dereference warnings from gcc
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit d058d086c0be050db54b3a19a303b3c5442938f1
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Thu Dec 8 17:05:14 2022 -0800
+
+ constify some argument declarations
+
+ Clears 16 of 17 -Wdiscarded-qualifiers warnings from gcc
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 4b097ae06ee8d260694f258af14c4c4f8480ad9c
+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 6c66938ca97c2a24f96856c2e32010af052e9a6e
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Sun Jan 30 12:20:22 2022 -0800
+
+ Move [HV]Total checks into S3VValidMode
+
+ Needed to build against Xorg 1.20 and later due to xorg/xserver@5a945f54
+ Based on ajax's commit xf86-video-rendition@70dd6c22
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit f34dc6c0ff1af714d97ec54d04a1b305b068244b
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Thu Jan 27 17:39:07 2022 -0800
+
+ gitlab CI: add a basic build test
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 9bffaf731cf1629c8a59b1f4808f6a92e535491d
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Thu Jan 27 17:38:03 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 25ae66103d9648185b1616959cf2c47a89099db6
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Thu Jan 27 17:36:27 2022 -0800
+
+ Build xz tarballs instead of bzip2
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
commit 2b620c3fd42c304ee6808a25c205ea03d763032f
Author: Kevin Brace <kevinbrace%gmx.com@localhost>
Date: Thu Feb 7 18:42:02 2019 -0800
@@ -676,7 +759,7 @@
Makefile.am: nuke RCS Id
commit e3833f9ae20f5bc25918a1f95216246711bbdf4e
-Author: Андрей Рандрианасулу <randrianasulu%mail.ru@localhost>
+Author: Андрей Рандрианасулу <randrianasulu@mai <randrianasulu%mail.ru@localhost>
Date: Thu Oct 25 21:35:53 2007 -0400
Clean up: Remove some mga remains
@@ -819,13 +902,13 @@
Use sed & cpp to substitute variables in driver man pages
commit 7a84a2af7d6d6cf5b05360756b8dcbfb871a8dc6
-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 31b03fe09b150de15f7b6c14d275be3ca33b4c85
-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:08 2005 +0000
- For all drivers that have a <driver>.sgml file, add code in their build
@@ -840,7 +923,7 @@
it spew less warnings when the text file is built.
commit 033dea549d36e031c11e2d311c9a91e29ae63068
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
Date: Tue Sep 27 22:01:31 2005 +0000
Add some more documentation files for s3virge driver
@@ -866,7 +949,7 @@
- Update modular Xorg version
commit e1f25d5478cb252b3186b13a57130a676d0e6c05
-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:47:44 2005 +0000
Build system for s3virge
diff -r 7424b4c6d3f5 -r ba6272af8234 external/mit/xf86-video-s3virge/dist/Makefile.in
--- a/external/mit/xf86-video-s3virge/dist/Makefile.in Sun Feb 26 19:46:53 2023 +0000
+++ b/external/mit/xf86-video-s3virge/dist/Makefile.in Sun Feb 26 19:46:56 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 @@
$(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 @@
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 TODO compile config.guess config.sub \
@@ -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@
@@ -396,8 +398,8 @@
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)
@@ -538,8 +540,10 @@
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'`; \
@@ -607,8 +611,9 @@
! -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)
@@ -616,11 +621,14 @@
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
@@ -632,7 +640,7 @@
@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
@@ -650,7 +658,7 @@
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*) \
@@ -660,9 +668,11 @@
*.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)
@@ -678,7 +688,7 @@
$(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 \
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
@@ -841,7 +851,7 @@
am--refresh check check-am clean clean-cscope clean-generic \
clean-libtool cscope cscopelist-am ctags ctags-am dist \
dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
- dist-tarZ dist-xz dist-zip distcheck distclean \
Home |
Main Index |
Thread Index |
Old Index