xf86-video-xgi: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Jul 27 22:46:34 UTC 2024


 src/xgi_accel.c |   37 ++++++++++++-------------------------
 src/xgi_accel.h |    5 +----
 2 files changed, 13 insertions(+), 29 deletions(-)

New commits:
commit e73ff14a7f1b7562ff447aad527641cc35f557ae
Author: Enrico Weigelt, metux IT consult <info at metux.net>
Date:   Thu Jun 6 13:03:24 2024 +0200

    fix FTBS on missing typedef ulong
    
    > ../../src/xgi_accel.c: In function 'XGIPrepareSolid':
    > ../../src/xgi_accel.h:382:27: error: 'ulong' undeclared (first use in this function); did you mean 'ULong'?
    >   382 |     pXGI->CommandReg |= ((ulong)(bpp))&(GENMASK(17:16)) ;
    >       |                           ^~~~~
    
    Signed-off-by: Enrico Weigelt, metux IT consult <info at metux.net>
    Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-xgi/-/merge_requests/8>

commit 75ea1ea883c6388809f936d59ddfd5a1e2598cb4
Author: Enrico Weigelt, metux IT consult <info at metux.net>
Date:   Thu Jun 6 12:03:39 2024 +0200

    fix FTBS on missing return value
    
    > ../../src/xgi_accel.c:1055:2: error: non-void function 'XGIUploadToScratch' should return a value [-Wreturn-type]
             DisableDrawingFunctionDynamically(TRUE);
    >         ^
    > ../../src/xgi_accel.c:185:4: note: expanded from macro 'DisableDrawingFunctionDynamically'
    >                         return; \
    >                         ^
    
    Signed-off-by: Enrico Weigelt, metux IT consult <info at metux.net>
    Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-xgi/-/merge_requests/8>



More information about the xorg-commit mailing list