index
:
xorg/driver/xf86-video-trident
CYGWIN
DAMAGE-XFIXES
IPv6-REVIEW
XACE-SELINUX
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
master
X.org xf86-video-trident driver. (mirrored from https://gitlab.freedesktop.org/xorg/driver/xf86-video-trident)
krh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-10
drop compat with ancient xservers
HEAD
master
Enrico Weigelt, metux IT consult
5
-98
/
+25
2024-05-19
Remove XAA support
Alan Coopersmith
11
-3832
/
+17
2024-05-19
Drop ifdefs for ABI_VIDEODRV_VERSION < 12
Alan Coopersmith
2
-321
/
+13
2024-05-15
drop ancient ISA support
Enrico Weigelt, metux IT consult
3
-198
/
+0
2024-05-14
bump minimal xorg version to 1.18
Enrico Weigelt, metux IT consult
1
-1
/
+1
2024-05-10
use XNFrealloc() instead of xnfrealloc
Enrico Weigelt, metux IT consult
1
-2
/
+2
2024-05-08
use XNFcallocarray() instead of xnfcalloc macro
Enrico Weigelt, metux IT consult
1
-3
/
+3
2024-05-08
use XNFalloc() instead of xnfalloc
Enrico Weigelt, metux IT consult
3
-4
/
+4
2024-01-17
Quiet -Wmisleading-indentation warning in trident_dac.c
Alan Coopersmith
1
-4
/
+6
2024-01-17
Quiet -Wredundant-decls from xorg/os.h fallbacks for new libc functions
Alan Coopersmith
1
-0
/
+5
2024-01-15
Add X.Org's standard C warning flags to AM_CFLAGS
Alan Coopersmith
1
-1
/
+1
2024-01-15
configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
Alan Coopersmith
1
-2
/
+1
2023-10-07
gitlab CI: ensure libtool is installed in build container
Alan Coopersmith
1
-3
/
+3
2023-02-13
xf86-video-trident 1.4.0
xf86-video-trident-1.4.0
Alan Coopersmith
1
-2
/
+2
2022-12-09
Fix 96 out of 102 -Wdiscarded-qualifiers warnings
Alan Coopersmith
1
-1
/
+1
2022-12-09
blade_exa: Fix -Wimplicit-fallthrough warning
Alan Coopersmith
1
-0
/
+1
2022-12-09
gitlab CI: stop requiring Signed-off-by in commits
Alan Coopersmith
1
-2
/
+2
2022-01-29
Update trident_pci_rename.h to pci_rename.h in src/Makefile.am
Alan Coopersmith
1
-1
/
+1
2022-01-29
gitlab CI: add a basic build test
Alan Coopersmith
1
-0
/
+98
2022-01-29
Fix spelling/wording issues
Alan Coopersmith
5
-9
/
+9
2022-01-29
Build xz tarballs instead of bzip2
Alan Coopersmith
1
-1
/
+1
2021-12-07
Remove ramdac
Fabrice Fontaine
1
-3
/
+0
2019-05-10
Rename trident_pci_rename.h to pci_rename.h
Kevin Brace
2
-4
/
+4
2019-05-10
Rename tridentpcirename.h to trident_pci_rename.h
Kevin Brace
3
-5
/
+5
2019-05-10
A minor adjustment to src/Makefile.am
Kevin Brace
1
-2
/
+2
2019-05-10
Move IsClearTV function location inside trident_pll.c
Kevin Brace
1
-18
/
+17
2019-05-10
Add braces to two for loops that lack them
Kevin Brace
1
-2
/
+4
2019-05-10
Rename tridenthelper.c to trident_pll.c
Kevin Brace
2
-1
/
+1
2019-05-10
Fix indentation of tridenthelper.c
Kevin Brace
1
-79
/
+77
2019-05-10
Tab to spaces conversion for tridenthelper.c
Kevin Brace
1
-199
/
+199
2019-05-10
Add braces to for loops inside tridenthelper.c
Kevin Brace
1
-6
/
+7
2019-03-05
Rename xp4_accel_exa.c to xp4_exa.c
Kevin Brace
2
-1
/
+1
2019-03-05
Fix indentation of xp4_accel_exa.c
Kevin Brace
1
-55
/
+84
2019-03-05
Tab to spaces conversion for xp4_accel_exa.c
Kevin Brace
1
-80
/
+71
2019-03-05
Rename xp4_accel.c to xp4_xaa.c
Kevin Brace
2
-2
/
+2
2019-03-05
Suppress unused function compilation warnings for XP4 XAA functions
Kevin Brace
1
-6
/
+6
2019-03-05
Fix indentation of xp4_accel.c
Kevin Brace
1
-155
/
+213
2019-03-05
Tab to spaces conversion for xp4_accel.c
Kevin Brace
1
-218
/
+214
2019-03-05
Rename xp_accel.c to xp_xaa.c
Kevin Brace
2
-1
/
+1
2019-03-05
Fix indentation of xp_accel.c
Kevin Brace
1
-144
/
+202
2019-03-05
Tab to spaces conversion for xp_accel.c
Kevin Brace
1
-227
/
+224
2019-03-05
Fix indentation of src/Makefile.am
Kevin Brace
1
-21
/
+21
2019-03-04
Rename blade_accel_exa.c to blade_exa.c
Kevin Brace
2
-1
/
+1
2019-03-04
Fix indentation of blade_accel_exa.c
Kevin Brace
1
-57
/
+100
2019-03-04
Tab to spaces conversion for blade_accel_exa.c
Kevin Brace
1
-108
/
+99
2019-03-04
Rename blade_accel.c to blade_xaa.c
Kevin Brace
2
-1
/
+1
2019-03-04
Fix indentation for blade_accel.c
Kevin Brace
1
-230
/
+385
2019-03-04
Tab to spaces conversion for blade_accel.c
Kevin Brace
1
-247
/
+244
2019-03-04
Rename image_accel.c to image_xaa.c
Kevin Brace
2
-1
/
+1
2019-03-04
Fix indentation for image_accel.c
Kevin Brace
1
-210
/
+351
[next]