xf86-video-mach64 6.10.0
Alan Coopersmith (17):
- gitlab CI: stop requiring
Signed-off-by
in commits - Remove "All rights reserved" from Oracle copyright notices
- Variable scope reductions as suggested by cppcheck
- Handle
-Wunused-function
warnings from clang - Handle
-Wextra-semi-stmt
warnings from clang - gitlab CI: ensure
libtool
is installed in build container - configure: Use
LT_INIT
from libtool 2 instead of deprecatedAC_PROG_LIBTOOL
- Quiet
-Wredundant-decls
fromxorg/os.h
fallbacks for new libc functions - Fix 24 of 24
-Wimplicit-fallthrough
warnings - Fix
-Wanalyzer-possible-null-argument
warning inATIDRIScreenInit
- Raise minimum supported Xserver version from 1.4 to 1.18
- When not using EXA, don't claim to be using XAA if it's not compiled in
- Remove XAA support
- Drop support for
ABI_VIDEODRV_VERSION < 6
- Update links to use gitlab instead of anongit
- README: update bug link to use gitlab instead of bugzilla
- xf86-video-mach64 6.10.0
Benjamin Valentin (1):
- fix some build warnings
Enrico Weigelt, metux IT consult (4):
- use
XNFalloc()
instead ofxnfalloc
- use
XNFcallocarray()
instead ofxnfcalloc
macro - drop compat with ancient xserver versions
- drop compat with ancient xservers
Niveditha Rau (1):
- Mark
DriverRec
exported inatimach64probe.h
to matchatimach64probe.c