Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-27 | Build xf86-video-ati on arm64. | Mark Kettenis | |
ok jsg@, matthieu@ | |||
2018-07-30 | setup WSMOUSE_TYPE_TOUCHPAD devices to use ws driver by default, but | Joshua Stein | |
allow them to work with xf86-input-synaptics with and ok bru@ | |||
2018-07-12 | Update to xf86-video-rendition 4.2.7 | Matthieu Herrb | |
2018-07-12 | Update to xf86-input-synaptics 1.9.1 | Matthieu Herrb | |
2018-07-12 | Update to xf86-input-mouse 1.9.3 | Matthieu Herrb | |
2018-06-18 | Improve the wheel emulation logic. Make the axis filtering symmetrical, | Ulf Brosziewski | |
and less restrictive for vertical scrolling. Thanks to Jake Champlin for help with the issue. ok matthieu@ | |||
2018-03-20 | Force radeon driver to EXA acceleration on all chipsets where it's | Matthieu Herrb | |
supported. Avoids panics caused by glamor reported by several people. ok deraadt@ | |||
2018-03-17 | update to xf86-video-ati 18.0.1 | Jonathan Gray | |
* The Xorg process could crash when multiple primary screens are configured in xorg.conf. * TearFree could trigger debugging messages in the pixman library | |||
2018-03-13 | update to xf86-video-ati 18.0.0 | Jonathan Gray | |
Avoids failing page flips reported by landry@ with a pending xfce4 4.13 update (doesn't occur with xfce 4.12 currently in ports). | |||
2018-02-20 | update to xf86-video-ati 7.10.0 | Jonathan Gray | |
tested by matthieu@ and myself on a wide range of radeons | |||
2017-12-31 | If read() returns EIO, then the wsmouse device has gone away and our fd | Philip Guenther | |
to it is useless, so detach the xserver driver and close it. Modeled on similar code in xf86-input-{keyboard,mouse} reminded by Frank Groeneveld (frank (at) frankgroeneveld.nl) ok matthieu@ kettenis@ | |||
2017-12-05 | Use ws as default driver for touchpads. | Ulf Brosziewski | |
ok matthieu@ | |||
2017-11-26 | MFC: adapt to XF86_CRTC_VERSION 7 | Matthieu Herrb | |
2017-11-26 | MFC: Adapt to video API 22 | Matthieu Herrb | |
2017-11-19 | Adapt xf86-video-intel to xserver 1.19 ABI changes. Mostly | Matthieu Herrb | |
from upstreams commits. Tested by many. Thanks. | |||
2017-11-11 | xf86-input-acecad: adapt to latest xserver input driver API. | Matthieu Herrb | |
2017-10-29 | Use SA_RESETHAND rather than SA_ONESHOT | Matthieu Herrb | |
The latter is an obsolete non-standard, Linux only synonym for the former. This caused syndaemon(1) to enter an an infinite loop whenever it receives a SIGINT signal. Patch from Luca Castagnini. Thanks. | |||
2017-07-27 | check for typeof() and define HAVE_TYPEOF if available so that we use | Robert Nagy | |
the proper implementation of __container_of from xorg's list.h ok kettenis@ | |||
2017-06-24 | Initialize flags member of struct drm_915_gem_mmap as the upcoming inteldrm(4) | Mark Kettenis | |
update checks it. Upstream fixed this differently, but that fix doesn't work for us as our ioctl(2) subsystem works differently from Linux. ok jsg@, tom@ | |||
2017-05-21 | Make X work with radeondrm(4) hardware on loongson. | Visa Hankala | |
OK jsg@ | |||
2017-03-07 | Don't use stale coordinates in the hysteresis filter. | Ulf Brosziewski | |
OK mpi@ | |||
2017-02-18 | Adapt Block/WakeupHandler signature for ABI 23 | Matthieu Herrb | |
2017-02-18 | Update to xf86-video-trident 1.3.8 | Matthieu Herrb | |
2017-02-18 | Update to xf86-video-tdfx 1.4.7 | Matthieu Herrb | |
2017-02-18 | Update to xf86-video-sis 0.10.9 | Matthieu Herrb | |
2017-02-18 | Update to xf86-video-siliconmotion 1.7.9 | Matthieu Herrb | |
2017-02-18 | Update to xf86-video-savage 2.3.9 | Matthieu Herrb | |
2017-02-18 | Update to xf86-video-nv 2.1.21 | Matthieu Herrb | |
2017-02-18 | Update to xf86-video-mga 1.6.5 | Matthieu Herrb | |
2017-02-18 | Update to xf86-video-glint 1.2.9 | Matthieu Herrb | |
2017-02-18 | Update to xf86-video-chips 1.2.7 | Matthieu Herrb | |
2017-02-18 | Update to xf86-video-i740 1.3.6 | Matthieu Herrb | |
2017-02-03 | build wsudl on arm64 | Jonathan Gray | |
2017-01-22 | Disable linking of libi386 too (linking do libamd64 was already disabled, | Matthieu Herrb | |
but I manage to commit the incomplete version). Noticed by sthen@. Thanks. | |||
2017-01-22 | Update to xf86-input-synaptics 1.9.0 | Matthieu Herrb | |
2017-01-22 | Update to xf86-input-mouse 1.9.2 | Matthieu Herrb | |
2017-01-22 | Update to xf86-input-keyboard 1.9.0 | Matthieu Herrb | |
2017-01-22 | Update to xf86-input-joystick 1.6.3 | Matthieu Herrb | |
2017-01-21 | Update to xf86-input-vmmouse 13.1.0 | Matthieu Herrb | |
2017-01-02 | Update to xf86-video-dummy 0.3.8 | Matthieu Herrb | |
2017-01-02 | Update to xf86-video-geode 2.11.19. tested on Geode LX (Alix 3C3). | Matthieu Herrb | |
2016-11-13 | Update to xf86-video-ati 7.7.1 | Matthieu Herrb | |
Tested by jsg@, Rafael Sadowski and myself on various hardware. | |||
2016-10-11 | regen | Matthieu Herrb | |
2016-10-02 | Explicitly set owner and group of the mouse(4) manpage symlink. | Theo Buehler | |
Needed for noperm release. ok matthieu | |||
2016-09-12 | include <sys/time.h> before wsconsio.h | Matthieu Herrb | |
2016-09-05 | Define an empty inline intel_sync_close() in a header for dri2 to match | Jonathan Gray | |
newer intel code instead of putting an ifdef around the call. | |||
2016-09-03 | Remove zaurus, zts, and ztsscale references | Philip Guenther | |
2016-09-03 | Remove zaurus support | Matthieu Herrb | |
2016-08-31 | Update to xf86-video-sis 0.10.8 | Matthieu Herrb | |
2016-08-31 | regen | Matthieu Herrb | |