xf86-video-neomagic: Changes to 'master'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Wed Aug 20 23:26:03 UTC 2025
.gitignore | 4
COPYING | 6 -
NM-reg.txt | 2
README | 6 -
TODO | 4
man/Makefile.am | 2
src/neo.h | 4
src/neo_cursor.c | 60 +++++++-------
src/neo_dga.c | 30 +++----
src/neo_driver.c | 216 ++++++++++++++++++++++++++--------------------------
src/neo_i2c.c | 8 -
src/neo_macros.h | 2
src/neo_pcirename.h | 2
src/neo_reg.h | 2
src/neo_shadow.c | 52 ++++++------
src/neo_video.c | 114 +++++++++++++--------------
src/neo_video.h | 2
17 files changed, 258 insertions(+), 258 deletions(-)
New commits:
commit 3ff19498cba7a65f77e40b2e96a6a4b506c4ab33
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date: Wed Aug 20 16:20:54 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-neomagic/-/merge_requests/11>
More information about the xorg-commit
mailing list