xf86-video-mach64: Changes to 'refs/tags/xf86-video-mach64-6.10.0'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Sat Oct 12 19:41:49 UTC 2024
Tag 'xf86-video-mach64-6.10.0' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2024-10-12 19:41 +0000
xf86-video-mach64-6.10.0
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEL328rVsw5mi71RbBz98UiCjGQqcFAmcK0O4ACgkQz98UiCjG
Qqe6xw/8DRSqn5qs6CbU2UfFv+1PspfYUMQD3Yh8/Pt6X3sHVFEGgpnXLc/gUF05
x+otV9fya+EbmlfrLMqN3TiBgnMkbkO2roZygxbjztSrc26IY0NAoT74qHcuq48J
5wEjpC9H3WecIPlZHn+3EefQX6hIxyFuvyaXVGsRuf6NNobciUZhm5ih6vzeWpgk
eOgubMKwroFCqdAt9ZOkg2aZ9mgErYsSaaIHNheOyp2lEocFlY5eOj66PcXfGF+m
SXwIiepX855SW443ZBdEDJWClLHkJyO6o+I5Ev+Vjmo25BjgBP7iyvM0Iw3rB5+k
0qE5tuCBfHNxeQ5sWmXXeTJceg5XLEBy5AVNRlPqFA5I/N98p7mBL19xY/E4bLfK
Vd+8sDh1t8/XSCmN2ePBQZ+K5yP/8j5gcl7ZKjqREkiRikEixtp2KrlS0rpLr2J7
0aqNBRWhcf1NXqU7klEAHa0FXuUYOMefK8kevIDZBH54SfyKOjmYtxE2OSabZCGX
7GDE8yv+gC84sEtJnhwan/McDKGGw+re6O1w+vdxU5A4LNOGoHQSSzV+HPOUKx3n
yqhBWU+r971Pqi+s1UHgOXdN0Bd8QEn/kkuf+D4isD+HWWkcOjymISObSQ55mijs
Q0LWVbJFFopGhBp0RJkw6Pb8DPapgm0l5vKcBmbN9gsIwvfw4+g=
=EdIF
-----END PGP SIGNATURE-----
Changes since xf86-video-mach64-6.9.7:
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 deprecated AC_PROG_LIBTOOL
Quiet -Wredundant-decls from xorg/os.h fallbacks for new libc functions
Fix 24 of 24 -Wimplicit-fallthrough warnings
Fix -Wanalyzer-possible-null-argument warning in ATIDRIScreenInit
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 of xnfalloc
use XNFcallocarray() instead of xnfcalloc macro
drop compat with ancient xserver versions
drop compat with ancient xservers
Niveditha Rau (1):
Mark DriverRec exported in atimach64probe.h to match atimach64probe.c
---
.gitlab-ci.yml | 10
README | 2
configure.ac | 37 --
man/Makefile.am | 2
src/atiadjust.c | 7
src/atiadjust.h | 2
src/atichip.c | 20 +
src/aticlock.c | 13
src/aticonfig.c | 16 -
src/aticonsole.c | 30 --
src/aticonsole.h | 6
src/atidac.c | 34 +-
src/atidga.c | 138 ----------
src/atidri.c | 319 -----------------------
src/atii2c.c | 14 -
src/atii2c.h | 2
src/atiload.c | 10
src/atimach64.c | 14 -
src/atimach64accel.c | 674 --------------------------------------------------
src/atimach64accel.h | 7
src/atimach64exa.c | 15 -
src/atimach64i2c.c | 10
src/atimach64io.h | 14 -
src/atimach64probe.c | 3
src/atimach64probe.h | 2
src/atimach64render.c | 3
src/atimach64xv.c | 112 --------
src/atimode.c | 9
src/atipreinit.c | 7
src/atiscreen.c | 297 ----------------------
src/atiscreen.h | 2
src/atistruct.h | 30 --
src/atiutil.h | 4
src/ativga.c | 12
src/atiwonderio.c | 2
src/compat-api.h | 56 ----
36 files changed, 140 insertions(+), 1795 deletions(-)
---
More information about the xorg-commit
mailing list