xf86-video-xgi: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Jan 30 17:48:39 UTC 2022


 .gitlab-ci.yml    |   98 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README.md         |    2 -
 configure.ac      |    2 -
 src/init.c        |    4 +-
 src/osdef.h       |    2 -
 src/vb_def.h      |    2 -
 src/vb_i2c.c      |    2 -
 src/vb_setmode.c  |   12 +++---
 src/vgatypes.h    |    4 +-
 src/xgi.h         |    2 -
 src/xgi_accel.c   |    2 -
 src/xgi_accel.h   |    6 +--
 src/xgi_dri.c     |    4 +-
 src/xgi_driver.c  |   12 +++---
 src/xgi_memcpy.c  |    2 -
 src/xgi_video.c   |    6 +--
 src/xgi_videohw.c |    4 +-
 17 files changed, 132 insertions(+), 34 deletions(-)

New commits:
commit 3143bdee580c4d397e21adb0fa35502d4dc8e888
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 30 09:41:19 2022 -0800

    Fix building with `-fno-common`
    
    This is the default in gcc 10 & later, and causes build failures with:
    /usr/sbin/ld: .libs/xgi_driver.o:/builds/alanc/xf86-video-xgi/_builddir/src/../../src/xgi_accel.h:125: multiple definition of `Alignment'; .libs/xgi_accel.o:/builds/alanc/xf86-video-xgi/_builddir/src/../../src/xgi_accel.h:125: first defined here
    /usr/sbin/ld: .libs/xgi_driver.o:/builds/alanc/xf86-video-xgi/_builddir/src/../../src/xgi_accel.h:124: multiple definition of `G2CmdQueLen'; .libs/xgi_accel.o:/builds/alanc/xf86-video-xgi/_builddir/src/../../src/xgi_accel.h:124: first defined here
    /usr/sbin/ld: .libs/xgi_driver.o:/builds/alanc/xf86-video-xgi/_builddir/src/../../src/xgi_accel.h:122: multiple definition of `w_port'; .libs/xgi_accel.o:/builds/alanc/xf86-video-xgi/_builddir/src/../../src/xgi_accel.h:122: first defined here
    /usr/sbin/ld: .libs/xgi_driver.o:/builds/alanc/xf86-video-xgi/_builddir/src/../../src/xgi_accel.h:122: multiple definition of `r_port'; .libs/xgi_accel.o:/builds/alanc/xf86-video-xgi/_builddir/src/../../src/xgi_accel.h:122: first defined here
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 542aaf8ac4b7b9872861e3f218d012cdf360ff59
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 30 09:25:24 2022 -0800

    gitlab CI: add a basic build test
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 279b965c8be7ab0a01af039aa497222064dfa977
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 30 09:23:37 2022 -0800

    Fix spelling/wording issues
    
    Found by using:
        codespell --builtin clear,rare,usage,informal,code,names
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit fb010f424314f49ba6710def546b550affede61c
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 30 09:12:05 2022 -0800

    Build xz tarballs instead of bzip2
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list