Commit Graph

127 Commits

Author SHA1 Message Date
Enrico Weigelt, metux IT consult
76c649b061 .github: add freebsd and dragonfly build
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-28 15:59:27 +01:00
Enrico Weigelt, metux IT consult
104b65b3d3 .github: use new common driver build actions
Using the new driver build actions in X11Libre/actions-build-driver repo,
instead of having lots of duplicated pipeline and script in all the
individual driver repos.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-23 21:54:53 +01:00
Enrico Weigelt, metux IT consult
3204367d97 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:10:23 +01:00
Enrico Weigelt, metux IT consult
c35527bb0c release 25.0.0
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
xlibre-xf86-video-i740-25.0.0
2025-12-18 19:11:40 +01:00
Enrico Weigelt, metux IT consult
57e6cb3d0d configure.ac: tiny formatting cleanup
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-18 17:24:31 +01:00
Enrico Weigelt, metux IT consult
41f646fd53 drop obsolete #ifdef XFree86LOADER
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-18 13:44:51 +01:00
Enrico Weigelt, metux IT consult
cd9899167e configure.ac: replace DRIVER_NAME symbol by actual name
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-18 13:12:43 +01:00
Enrico Weigelt, metux IT consult
08ad163e17 drop obsolete .gitlab-ci.yml
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-18 11:54:00 +01:00
Enrico Weigelt, metux IT consult
78df569b01 drop obsolete #ifdef HAVE_CONFIG_H
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-17 19:46:20 +01:00
Enrico Weigelt, metux IT consult
accf9ebff6 release 1.4.1
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
xlibre-xf86-video-i740-1.4.1
2025-12-16 15:12:58 +01:00
Enrico Weigelt, metux IT consult
f1316a5afa drop ancient pre-pciaccess code pathes
those aren't functional on modern xservers anymore, so no need to
keep them around any longer.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-15 18:58:18 +01:00
Enrico Weigelt, metux IT consult
ad905f1155 configure.ac: fix package name and issue tracker URL
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-15 18:55:51 +01:00
b-aaz
3adcf26d66 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>
xlibre-xf86-video-i740-1.4.0.2
2025-07-29 18:55:06 +02:00
Enrico Weigelt, metux IT consult
bc892e56f6 .github: add CI pipeline
This pipeline builds the driver against the latest Xserver stable
release as well as current master.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-07-28 20:20:53 +02:00
callmetango
aea3e653da .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 17:05:40 +02:00
Alan Coopersmith
2fa6c435d1 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-i740/-/merge_requests/9>
xlibre-xf86-video-i740-1.4.0.1
2025-06-01 17:31:44 -07:00
Enrico Weigelt, metux IT consult
d610334264 drop compat with ancient xservers
Relying on >= 1.18 now, no need to keep compat with older ones.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-i740/-/merge_requests/8>
2024-05-28 17:03:00 +02:00
Alan Coopersmith
3f312e68c5 Raise minimum supported Xserver version to 1.18 (ABI_VIDEODRV_VERSION 20.0)
Already effectively required by use of XNFcallocarray() introduced in
xorg/xserver@b96dc999 - xserver-1.18.0, released in Nov. 2015.

Allows dropping remnants of code for XAA and pre-pciaccess X servers

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-i740/-/merge_requests/7>
2024-05-14 15:07:55 -07:00
Enrico Weigelt, metux IT consult
024e184053 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-i740/-/merge_requests/5>
2024-05-08 16:00:12 +02:00
Alan Coopersmith
102fe6d880 Add X.Org's standard C warning flags to AM_CFLAGS
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2024-01-07 09:53:23 -08:00
Alan Coopersmith
2135e795c8 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:44: warning: The macro 'AC_PROG_LIBTOOL' is obsolete.
configure.ac:44: You should run autoupdate.
aclocal.m4:3515: AC_PROG_LIBTOOL is expanded from...
configure.ac:44: the top level

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2024-01-07 09:51:03 -08:00
Alan Coopersmith
196f1958f6 gitlab CI: ensure libtool is installed in build container
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2023-10-01 13:21:03 -07:00
Alan Coopersmith
12bf0ad760 Variable scope reductions as suggested by cppcheck
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2023-05-10 15:14:05 -07:00
Alan Coopersmith
63c947f718 Adopt X.Org standard code style
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2023-05-10 15:02:42 -07:00
Alan Coopersmith
fa62f66b9a gitlab CI: stop requiring Signed-off-by in commits
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2023-02-09 12:06:57 -08:00
Alan Coopersmith
2aaf6e6756 gitlab CI: add a basic build test
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-01-22 12:00:49 -08:00
Alan Coopersmith
db93b1336c Build xz tarballs instead of bzip2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-01-22 12:00:01 -08:00
Kevin Brace
327d0fc8e6 Version bumped to Version 1.4.0
Signed-off-by: Kevin Brace <kevinbrace@gmx.com>
xf86-video-i740-1.4.0
2018-12-06 15:19:06 -08:00
Kevin Brace
cca56a6eb2 Declare a variable only when XSERVER_LIBPCIACCESS is defined
This is to suppress a compilation warning when compiling against
newer X Servers.

Signed-off-by: Kevin Brace <kevinbrace@gmx.com>
2018-12-06 14:53:12 -08:00
Laurent Carlier
77346606a1 Stop using deprecated xf86PciInfo.h
Signed-off-by: Laurent Carlier <lordheavym@gmail.com>
Reviewed-by: Connor Behan <connor.behan@gmail.com>
2018-12-06 14:48:59 -08:00
Alan Coopersmith
f2c051aa66 Update configure.ac bug URL for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2018-11-25 13:59:10 -08:00
Mihail Konev
245372a8a4 autogen: add default patch prefix
Signed-off-by: Mihail Konev <k.mvc@ya.ru>
2017-01-26 14:00:21 +10:00
Emil Velikov
dd22309f74 autogen.sh: use quoted string variables
Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
fall-outs, when they contain space.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2017-01-26 11:26:28 +10:00
Peter Hutterer
84d9ce838a autogen.sh: use exec instead of waiting for configure to finish
Syncs the invocation of configure with the one from the server.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
2017-01-26 11:23:46 +10:00
Alan Coopersmith
531113a589 autogen.sh: Honor NOCONFIGURE=1
See http://people.gnome.org/~walters/docs/build-api.txt

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2017-01-26 11:16:37 +10:00
Alan Coopersmith
cdf9387e43 configure: Drop AM_MAINTAINER_MODE
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2017-01-26 11:16:37 +10:00
Matt Turner
4ec050e2c0 xf86-video-i740 1.3.6
Signed-off-by: Matt Turner <mattst88@gmail.com>
xf86-video-i740-1.3.6
2017-01-17 14:39:59 -08:00
Adam Jackson
74e5a49cbf Adapt Block/WakeupHandler signature for ABI 23
Signed-off-by: Adam Jackson <ajax@redhat.com>
2016-07-19 10:15:07 -04:00
Matt Turner
1f13c18a17 xf86-video-i740 1.3.5
Signed-off-by: Matt Turner <mattst88@gmail.com>
xf86-video-i740-1.3.5
2015-02-21 12:28:33 -08:00
Matthieu Herrb
b4a3e260f5 Fix loading the driver without XAA
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>
Reviewed-by: Thomas Klausner <wiz@NetBSD.org>
2013-07-11 12:15:48 +02:00
Adam Jackson
084aa23643 Remove mibstore.h
Signed-off-by: Adam Jackson <ajax@redhat.com>
2013-01-09 22:21:52 -05:00
Dave Airlie
c754f57359 xf86-video-i740: bump to version 1.3.4
Signed-off-by: Dave Airlie <airlied@redhat.com>
xf86-video-i740-1.3.4
2012-07-17 16:05:09 +10:00
Dave Airlie
e3f81a683f i740: convert to new X server screen conv api.
Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-07-17 14:52:33 +10:00
Dave Airlie
a4b43ddf74 i740: bump to new X server compat API.
Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-07-17 14:19:46 +10:00
Dave Airlie
018440b3e8 i740: fix build after XAA removal from server.
Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-07-17 14:19:46 +10:00
Julien Cristau
94a2eb3193 xf86-video-i740 1.3.3 xf86-video-i740-1.3.3 2012-05-12 13:19:28 +02:00
Julien Cristau
c9f21d2bac Add missing unistd.h includes for usleep()
Signed-off-by: Julien Cristau <jcristau@debian.org>
2012-05-12 13:19:00 +02:00
Julien Cristau
8dd5542ba4 Replace deprecated xalloc/xrealloc/xcalloc/xfree with the standard functions
Signed-off-by: Julien Cristau <jcristau@debian.org>
2012-05-12 13:16:16 +02:00
Adam Jackson
421f4e7219 Fix for new vgaHW ABI
Signed-off-by: Adam Jackson <ajax@redhat.com>
2011-12-19 17:48:45 -05:00
Adam Jackson
cf434e93cd Make failure to XAA non-fatal
No shadowfb support in this driver yet.

Signed-off-by: Adam Jackson <ajax@redhat.com>
2011-12-19 16:34:10 -05:00