summaryrefslogtreecommitdiff
path: root/driver
AgeCommit message (Collapse)Author
2016-10-02Explicitly set owner and group of the mouse(4) manpage symlink.Theo Buehler
Needed for noperm release. ok matthieu
2016-09-12include <sys/time.h> before wsconsio.hMatthieu Herrb
2016-09-05Define an empty inline intel_sync_close() in a header for dri2 to matchJonathan Gray
newer intel code instead of putting an ifdef around the call.
2016-09-03Remove zaurus, zts, and ztsscale referencesPhilip Guenther
2016-09-03Remove zaurus supportMatthieu Herrb
2016-08-31Update to xf86-video-sis 0.10.8Matthieu Herrb
2016-08-31regenMatthieu Herrb
2016-08-31Update to xf86-video-chips 1.2.6Matthieu Herrb
2016-08-31Update to xf86-video-vesa 2.3.4Matthieu Herrb
2016-08-31Update to xf86-video-s3virge 1.10.7Matthieu Herrb
2016-08-31regenMatthieu Herrb
2016-08-31Update to xf86-video-rendition 4.2.6.Matthieu Herrb
No actual source code changes since they were already pulled from upstreams before this driver version was released.
2016-08-31Update to xf86-input-void 1.4.1Matthieu Herrb
2016-08-10Goodbye armishMatthieu Herrb
2016-06-02Avoid calling a function only built with dri3, fixes an undefinedJonathan Gray
symbol crash when opting into uxa reported by Walter Alejandro Iglesias. ok kettenis@ matthieu@
2016-05-16Pickup upstream commit 2c50639 to prepare build with xserver 1.18Matthieu Herrb
2016-04-22Don't stop scrolling when handling TOUCH_RESET events.Ulf Brosziewski
To avoid jumps, the original version of the handler clears the scroll flags. The method works well if a scroll gesture continues, but it can preclude "coasting". The new version adjusts the coordinates that determine the speed and direction of scrolling. ok shadchin@, mpi@
2016-04-04regenMatthieu Herrb
2016-04-04Revert part of previous I didn't intend to commit and clean-up.Matthieu Herrb
2016-04-04regenMatthieu Herrb
2016-04-04Fix EXA detection.Matthieu Herrb
As of 1.17.2, the xserver is more picky about the order in which headers are included. We need to account for this in order for the compile time exa.h check to succeed. Patch from Matthew Rezny upstreams.
2016-04-04regenMatthieu Herrb
2016-04-04Fix EXA detection.Matthieu Herrb
As of 1.17.2, the xserver is more picky about the order in which headers are included. We need to account for this in order for the compile time exa.h check to succeed.
2016-04-04regenMatthieu Herrb
2016-04-04Fix EXA detection.Matthieu Herrb
As of 1.17.2, the xserver is more picky about the order in which headers are included. We need to account for this in order for the compile time exa.h check to succeed.
2016-04-04regenMatthieu Herrb
2016-04-04Fix EXA detection.Matthieu Herrb
As of 1.17.2, the xserver is more picky about the order in which headers are included. We need to account for this in order for the compile time exa.h check to succeed. Problem noticed by P. Graham, diagnostic by kettenis@, fix from Connor Behan in upstreams driver
2016-04-02Update to xf86-video-ati 7.6.1. ok jsg@Matthieu Herrb
2016-03-30Handle the TOUCH events from wsmouse.Ulf Brosziewski
With the changes for multitouch input, new event types have been introduced in wsmouse. There are separate types for contact count and width values, and RESET events for controlling/stopping pointer motion. ok mpi@, shadchin@
2016-03-11Remove support vax and XENOCARA_HAVE_SHARED_LIBS scaffolding.Okan Demirmen
ok matthieu@
2016-02-20No more aviionMatthieu Herrb
2015-12-25Explicitely include <sys/time.h> where needed.Matthieu Herrb
From pkgsrc (Takahiro Kambe) via Thomas Klausner. Thanks
2015-12-17Update to xf86-input-synaptics 1.8.3.Alexandr Shadchin
ok matthieu@
2015-12-17Update to xf86-input-keyboard 1.8.1.Alexandr Shadchin
ok matthieu@
2015-12-03Revert previous commit; the "blt" codepath is obviously not tested very wellMark Kettenis
and makes X crash.
2015-12-01Enable glamor where we support it.Mark Kettenis
Requested by jsg@
2015-11-15Partly disable acceleration on Broadwell. The inteldrm(4) driver fails toMark Kettenis
restore something properly after resume which makes the render ring get stuck. By defaulting to the "blt" acceleration method we avoid the use of this ring and the machine remains usable after resume. People who really want full 2D acceleration can still override the acceleration method in their xorg.conf. ok jsg@
2015-11-02sna/gen8: Clamp URB allocations for GT3Jonathan Gray
From Chris Wilson in 7a9bdadd71730adc5266bc6758982abec5917b93 Fixes rendering problems on Broadwell GT3 (Iris 6100/Iris Pro 6200) Tested by Thomas Weinbrenner on bugs@
2015-09-16xf86-video-modesetting is now part of xserver.Matthieu Herrb
2015-09-07Build xf86-video-wsfb on amd64 and i386. Can be used by efifb now.Matthieu Herrb
2015-08-29Read multiple events at once.Alexandr Shadchin
Before: Both drivers currently do one read(2) per event, but since we use a "sync" event we have a least two of them for ws(4) but more commonly 3 for ws(4) and 4 for synaptics(4). most of the code and ok mpi@
2015-08-23Update to xf86-video-geode 2.11.17Matthieu Herrb
Add compatibility with xserver 1.17, but on OpenBSD I had to disable reading of the 'XpressROM' that is used for directly connected panels.
2015-08-23Merge upstream commit to support xserver 1.17Matthieu Herrb
2015-08-23Merge from upstreams in preparation for xserver 1.17Matthieu Herrb
2015-08-23Merge from upstreams in preparation for xserver 1.17Matthieu Herrb
2015-08-23Prepare for xserver 1.17Matthieu Herrb
2015-08-23Merge from upstreams: Prepare for xserver 1.17Matthieu Herrb
2015-08-23Prepare for xserver 1.17Matthieu Herrb
2015-05-27On 2nd thought and after testing restore part the local changesMatthieu Herrb
by kettenis@ that are still needed: Fix a problem introduced by the libpciaccess conversion where the chip ID would be set wrong and the proper resources wouldn't be claimed.
2015-05-27One more extra diff with upstreams that escaped before.Matthieu Herrb