xf86-video-sis: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jan 19 19:14:52 UTC 2024


 configure.ac       |    8 ++
 src/Makefile.am    |    2 
 src/initextx.c     |   25 ++++-----
 src/sis310_accel.c |    3 -
 src/sis_cursor.h   |  144 ++++++++++++++++++++++++++---------------------------
 src/sis_dri.c      |    2 
 src/sis_driver.c   |   37 ++++++-------
 src/sis_opt.c      |   22 ++++----
 src/sis_setup.c    |    2 
 src/sis_utility.c  |    6 +-
 src/sis_vga.c      |    2 
 11 files changed, 127 insertions(+), 126 deletions(-)

New commits:
commit 4c5ce451f0cb548a2ed66c680709050616a583f6
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 1174436d1a2a79cda5c852935f43a31e5df69b52
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Jan 12 18:05:54 2024 -0800

    Fix 5 of 5 -Wstringop-truncation warnings
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 5072df5b9d96db8cea6281b8508c452b7729a48f
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Jan 12 17:55:23 2024 -0800

    Fix warning: no previous prototype for ‘sis_get_device’ [-Wmissing-prototypes]
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 2d64d83f24a3847a469ecb8d566dadb01dca83e8
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Jan 12 17:54:05 2024 -0800

    Fix 40 of 42 -Wformat-nonliteral warnings
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit f5f1239385c0ab54d1ae648c1dd73343bd8a0490
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Jan 12 17:42:06 2024 -0800

    Fix 2 of 2 -Wformat warnings
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 4edff7ddd4a13f54a071687ba9c539d92d88c331
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Jan 12 17:34:06 2024 -0800

    Fix 20 out of 23 -Wshadow warnings
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit b69195620649aa2318fffea4a023082ef8e3437b
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Jan 11 13:45:44 2024 -0800

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

commit 02169f1c5ff3306d8a83925927ed91848a6a9d45
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Jan 11 13:43:45 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