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-sis/dist initial import of xf86-vid...
details: https://anonhg.NetBSD.org/xsrc/rev/0fe8b503a19c
branches: xorg
changeset: 10475:0fe8b503a19c
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Feb 23 11:28:42 2020 +0000
description:
initial import of xf86-video-sis-0.12.0
diffstat:
external/mit/xf86-video-sis/dist/ChangeLog | 229 +++++++
external/mit/xf86-video-sis/dist/Makefile.in | 22 +-
external/mit/xf86-video-sis/dist/aclocal.m4 | 369 ++++++-----
external/mit/xf86-video-sis/dist/config.guess | 615 ++++++++++---------
external/mit/xf86-video-sis/dist/config.h.in | 6 +-
external/mit/xf86-video-sis/dist/config.sub | 296 ++++-----
external/mit/xf86-video-sis/dist/configure | 136 +--
external/mit/xf86-video-sis/dist/configure.ac | 25 +-
external/mit/xf86-video-sis/dist/depcomp | 6 +-
external/mit/xf86-video-sis/dist/install-sh | 23 +-
external/mit/xf86-video-sis/dist/ltmain.sh | 39 +-
external/mit/xf86-video-sis/dist/man/Makefile.in | 12 +-
external/mit/xf86-video-sis/dist/src/Makefile.am | 6 +-
external/mit/xf86-video-sis/dist/src/Makefile.in | 30 +-
external/mit/xf86-video-sis/dist/src/init.c | 3 +-
external/mit/xf86-video-sis/dist/src/init301.c | 10 +-
external/mit/xf86-video-sis/dist/src/initextx.c | 2 +-
external/mit/xf86-video-sis/dist/src/sis.h | 10 +-
external/mit/xf86-video-sis/dist/src/sis310_accel.c | 4 +-
external/mit/xf86-video-sis/dist/src/sis_cursor.c | 2 +-
external/mit/xf86-video-sis/dist/src/sis_dri.c | 161 +-----
external/mit/xf86-video-sis/dist/src/sis_dri.h | 5 -
external/mit/xf86-video-sis/dist/src/sis_driver.c | 68 +-
external/mit/xf86-video-sis/dist/src/sis_utility.c | 40 +-
external/mit/xf86-video-sis/dist/src/sis_video.c | 12 +
25 files changed, 1122 insertions(+), 1009 deletions(-)
diffs (truncated from 4886 to 300 lines):
diff -r e572cdb16cf0 -r 0fe8b503a19c external/mit/xf86-video-sis/dist/ChangeLog
--- a/external/mit/xf86-video-sis/dist/ChangeLog Sun Feb 23 11:13:32 2020 +0000
+++ b/external/mit/xf86-video-sis/dist/ChangeLog Sun Feb 23 11:28:42 2020 +0000
@@ -1,3 +1,232 @@
+commit 866e109fc12752b1679e0b59baf40326d421a03f
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date: Tue Dec 3 10:09:49 2019 -0800
+
+ Version bumped to 0.12.0
+
+ A maintenance release to support X.Org X Server 1.20.
+
+ Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit f0c0896a83e8545aa3b779934b4c30c2e5f371cf
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date: Tue Nov 26 09:31:52 2019 -0800
+
+ Enable SISGAMMARAMP macro on X.Org X Server
+
+ Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit eac25b01caee75210fe4df60bf2363a642981d93
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date: Tue Nov 26 09:31:37 2019 -0800
+
+ Fix for xf86InterceptSigIll() discontinuation in X Server 1.20
+
+ xf86InterceptSigIll() will still be used on X.Org X Server 1.19 or
+ older.
+
+ Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit 5d816e15d8bbafa59b072e5fd561e1897a0ea04b
+Author: Kevin Brace <kevinbrace%bracecomputerlab.com@localhost>
+Date: Tue Nov 26 09:31:22 2019 -0800
+
+ Do not call xf86DisableRandR() for X Server 1.20
+
+ This is needed for X Server 1.20 support.
+
+ Signed-off-by: Kevin Brace <kevinbrace%bracecomputerlab.com@localhost>
+
+commit dfe2ce49b5e9664787f5677507eba7ea0446fb7e
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date: Fri Jul 26 15:44:13 2019 -0700
+
+ Version bumped to 0.11.0
+
+ Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit 16fe43012005f249375e83ebf43da76d6de67cb7
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date: Thu Jul 18 15:31:14 2019 -0700
+
+ Convert text format specifier type to unsigned short
+
+ Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit 9e42918588b65860422cb296a92ecede15db7419
+Author: Fabrice Fontaine <fontaine.fabrice%gmail.com@localhost>
+Date: Sat May 4 16:57:57 2019 +0200
+
+ configure.ac: fix cross-compilation
+
+ AC_CHECK_FILE can't be used when cross-compiling
+
+ [Retrieved from:
+ https://git.buildroot.net/buildroot/tree/package/x11r7/xdriver_xf86-video-sis/0001-cross.patch]
+ Signed-off-by: Fabrice Fontaine <fontaine.fabrice%gmail.com@localhost>
+
+commit 22d3c79f9718dada0d8ef386a3a2cd2db31d7bc8
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date: Mon Dec 17 18:53:46 2018 -0600
+
+ Convert EXA support preprocessor macro to USE_EXA
+
+ All the other DDXs do it this way.
+
+ Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit 0baf5baf7ecb0197961c8ce92943fedba852e437
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date: Mon Dec 17 15:23:07 2018 -0600
+
+ Eliminate constant related compilation warnings for native functions
+
+ Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit 0b2cce041e445cee8a8308b9ae4ea70794ae8c13
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date: Mon Dec 17 15:08:45 2018 -0600
+
+ Eliminate swap macro related unused variable compilation warnings
+
+ Unfortunately, commit c530ebb5d4ad0663838a0132e3610d713eaaa640 did not
+ the check for ABI_VIDEODRV_VERSION where the swap macros are actually
+ used in the code. Checking for ABI_VIDEODRV_VERSION suppresses unused
+ variable compilation warnings for newer versions of the X Server.
+
+ Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit 301cefae671cb2a4f25b068b0ef2ea9331ae17f3
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date: Mon Dec 17 15:07:55 2018 -0600
+
+ Suppress logical operation and parenthesis related compilation warnings
+
+ Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit 940eed5b73b28d3067b025e583ebf257cdd4603f
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date: Mon Dec 17 15:06:53 2018 -0600
+
+ Eliminate set but not used variable compilation warnings
+
+ Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit 7e75c8b1e944132186f8b3a9227d0eaf651b1206
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Fri Dec 7 19:09:21 2018 -0800
+
+ Update configure.ac bug URL for gitlab migration
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 3fcdc11644f65744c1980e24f860bd20fc4cc782
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Sat Nov 10 13:03:46 2018 -0800
+
+ Remove obsolete B16 & B32 tags in struct definitions
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 413dfdfc456d4b8a33c55012227850b1bdc07d84
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date: Wed Jul 11 21:15:33 2018 -0700
+
+ Elimination of many "variable set but not used" compilation warnings
+
+ Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit 5559abc347a698ed0baf79ba7d57b4bc0056f33e
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date: Wed Jul 11 21:02:37 2018 -0700
+
+ Add conditional compilation directives to suppress compilation warnings
+
+ Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit 31f3dd0df2bc855ba9955b588cbcaaa25e3e60d6
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date: Wed Jul 11 17:09:04 2018 -0700
+
+ Minor adjustment to the compilation order
+
+ Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit a50b2b3412dd8e7f3916acb142c942e85ffcb3e5
+Author: Emil Velikov <emil.velikov%collabora.com@localhost>
+Date: Mon Jul 17 12:01:57 2017 +0100
+
+ xf86-video-sis: remove the GlxSetVisualConfigs stub and friends
+
+ The function was an empty since 2008 at least. Remove it alongside the
+ unused GLX visuals code.
+
+ With this all the GL/GLX dependencies in the driver are gone.
+
+ Cc: Connor Behan <connor.behan%gmail.com@localhost>
+ Cc: Thomas Klausner <wiz%NetBSD.org@localhost>
+ Signed-off-by: Emil Velikov <emil.velikov%collabora.com@localhost>
+
+commit 4b1356a2b7fd06e9a05d134caa4033681c939737
+Author: Adam Jackson <ajax%redhat.com@localhost>
+Date: Thu Feb 16 11:21:27 2017 -0500
+
+ Remove reference to ->virtualFrom
+
+ The core will print this information as well anyway.
+
+ Signed-off-by: Adam Jackson <ajax%redhat.com@localhost>
+
+commit d8b449d331a16e80a75382de60f10b3670ad4cf0
+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 e281d49ee462afe27f52be8334c67613216a62a6
+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 96f78918e84971578f5217affba31a535227d947
+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 576d819d534c22e7b9cd1488e847b95ed856f527
+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 9c55c0de3e96d2758c1fe5176531b98c7009bdca
+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 3b1aca65448a0660d8ecb60b2431a306b66d5a5a
Author: Matt Turner <mattst88%gmail.com@localhost>
Date: Tue Jan 17 14:45:31 2017 -0800
diff -r e572cdb16cf0 -r 0fe8b503a19c external/mit/xf86-video-sis/dist/Makefile.in
--- a/external/mit/xf86-video-sis/dist/Makefile.in Sun Feb 23 11:13:32 2020 +0000
+++ b/external/mit/xf86-video-sis/dist/Makefile.in Sun Feb 23 11:28:42 2020 +0000
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -279,7 +279,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@
@@ -362,6 +361,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
@@ -378,7 +378,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*) \
@@ -404,9 +404,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):
@@ -417,7 +417,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 $@
@@ -608,7 +608,7 @@
! -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
Home |
Main Index |
Thread Index |
Old Index