xf86-video-tdfx: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Aug 21 16:09:01 UTC 2025


 .gitignore        |    4 -
 man/Makefile.am   |    2 
 src/tdfx.h        |   26 ++++++------
 src/tdfx_accel.c  |    8 +--
 src/tdfx_dga.c    |   24 +++++------
 src/tdfx_dri.c    |    4 -
 src/tdfx_driver.c |  110 +++++++++++++++++++++++++++---------------------------
 src/tdfx_hwcurs.c |    6 +-
 src/tdfx_priv.c   |   26 ++++++------
 src/tdfx_priv.h   |   10 ++--
 src/tdfx_sli.c    |   22 +++++-----
 src/tdfx_video.c  |   84 ++++++++++++++++++++---------------------
 src/tdfxdefs.h    |    8 +--
 13 files changed, 167 insertions(+), 167 deletions(-)

New commits:
commit 0a9cb1ed6564cfcba62c424fd0e4590bb6799415
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Aug 21 09:00:47 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-tdfx/-/merge_requests/12>



More information about the xorg-commit mailing list