xf86-video-s3: Changes to 'master'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Thu Aug 21 00:05:31 UTC 2025
.gitignore | 4
man/Makefile.am | 2
src/newmmio.h | 36 ++++----
src/s3.h | 16 +--
src/s3_IBMRGB.c | 10 +-
src/s3_Ti.c | 36 ++++----
src/s3_Trio64DAC.c | 18 ++--
src/s3_accel.c | 18 ++--
src/s3_bios.c | 8 -
src/s3_cursor.c | 10 +-
src/s3_dga.c | 10 +-
src/s3_driver.c | 234 ++++++++++++++++++++++++++---------------------------
src/s3_pcirename.h | 2
src/s3_reg.h | 18 ++--
src/s3_shadow.c | 48 +++++-----
src/s3_video.c | 106 ++++++++++++------------
16 files changed, 288 insertions(+), 288 deletions(-)
New commits:
commit ac42cac5bf0c6d6a37c3c4bf509de5a7636afe9e
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date: Wed Aug 20 17:01:50 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-s3/-/merge_requests/5>
More information about the xorg-commit
mailing list