xf86-video-glint: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Aug 15 01:42:22 UTC 2025


 .gitignore           |    4 
 README.pm3           |    4 
 man/Makefile.am      |    2 
 src/IBMramdac.c      |   32 
 src/TIramdac.c       |   80 
 src/glint.h          |  276 +--
 src/glint_dga.c      |  220 +-
 src/glint_driver.c   | 4372 +++++++++++++++++++++++++--------------------------
 src/glint_regs.h     | 2226 ++++++++++++-------------
 src/glint_shadow.c   |   32 
 src/glintpcirename.h |    2 
 src/pm2_accel.c      | 1448 ++++++++--------
 src/pm2_dac.c        |  298 +--
 src/pm2_video.c      | 2972 +++++++++++++++++-----------------
 src/pm2ramdac.c      |   84 
 src/pm2v_dac.c       |  316 +--
 src/pm2vramdac.c     |    4 
 src/pm3_accel.c      |  942 +++++-----
 src/pm3_dac.c        |  780 ++++-----
 src/pm3_regs.h       | 1936 +++++++++++-----------
 src/pm3_video.c      | 1000 +++++------
 src/pm_accel.c       | 1178 ++++++-------
 src/pm_dac.c         |  144 -
 src/sx_accel.c       |  648 +++----
 src/tx_accel.c       |  722 ++++----
 src/tx_dac.c         |  298 +--
 26 files changed, 10010 insertions(+), 10010 deletions(-)

New commits:
commit 2f16d141e9bec0c1419bde549531726f9a8b9245
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Aug 14 18:39:32 2025 -0700

    Expand tabs in source files
    
    Resolves issues highlighted by diff with spaces before tabs
    
    `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-glint/-/merge_requests/4>

commit 12c1cba4229fd3e8f3cd1c46617f9331a3c397bc
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Aug 14 18:35:40 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-glint/-/merge_requests/4>



More information about the xorg-commit mailing list