xf86-video-s3virge: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jan 17 17:39:32 UTC 2024


 configure.ac     |    8 ++++++--
 src/Makefile.am  |    2 +-
 src/regs3v.h     |    4 ++--
 src/s3v_accel.c  |    4 ++--
 src/s3v_driver.c |   39 ++++++++++++++++++++-------------------
 5 files changed, 31 insertions(+), 26 deletions(-)

New commits:
commit d2c856ab65c87e1ed98ba14ed957a0549e92f06d
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 058fbc23b3b8b0b55663b10f3de8dcafb2d09b72
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Jan 10 16:57:44 2024 -0800

    Fix warning: declaration of ‘tmp’ shadows a previous local [-Wshadow]
    
    s3v_driver.c: In function ‘S3VModeInit’:
    s3v_driver.c:3103:12: warning: declaration of ‘tmp’ shadows a previous local [-Wshadow]
     3103 |        int tmp = vganew->CRTC[4] + ((i&0x10)<<4) + ps3v->HorizScaleFactor;
          |            ^~~
    s3v_driver.c:2577:17: note: shadowed declaration is here
     2577 |   unsigned char tmp = 0;
          |                 ^~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit d9db1f64514cfee060af59dbac07e77dafeae95a
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Jan 10 16:54:07 2024 -0800

    Fix -Wmisleading-indentation warnings in regs3v.h
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 55c908b7e2e9e68b82bc1b9718c9a044cbeeb05c
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Jan 10 16:51:14 2024 -0800

    Fix warning: no previous prototype for ‘S3VNopAllCmdSets’
    
    s3v_accel.c:248:1: warning: no previous prototype for ‘S3VNopAllCmdSets’ [-Wmissing-prototypes]
      248 | S3VNopAllCmdSets(ScrnInfoPtr pScrn)
          | ^~~~~~~~~~~~~~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 61939906fb2cd08deab4e5fc0db01254bcf8f23e
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Jan 10 16:47:03 2024 -0800

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

commit ca1c2cde889c267e7946a9e1475970d44a8cc164
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Jan 10 16:44:39 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