Path to this page:
Subject: CVS commit: pkgsrc/x11/xf86-video-trident
From: Thomas Klausner
Date: 2023-02-14 08:59:47
Message id: 20230214075947.EB9DDFA90@cvs.NetBSD.org
Log Message:
xf86-video-trident: update to 1.4.0.
This release adds compatibility with Xorg 21.1 and later.
Alan Coopersmith (12):
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Build xz tarballs instead of bzip2
Fix spelling/wording issues
gitlab CI: add a basic build test
Update trident_pci_rename.h to pci_rename.h in src/Makefile.am
gitlab CI: stop requiring Signed-off-by in commits
blade_exa: Fix -Wimplicit-fallthrough warning
Fix 96 out of 102 -Wdiscarded-qualifiers warnings
xf86-video-trident 1.4.0
Emil Velikov (1):
autogen.sh: use quoted string variables
Fabrice Fontaine (1):
Remove ramdac
Kevin Brace (38):
Use const char for xf86GetOptValString return type
Significantly reduce static function declarations for trident_driver.c
Suppress defined but not used compilation warning
Remove unwritten code related to EXA composite for Blade 3D
Tab to spaces conversion for trident_driver.c
Compilation fix for NEC PC-98x1 specific code inside trident_driver.c
Tab to spaces conversion for trident_accel.c
Fix indentation for trident_accel.c
Rename trident_accel.c to tgui_xaa.c
Tab to spaces conversion for image_accel.c
Fix indentation for image_accel.c
Rename image_accel.c to image_xaa.c
Tab to spaces conversion for blade_accel.c
Fix indentation for blade_accel.c
Rename blade_accel.c to blade_xaa.c
Tab to spaces conversion for blade_accel_exa.c
Fix indentation of blade_accel_exa.c
Rename blade_accel_exa.c to blade_exa.c
Fix indentation of src/Makefile.am
Tab to spaces conversion for xp_accel.c
Fix indentation of xp_accel.c
Rename xp_accel.c to xp_xaa.c
Tab to spaces conversion for xp4_accel.c
Fix indentation of xp4_accel.c
Suppress unused function compilation warnings for XP4 XAA functions
Rename xp4_accel.c to xp4_xaa.c
Tab to spaces conversion for xp4_accel_exa.c
Fix indentation of xp4_accel_exa.c
Rename xp4_accel_exa.c to xp4_exa.c
Add braces to for loops inside tridenthelper.c
Tab to spaces conversion for tridenthelper.c
Fix indentation of tridenthelper.c
Rename tridenthelper.c to trident_pll.c
Add braces to two for loops that lack them
Move IsClearTV function location inside trident_pll.c
A minor adjustment to src/Makefile.am
Rename tridentpcirename.h to trident_pci_rename.h
Rename trident_pci_rename.h to pci_rename.h
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Files: