xf86-video-rendition: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Aug 21 00:04:34 UTC 2025


 .gitignore             |    4 
 man/Makefile.am        |    2 
 src/Makefile.am        |    2 
 src/accel.h            |    2 
 src/accelX.c           |   38 +--
 src/cmd2d.h            |    2 
 src/commonregs.h       |    2 
 src/cscode.h           |    2 
 src/hwcursor.c         |   10 
 src/hwcursor.h         |    2 
 src/rendition.c        |   72 +++---
 src/rendition_shadow.c |   36 +--
 src/rendition_shadow.h |    2 
 src/v1kregs.h          |    2 
 src/v1krisc.c          |   44 ++--
 src/v2kregs.h          |   10 
 src/vboard.c           |   18 -
 src/vgafont-std.data   |    2 
 src/vgafont-vrx.data   |  512 ++++++++++++++++++++++++-------------------------
 src/vloaduc.c          |   28 +-
 src/vloaduc.h          |    2 
 src/vmisc.c            |    4 
 src/vmodes.c           |   58 ++---
 src/vramdac.c          |   34 +--
 src/vtypes.h           |    4 
 25 files changed, 447 insertions(+), 447 deletions(-)

New commits:
commit e593b654f9cd014e038cef348e2ae4630d6878da
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Aug 20 16:59:16 2025 -0700

    Strip trailing whitespace from source files
    
    Performed with: `git ls-files | xargs perl -i -p -e 's{[ \t]+$}{}'`
    
    `git diff -w` & `git diff -b` show no diffs from this change
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-rendition/-/merge_requests/6>



More information about the xorg-commit mailing list