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



details:   https://anonhg.NetBSD.org/xsrc/rev/4efa605f45a8
branches:  xorg
changeset: 7438:4efa605f45a8
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Feb 26 19:47:01 2023 +0000

description:
initial import of xf86-video-trident-1.4.0

diffstat:

 external/mit/xf86-video-trident/dist/ChangeLog            |    482 +-
 external/mit/xf86-video-trident/dist/Makefile.am          |      2 +
 external/mit/xf86-video-trident/dist/Makefile.in          |     65 +-
 external/mit/xf86-video-trident/dist/README.md            |     17 +
 external/mit/xf86-video-trident/dist/aclocal.m4           |   6994 ++--
 external/mit/xf86-video-trident/dist/compile              |     17 +-
 external/mit/xf86-video-trident/dist/config.guess         |   1623 +-
 external/mit/xf86-video-trident/dist/config.h.in          |     10 +-
 external/mit/xf86-video-trident/dist/config.sub           |   2935 +-
 external/mit/xf86-video-trident/dist/configure            |  14427 ++++++-----
 external/mit/xf86-video-trident/dist/configure.ac         |      7 +-
 external/mit/xf86-video-trident/dist/depcomp              |     10 +-
 external/mit/xf86-video-trident/dist/install-sh           |    172 +-
 external/mit/xf86-video-trident/dist/ltmain.sh            |    879 +-
 external/mit/xf86-video-trident/dist/man/Makefile.in      |     25 +-
 external/mit/xf86-video-trident/dist/missing              |     16 +-
 external/mit/xf86-video-trident/dist/src/Makefile.am      |     42 +-
 external/mit/xf86-video-trident/dist/src/Makefile.in      |    185 +-
 external/mit/xf86-video-trident/dist/src/blade_exa.c      |    334 +
 external/mit/xf86-video-trident/dist/src/blade_xaa.c      |    863 +
 external/mit/xf86-video-trident/dist/src/image_xaa.c      |    788 +
 external/mit/xf86-video-trident/dist/src/pci_rename.h     |    122 +
 external/mit/xf86-video-trident/dist/src/tgui_xaa.c       |    738 +
 external/mit/xf86-video-trident/dist/src/trident.h        |      7 +-
 external/mit/xf86-video-trident/dist/src/trident_dac.c    |     12 +-
 external/mit/xf86-video-trident/dist/src/trident_driver.c |   6582 ++--
 external/mit/xf86-video-trident/dist/src/trident_pll.c    |    344 +
 external/mit/xf86-video-trident/dist/src/trident_video.c  |      4 +-
 external/mit/xf86-video-trident/dist/src/xp4_exa.c        |    293 +
 external/mit/xf86-video-trident/dist/src/xp4_xaa.c        |    618 +
 external/mit/xf86-video-trident/dist/src/xp_xaa.c         |    653 +
 31 files changed, 23068 insertions(+), 16198 deletions(-)

diffs (truncated from 47381 to 300 lines):

diff -r ba6272af8234 -r 4efa605f45a8 external/mit/xf86-video-trident/dist/ChangeLog
--- a/external/mit/xf86-video-trident/dist/ChangeLog    Sun Feb 26 19:46:56 2023 +0000
+++ b/external/mit/xf86-video-trident/dist/ChangeLog    Sun Feb 26 19:47:01 2023 +0000
@@ -1,3 +1,483 @@
+commit ec567fe86ad6a9406ea466cec883283ab098ff6c
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Mon Feb 13 14:59:29 2023 -0800
+
+    xf86-video-trident 1.4.0
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit e993eebd1f3f0fed9ff77f024042aca9310eebcd
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Fri Dec 9 11:34:53 2022 -0800
+
+    Fix 96 out of 102 -Wdiscarded-qualifiers warnings
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit bf78cb5118c86105cc3eca7e476ed7b30b9a0d8b
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Fri Dec 9 11:32:24 2022 -0800
+
+    blade_exa: Fix -Wimplicit-fallthrough warning
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 819ce9b5dfa75c6c5d26cc674254c806a690ffad
+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 c2f3f85426b957c1e7176ec18f2682eeb21ba440
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Jan 29 15:25:10 2022 -0800
+
+    Update trident_pci_rename.h to pci_rename.h in src/Makefile.am
+    
+    Makefile was missed when header was renamed.  Fixes "make distcheck".
+    
+    Fixes: cc33df89bcdcec83da5b8eface1b191802d694b2
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 077335e9b1c62c8fcbc21a4dbb8b34b670e276ef
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Jan 29 15:18:10 2022 -0800
+
+    gitlab CI: add a basic build test
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 12dc7dac8d0ddceb1843e9bbd604fdd2ec355c2c
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Jan 29 15:17:16 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 591dae19fb49b6a9c6d36ffc0fdf2224aed164c6
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Jan 29 15:15:43 2022 -0800
+
+    Build xz tarballs instead of bzip2
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 07a5c4732f1c28ffcb873ee04500e3cb813c50b4
+Author: Fabrice Fontaine <fontaine.fabrice%gmail.com@localhost>
+Date:   Tue Dec 7 22:28:04 2021 +0100
+
+    Remove ramdac
+    
+    ramdac drivers have been removed from xserver since version 21.0.99.1
+    and
+    https://gitlab.freedesktop.org/xorg/xserver/-/commit/f0385fb420158ac3bc1c4c325431ffc5c62344bb
+    resulting in the following build failure:
+    
+    In file included from trident_bank.c:37:
+    trident.h:41:10: fatal error: xf86RamDac.h: No such file or directory
+       41 | #include "xf86RamDac.h"
+          |          ^~~~~~~~~~~~~~
+    
+    Fixes:
+     - http://autobuild.buildroot.org/results/c81ac8075af257e8626d9d097270be7a7b4a1496
+    
+    Signed-off-by: Fabrice Fontaine <fontaine.fabrice%gmail.com@localhost>
+
+commit cc33df89bcdcec83da5b8eface1b191802d694b2
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date:   Fri May 10 20:02:11 2019 -0700
+
+    Rename trident_pci_rename.h to pci_rename.h
+    
+    PCI rename header file appears to be generic, so trident_ prefix
+    should be dropped.
+    
+    Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit b0b1c79aa91b56f55094890d8de98ff82d58ee49
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date:   Fri May 10 19:44:54 2019 -0700
+
+    Rename tridentpcirename.h to trident_pci_rename.h
+    
+    Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit 2da734596084e742ab752567e2ee0eddffe14f95
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date:   Fri May 10 19:42:54 2019 -0700
+
+    A minor adjustment to src/Makefile.am
+    
+    Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit 5f110dc4c1c395ef07bd401f0e8abea095a1d22f
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date:   Fri May 10 19:39:45 2019 -0700
+
+    Move IsClearTV function location inside trident_pll.c
+    
+    Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit b34e8641c63b4ac4166e276586807c920c3183cb
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date:   Fri May 10 19:30:56 2019 -0700
+
+    Add braces to two for loops that lack them
+    
+    Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit eb2d933f74fb390643c7ea37a6223783ec29848c
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date:   Fri May 10 19:30:03 2019 -0700
+
+    Rename tridenthelper.c to trident_pll.c
+    
+    Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit df9a2274788e12b71738412c681a3755640a0b95
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date:   Fri May 10 19:13:42 2019 -0700
+
+    Fix indentation of tridenthelper.c
+    
+    Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit dff7175a3620bca0d45c241c42c8c0fc09c3c054
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date:   Fri May 10 19:09:01 2019 -0700
+
+    Tab to spaces conversion for tridenthelper.c
+    
+    Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit 8ea9a457609aca259da1abad9f99aa30964b6475
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date:   Fri May 10 19:08:16 2019 -0700
+
+    Add braces to for loops inside tridenthelper.c
+    
+    Newer versions of gcc give warnings, so this fix suppresses the
+    warnings.
+    
+    Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit fb546df6b2891e6c4b3032d57dc25084e9b6ec79
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date:   Tue Mar 5 14:49:16 2019 -0800
+
+    Rename xp4_accel_exa.c to xp4_exa.c
+    
+    Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit ddb8975c0c810df7a3e6a5e7c18cb49fd59d2c34
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date:   Tue Mar 5 14:46:48 2019 -0800
+
+    Fix indentation of xp4_accel_exa.c
+    
+    Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit e9871ae05f4aaad194ff28ce34793df58bd757ce
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date:   Tue Mar 5 14:44:35 2019 -0800
+
+    Tab to spaces conversion for xp4_accel_exa.c
+    
+    Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit 1ec32020c9c9bfe53796b61605c2fb1df164870e
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date:   Tue Mar 5 14:33:02 2019 -0800
+
+    Rename xp4_accel.c to xp4_xaa.c
+    
+    Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit 6f21b76940f582fc3dff8e67bceacc196598f941
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date:   Tue Mar 5 14:30:17 2019 -0800
+
+    Suppress unused function compilation warnings for XP4 XAA functions
+    
+    Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit 286b5ad5e3b755267b90cac670b2562b8209529a
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date:   Tue Mar 5 14:29:08 2019 -0800
+
+    Fix indentation of xp4_accel.c
+    
+    Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit ab9bc7fcfc8bcbe190ba48618ce9e813f02f11ee
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date:   Tue Mar 5 14:21:31 2019 -0800
+
+    Tab to spaces conversion for xp4_accel.c
+    
+    Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit be4a1b3065ff8cc7d826cae36747ae3cc4c5aecf
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date:   Tue Mar 5 13:40:05 2019 -0800
+
+    Rename xp_accel.c to xp_xaa.c
+    
+    Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit de1774492112fff99631cae041c81bfb6eb87a86
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date:   Tue Mar 5 13:35:37 2019 -0800
+
+    Fix indentation of xp_accel.c
+    
+    Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit 867c9f8620e37477dfa1cdf919ea6472e4a5348f
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date:   Tue Mar 5 13:34:46 2019 -0800
+
+    Tab to spaces conversion for xp_accel.c
+    
+    Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit 6793836ebf7ea4d1b9cc96ea1b948b35582d9cac
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date:   Tue Mar 5 13:24:35 2019 -0800
+
+    Fix indentation of src/Makefile.am
+    
+    Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit f08258914d87c991f496520007f5c39e2c373737
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date:   Mon Mar 4 21:56:37 2019 -0800
+
+    Rename blade_accel_exa.c to blade_exa.c
+    
+    Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit b51b7aeb2a0658e3802a5efc1fab73062810bd87
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date:   Mon Mar 4 21:55:55 2019 -0800
+
+    Fix indentation of blade_accel_exa.c
+    
+    Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit 4a4c34d9cff0d9a33d2daa135719812ab574bfbc
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date:   Mon Mar 4 21:55:03 2019 -0800
+
+    Tab to spaces conversion for blade_accel_exa.c
+    
+    Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit 9f3aa06c20da422a27807facd952dc54f5d62947
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date:   Mon Mar 4 21:51:06 2019 -0800
+
+    Rename blade_accel.c to blade_xaa.c
+    
+    Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit 2783af1f97ded26a028fe31f606ac3df12f2cf73
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date:   Mon Mar 4 21:50:42 2019 -0800
+
+    Fix indentation for blade_accel.c
+    



Home | Main Index | Thread Index | Old Index