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



details:   https://anonhg.NetBSD.org/xsrc/rev/dae1a1e85544
branches:  trunk
changeset: 10428:dae1a1e85544
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Feb 23 06:17:12 2020 +0000

description:
initial import of xf86-video-geode-2.11.20

diffstat:

 external/mit/xf86-video-geode/dist/ChangeLog              |    73 +-
 external/mit/xf86-video-geode/dist/Makefile.in            |    79 +-
 external/mit/xf86-video-geode/dist/README                 |    19 +-
 external/mit/xf86-video-geode/dist/aclocal.m4             |   422 +-
 external/mit/xf86-video-geode/dist/build-aux/compile      |    13 +-
 external/mit/xf86-video-geode/dist/build-aux/config.guess |   692 +-
 external/mit/xf86-video-geode/dist/build-aux/config.sub   |   310 +-
 external/mit/xf86-video-geode/dist/build-aux/depcomp      |    10 +-
 external/mit/xf86-video-geode/dist/build-aux/install-sh   |   392 +-
 external/mit/xf86-video-geode/dist/build-aux/ltmain.sh    |  5902 ++++++++----
 external/mit/xf86-video-geode/dist/build-aux/missing      |    16 +-
 external/mit/xf86-video-geode/dist/config.h.in            |     3 +-
 external/mit/xf86-video-geode/dist/configure              |  2436 +++--
 external/mit/xf86-video-geode/dist/configure.ac           |     4 +-
 external/mit/xf86-video-geode/dist/m4/libtool.m4          |  2561 +++--
 external/mit/xf86-video-geode/dist/m4/ltoptions.m4        |   127 +-
 external/mit/xf86-video-geode/dist/m4/ltsugar.m4          |     7 +-
 external/mit/xf86-video-geode/dist/m4/ltversion.m4        |    12 +-
 external/mit/xf86-video-geode/dist/m4/lt~obsolete.m4      |     7 +-
 external/mit/xf86-video-geode/dist/src/Makefile.in        |   157 +-
 external/mit/xf86-video-geode/dist/src/z4l.c              |    13 -
 21 files changed, 7982 insertions(+), 5273 deletions(-)

diffs (truncated from 25095 to 300 lines):

diff -r 6c72e9f07e52 -r dae1a1e85544 external/mit/xf86-video-geode/dist/ChangeLog
--- a/external/mit/xf86-video-geode/dist/ChangeLog      Sun Feb 23 06:17:09 2020 +0000
+++ b/external/mit/xf86-video-geode/dist/ChangeLog      Sun Feb 23 06:17:12 2020 +0000
@@ -1,3 +1,56 @@
+commit c8c1e7ffbeb81bbaa148ed3f66e45e373e35ddad
+Author: Martin-Ã?ric Racine <martin-eric.racine%iki.fi@localhost>
+Date:   Fri Sep 20 12:45:29 2019 +0300
+
+    Geode 2.11.20
+    
+    This release restores compatibility with xserver-1.20 and newer.
+    
+    VALIDATION PLATFORM
+     * Debian (X server 1.20.4) on FIC ION603A (Geode LX800).
+    
+    Signed-off-by: Martin-Ã?ric Racine <martin-eric.racine%iki.fi@localhost>
+
+commit df37efae78f874b219758dc05d4740477d371300
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Nov 25 13:57:53 2018 -0800
+
+    Update configure.ac bug URL for gitlab migration
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit c428d075998d7ebd50046094aa0b2ecc39bb353f
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Nov 18 12:41:22 2018 -0800
+
+    Update README for gitlab migration
+    
+    Also update http: URL's to https:
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 8382e6bb0c76a8029493eae3f2d7a3dbfd0cfc12
+Author: Adam Jackson <ajax%redhat.com@localhost>
+Date:   Mon Mar 5 10:28:15 2018 -0500
+
+    gx: Fix RANDR initialization for xserver 1.20
+    
+    xf86DisableRandR() doesn't exist anymore, and we don't need it anyway,
+    the core code will notice that we set up RANDR ourselves.
+    
+    Signed-off-by: Adam Jackson <ajax%redhat.com@localhost>
+
+commit 09aaa3d1fae4aeb099b16e7a046151761bcdea95
+Author: Adam Jackson <ajax%redhat.com@localhost>
+Date:   Tue Jan 24 09:53:06 2017 -0500
+
+    Remove call to LoaderGetOS
+    
+    On OSes that don't have a /dev/videox we'll just fail the open() and not
+    initialize the Xv adaptor.
+    
+    Signed-off-by: Adam Jackson <ajax%redhat.com@localhost>
+
 commit ec3440ea602aa2c8fc826adfd921506aec60eb7d
 Author: Martin-Ã?ric Racine <martin-eric.racine%iki.fi@localhost>
 Date:   Sat Dec 10 15:18:28 2016 +0200
@@ -1483,8 +1536,8 @@
     1)google chrome hang
     2)Some website using repeat for source picture with PictOpSrc. To sum up, right now this patch has gracefully solved the Nautilus bug and some special rendering under PictOpSrc and PictOpOver I 
will describe all special conditions I met
     Websites for test before and after this patch:
-       1)http://daduke.org (greater srcX and srcY)
-       2)http://bjdns2.cncmax.cn (negative srcX and srcY)
+            1)http://daduke.org (greater srcX and srcY)
+            2)http://bjdns2.cncmax.cn (negative srcX and srcY)
     
     From: Frank Huang <frankr.huang%amd.com@localhost>
     
@@ -2446,10 +2499,10 @@
     
     Conflicts:
     
-       src/geode_ddc.c
-       src/gx_randr.c
-       src/lx_randr.c
-       src/lx_rotate.c
+            src/geode_ddc.c
+            src/gx_randr.c
+            src/lx_randr.c
+            src/lx_rotate.c
 
 commit 85d2103a90e6ab422246b66d252dbee19c96a0d7
 Author: Jordan Crouse <jordan.crouse%amd.com@localhost>
@@ -3048,8 +3101,8 @@
     
     Conflicts:
     
-       src/amd_lx_driver.c
-       src/amd_lx_rotate.c
+            src/amd_lx_driver.c
+            src/amd_lx_rotate.c
 
 commit ea11d99bc29086a8fa92c01dd22f195d626b33d2
 Author: Jordan Crouse <jordan.crouse%amd.com@localhost>
@@ -3073,7 +3126,7 @@
     
     Conflicts:
     
-       configure.ac
+            configure.ac
 
 commit dc23a3168df78424108e8609b250e88c3dd16775
 Author: Jordan Crouse <jordan.crouse%amd.com@localhost>
@@ -3147,7 +3200,7 @@
     
     Conflicts:
     
-       man/amd.man
+            man/amd.man
 
 commit 022a106b38693d2d705e8c15ad84c18832fa2e8c
 Author: Jordan Crouse <jordan.crouse%amd.com@localhost>
diff -r 6c72e9f07e52 -r dae1a1e85544 external/mit/xf86-video-geode/dist/Makefile.in
--- a/external/mit/xf86-video-geode/dist/Makefile.in    Sun Feb 23 06:17:09 2020 +0000
+++ b/external/mit/xf86-video-geode/dist/Makefile.in    Sun Feb 23 06:17:12 2020 +0000
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
+# Makefile.in generated by automake 1.16.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
+# Copyright (C) 1994-2018 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -34,7 +34,17 @@
 #  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 #  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 VPATH = @srcdir@
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
+am__is_gnu_make = { \
+  if test -z '$(MAKELEVEL)'; then \
+    false; \
+  elif test -n '$(MAKE_HOST)'; then \
+    true; \
+  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
+    true; \
+  else \
+    false; \
+  fi; \
+}
 am__make_running_with_option = \
   case $${target_option-} in \
       ?) ;; \
@@ -98,17 +108,6 @@
 build_triplet = @build@
 host_triplet = @host@
 subdir = .
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
-       $(top_srcdir)/configure $(am__configure_deps) \
-       $(srcdir)/config.h.in COPYING ChangeLog INSTALL NEWS README \
-       TODO build-aux/compile build-aux/config.guess \
-       build-aux/config.sub build-aux/install-sh build-aux/missing \
-       build-aux/ltmain.sh $(top_srcdir)/build-aux/compile \
-       $(top_srcdir)/build-aux/config.guess \
-       $(top_srcdir)/build-aux/config.sub \
-       $(top_srcdir)/build-aux/install-sh \
-       $(top_srcdir)/build-aux/ltmain.sh \
-       $(top_srcdir)/build-aux/missing
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
@@ -116,6 +115,8 @@
        $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
+DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
+       $(am__configure_deps) $(am__DIST_COMMON)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  configure.lineno config.status.lineno
 mkinstalldirs = $(install_sh) -d
@@ -156,7 +157,7 @@
   $(RECURSIVE_CLEAN_TARGETS) \
   $(am__extra_recursive_targets)
 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
-       cscope distdir dist dist-all distcheck
+       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,
@@ -179,6 +180,16 @@
 CTAGS = ctags
 CSCOPE = cscope
 DIST_SUBDIRS = $(SUBDIRS)
+am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
+       $(top_srcdir)/build-aux/compile \
+       $(top_srcdir)/build-aux/config.guess \
+       $(top_srcdir)/build-aux/config.sub \
+       $(top_srcdir)/build-aux/install-sh \
+       $(top_srcdir)/build-aux/ltmain.sh \
+       $(top_srcdir)/build-aux/missing COPYING ChangeLog INSTALL NEWS \
+       README TODO build-aux/compile build-aux/config.guess \
+       build-aux/config.sub build-aux/install-sh build-aux/ltmain.sh \
+       build-aux/missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
@@ -274,6 +285,7 @@
 LIPO = @LIPO@
 LN_S = @LN_S@
 LTLIBOBJS = @LTLIBOBJS@
+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
 M32_CFLAGS = @M32_CFLAGS@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
@@ -359,6 +371,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
@@ -390,15 +403,14 @@
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
        $(am__cd) $(top_srcdir) && \
          $(AUTOMAKE) --foreign Makefile
-.PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        @case '$?' in \
          *config.status*) \
            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)
@@ -540,7 +552,10 @@
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
 
-distdir: $(DISTFILES)
+distdir: $(BUILT_SOURCES)
+       $(MAKE) $(AM_MAKEFLAGS) distdir-am
+
+distdir-am: $(DISTFILES)
        $(am__remove_distdir)
        test -d "$(distdir)" || mkdir "$(distdir)"
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
@@ -608,7 +623,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
+       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
@@ -623,17 +638,17 @@
        $(am__post_remove_distdir)
 
 dist-tarZ: distdir
-       @echo WARNING: "Support for shar distribution archives is" \
-                      "deprecated." >&2
+       @echo WARNING: "Support for distribution archives compressed with" \
+                      "legacy program 'compress' is deprecated." >&2
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
        $(am__post_remove_distdir)
 
 dist-shar: distdir
-       @echo WARNING: "Support for distribution archives compressed with" \
-                      "legacy program 'compress' is deprecated." >&2
+       @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
@@ -651,7 +666,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*) \
@@ -661,23 +676,23 @@
        *.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 ;;\
        esac
        chmod -R a-w $(distdir)
        chmod u+w $(distdir)
-       mkdir $(distdir)/_build $(distdir)/_inst
+       mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst



Home | Main Index | Thread Index | Old Index