xf86-video-voodoo: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jan 23 01:51:20 UTC 2024


 configure.ac          |    8 +++++---
 src/Makefile.am       |    2 +-
 src/voodoo_dga.c      |    6 ------
 src/voodoo_driver.c   |    4 ----
 src/voodoo_hardware.c |    8 +++++---
 5 files changed, 11 insertions(+), 17 deletions(-)

New commits:
commit 3065954a83c966901baecf686619e6679833632f
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Jan 16 16:38:58 2024 -0800

    voodoo_find_dac doesn't check device_ids (#2)
    
    Closes: #2
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit a2b65b4bca30a9805e4757e5e05860aa00d56483
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Jan 16 16:30:18 2024 -0800

    Fix 4 -Wunused-variable warnings
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit ead68c88de422c82004715403776ec0d21c6d6aa
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Jan 16 16:27:27 2024 -0800

    Fix 3 -Wunused-but-set-variable warnings
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit cfe1fcb4eefba66243ecf1336e38f4e77a491cff
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Jan 15 11:44:21 2024 -0800

    Quiet -Wredundant-decls from xorg/os.h fallbacks for new libc functions
    
    The Xorg headers provide their own versions of strlcat, strlcpy, and
    timingsafe_memcmp for platforms that don't have them in libc yet, but
    rely on configure to set HAVE_* defines to determine if they should be
    defined in the headers.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 2495db60d9c163941e1ae4b89982ecb8ce4e954a
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Jan 15 11:38:33 2024 -0800

    Add X.Org's standard C warning flags to AM_CFLAGS
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit f1434139a366539ef632ad1aec4764a8c89f2f99
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Jan 15 11:33:07 2024 -0800

    configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
    
    AC_PROG_LIBTOOL was replaced by LT_INIT in libtool 2 in 2008,
    so it's time to rely on it.
    
    Clears autoconf warnings:
    
    configure.ac:44: warning: The macro 'AC_PROG_LIBTOOL' is obsolete.
    configure.ac:44: You should run autoupdate.
    aclocal.m4:3515: AC_PROG_LIBTOOL is expanded from...
    configure.ac:44: the top level
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list