Enrico Weigelt, metux IT consult
3771954cc0
configure.ac: query video driver directory via pkg-config
...
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-01-12 17:18:53 +01:00
Enrico Weigelt, metux IT consult
cec6f2d492
configure.ac: drop obsolete AC_HEADER_STDC
...
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-01-12 13:20:14 +01:00
Enrico Weigelt, metux IT consult
7181904675
replace obsolete "pointer" typedef by plain void*
...
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2026-01-07 18:59:40 +01:00
Enrico Weigelt, metux IT consult
2f5af59d71
release 25.0.1
...
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
xlibre-xf86-video-wsfb-25.0.1
2025-12-30 20:30:09 +01:00
Enrico Weigelt, metux IT consult
774170f63d
configure.ac: drop obsolete AM_MAINTAINER_MODE
...
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2025-12-30 16:23:42 +01:00
Enrico Weigelt, metux IT consult
ad4763e0f7
.github: add NetBSD build
...
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2025-12-29 19:51:41 +01:00
Enrico Weigelt, metux IT consult
a0907bba33
fix PointerMoved() call
...
Fixes: a397b886d6
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2025-12-29 19:51:41 +01:00
Enrico Weigelt, metux IT consult
1d002b8d68
drop unused function WsfbShadowUpdateRGB16ToYUY2()
...
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2025-12-29 19:51:41 +01:00
Enrico Weigelt, metux IT consult
e8a1b376d2
configure.ac: increase minimum xserver version to 25.0.0
...
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2025-12-19 16:22:04 +01:00
Enrico Weigelt, metux IT consult
966ee491a7
release 25.0.0
...
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
xlibre-xf86-video-wsfb-25.0.0
2025-12-18 19:26:14 +01:00
Enrico Weigelt, metux IT consult
4fdd1830c0
configure.ac: tiny formatting cleanup
...
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2025-12-18 17:46:12 +01:00
Enrico Weigelt, metux IT consult
e206218916
configure.ac: replace DRIVER_NAME symbol by actual name
...
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2025-12-18 13:36:24 +01:00
Enrico Weigelt, metux IT consult
adbdb1aeab
drop obsolete #ifdef HAVE_CONFIG_H
...
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2025-12-18 11:27:40 +01:00
Enrico Weigelt, metux IT consult
725655c239
release 0.4.2
...
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
xlibre-xf86-video-wsfb-0.4.2
2025-12-16 15:40:42 +01:00
Enrico Weigelt, metux IT consult
5fd5ba9229
README.md: fix URLs
...
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2025-12-16 12:20:08 +01:00
Alan Coopersmith
ad841a6bf9
Improve man page formatting
...
More closely follow common style as described on
https://man7.org/linux/man-pages/man7/man-pages.7.html
and fix warnings raised by `mandoc -T lint` and `groff -rCHECKSTYLE=10`
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com >
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-wsfb/-/merge_requests/11 >
2025-12-16 10:53:30 +01:00
Enrico Weigelt, metux IT consult
4674a44545
configure.ac: fix package name and issue tracker URL
...
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2025-12-15 19:32:10 +01:00
Enrico Weigelt, metux IT consult
a397b886d6
drop remains of old compat layer
...
It's just simple aliases, that aren't needed anymore.
Fixes: 87e022eaf8
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2025-12-08 18:56:21 +01:00
b-aaz
263f9ef4e9
configure: Automatically detect the default xorg-module-dir.
...
The module directory has changed to a per ABI folder in the xlibre-xserver.
Now the default value of `xorg-module-dir` will be detected from the `moduledir` variable in xorg-server.pc.
Signed-off-by: b-aaz <b-aazbsd.proton.me>
2025-07-29 18:51:36 +02:00
callmetango
07bf92d941
.github: Add issue forms
...
Add the following forms for issue creation:
* Bug report
* Feature request
* Code change
* Documentation update
* Organizational task
* add issue type selection page on "New Issue" call
* mention Github Discussions and the mailing list where appropriate
Part-of: X11Libre/misc#156
Signed-off-by: callmetango <callmetango@users.noreply.github.com >
2025-07-07 16:42:56 +02:00
Enrico Weigelt, metux IT consult
eaf2d77c32
fix warning on shadowed global symbol
...
../../src/wsfb_driver.c: In function 'WsfbCopyRGB16ToYUY2':
../../src/wsfb_driver.c:1362:18: warning: declaration of 'rgb' shadows a global declaration [-Wshadow]
1362 | const uint16_t rgb = ((rgb0 >> 1) & ~0x8410) +
| ^~~
In file included from /usr/local/X11/include/xorg/xf86.h:46,
from ../../src/wsfb_driver.c:52:
/usr/local/X11/include/xorg/xf86str.h:114:3: note: shadowed declaration is here
114 | } rgb;
| ^~~
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-wsfb/-/merge_requests/10 >
xlibre-xf86-video-wsfb-0.4.1.1
2024-06-23 22:02:44 +00:00
Enrico Weigelt, metux IT consult
a7a04dd0af
fix warning on const constraint
...
../../src/wsfb_driver.c: In function 'WsfbPreInit':
../../src/wsfb_driver.c:574:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
574 | if ((s = xf86GetOptValString(fPtr->Options, OPTION_ROTATE))) {
| ^
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-wsfb/-/merge_requests/9 >
2024-06-18 12:15:23 +02:00
Enrico Weigelt, metux IT consult
87e022eaf8
drop compat for ancient xserver versions
...
We're relying on at least 1.18 now.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-wsfb/-/merge_requests/8 >
2024-05-23 21:20:56 +02:00
Enrico Weigelt, metux IT consult
b950f0919b
bump minimal xorg version to 1.18
...
1.18 was released a decade ago, so it seems reasonable stop supporting
older ones.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-wsfb/-/merge_requests/8 >
2024-05-14 16:32:15 +02:00
Enrico Weigelt, metux IT consult
80edfdfa03
use XNFcallocarray() instead of xnfcalloc macro
...
xnfcalloc is just an alias for XNFcallocarray() that doesn't seem to serve
any practical purpose, so it can go away once all drivers stopped using it.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-wsfb/-/merge_requests/7 >
2024-05-08 17:27:29 +02:00
nia
14d55de20e
Nintendo Wii (YUY2 framebuffer) support from Jared D. McNeill
2024-05-03 22:42:11 +00:00
Alan Coopersmith
b669c42077
configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
...
AC_PROG_LIBTOOL was replaced by LT_INIT in libtool 2 in 2008,
so it's time to rely on it.
Clears autoconf warnings:
configure.ac:40: warning: The macro 'AC_PROG_LIBTOOL' is obsolete.
configure.ac:40: You should run autoupdate.
m4/libtool.m4💯 AC_PROG_LIBTOOL is expanded from...
configure.ac:40: the top level
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com >
2024-01-16 16:50:24 -08:00
Izumi Tsutsui
f7e18f4533
Don't call xf86DisableRandR() on newer X.org Servers.
2023-03-26 04:55:41 +09:00
Izumi Tsutsui
b261bc00a2
Add missing newlines in xf86DrvMsg() messages.
2023-03-19 10:42:53 +09:00
Izumi Tsutsui
f2cf74aa54
Use consistent indent and style.
2022-09-11 04:30:56 +09:00
Alan Coopersmith
27c2d76404
Fix spelling/wording issues
...
Found by using:
codespell --builtin clear,rare,usage,informal,code,names
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com >
2022-01-30 11:51:05 -08:00
Alan Coopersmith
d438a22241
Build xz tarballs instead of bzip2
...
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com >
2022-01-30 11:49:58 -08:00
Alan Coopersmith
b0a8294947
Update configure.ac bug URL for gitlab migration
...
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com >
2018-12-07 19:23:12 -08:00
Alan Coopersmith
fdab04c3e3
Update README for gitlab migration
...
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com >
2018-11-18 16:45:36 -08:00
Adam Jackson
8069c6970c
Replace LoaderGetOS with ifdef
...
Signed-off-by: Adam Jackson <ajax@redhat.com >
2017-01-24 10:00:21 -05:00
Dave Airlie
9058c301e6
wsfb: sync autogen.sh with everyone else
...
fixes inability to configure due to missing m4
Signed-off-by: Dave Airlie <airlied@redhat.com >
2014-11-12 15:01:10 +10:00
Matthieu Herrb
3b2cbabfe6
Kill duplicate line
2014-07-13 18:13:29 +02:00
Matthieu Herrb
1ff2e87ea1
Suppress a bunch of compiler warnings for using constant strings
...
Signed-off-by: Matthieu Herrb <matthieu@herrb.eu >
2014-07-13 17:32:51 +02:00
Matthieu Herrb
7ce8a10b81
Sync configure.ac and src/Makefile.am with X.Org templates
...
Signed-off-by: Matthieu Herrb <matthieu@herrb.eu >
2014-07-13 16:41:41 +02:00
Matthieu Herrb
16ac29883c
Remove obsolete #ifdef HAVE_XF1BPP and #ifdef HAVE_XF4BPP blocks,
...
Signed-off-by: Matthieu Herrb <matthieu@herrb.eu >
2014-07-13 16:41:11 +02:00
Matthieu Herrb
1c1bf30b61
Remove unused variables
...
Signed-off-by: Matthieu Herrb <matthieu@herrb.eu >
2014-07-13 16:38:31 +02:00
Matthieu Herrb
621057c6f9
Remove extra white space
...
Signed-off-by: Matthieu Herrb <matthieu@herrb.eu >
2014-07-13 15:38:17 +02:00
Matthieu Herrb
2993b33c46
Remove calls to miInitializeBackingStore() and includes of mibstore.h
...
Signed-off-by: Matthieu Herrb <matthieu@herrb.eu >
2014-07-13 12:07:54 +02:00
Adam Jackson
fa9aabe95a
Use own thunk functions instead of shadow*Weak
...
I plan to remove the Weak functions from a future server.
Signed-off-by: Adam Jackson <ajax@redhat.com >
2014-05-21 13:53:19 -04:00
Matthieu Herrb
f2b7c40843
xf86-video-wsfb 0.4.1
xf86-video-wsfb-0.4.1
2012-09-09 11:42:23 +02:00
Matthieu Herrb
586b722fb1
Add compat-api.h for compatibility with xserver 1.13
2012-09-09 11:41:58 +02:00
Matthieu Herrb
4a3eb3bf6b
xf86-video-wsfb 0.4.0
...
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr >
xf86-video-wsfb-0.4.0
2012-01-01 16:12:20 +01:00
Matthieu Herrb
79d4768795
Constify argument of wsfb_open()
...
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr >
2012-01-01 16:10:57 +01:00
Matthieu Herrb
78bb956de1
Add missing headers for ioctl() and getpagesize() prototypes
...
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr >
2012-01-01 16:05:40 +01:00
Matthieu Herrb
2ad009debf
Bump copyright year.
...
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr >
2012-01-01 15:42:17 +01:00