summaryrefslogtreecommitdiff
path: root/driver
AgeCommit message (Collapse)Author
2008-03-15Regen with autoconf 2.59-p2, with AM_SANITY check zapped.Matthieu Herrb
2008-02-22Fix from X.Org repository pointed out by brad@Matthieu Herrb
Add pipe A force enable quirk for ThinkPad X40 ThinkPad X40s need this quirk or they'll crash frequently.
2008-02-11Merge intel driver version 2.2.0.90.Matthieu Herrb
2008-02-02Make it possible to build dri support with XENOCARA_BUILD_DRI=yes inMatthieu Herrb
/etc/mk.conf. ok oga@
2008-01-20add some missing TRACE_EXITsJasper Lievisse Adriaanse
ok matthieu@
2008-01-16regenMatthieu Herrb
2008-01-16Based on a suggestion and an initial patch by kettenis@, buildMatthieu Herrb
both the old i810 and the new intel drivers on i386, and let X autoconfiguration code choose the one that is used based on the chipset. Tested by landry@ and a few others.
2008-01-15Support GeForce 8800 GT. From X.Org git repository.Matthieu Herrb
2008-01-14- tweak and clean up commentsJasper Lievisse Adriaanse
ok matthieu@
2008-01-13- mention OpenBSD/sgiJasper Lievisse Adriaanse
- new sentence, new line (kinda ok'd) ok jmc@ matthieu@
2008-01-12Merge xf86-video-nv 2.1.6Matthieu Herrb
2008-01-05Enable some drivers for sgi. Missed by jsing@.Matthieu Herrb
2008-01-05Merge xf86-video-radeonhd 1.1.0. Tested by wilfried@.Matthieu Herrb
2008-01-05xf86-video-radeonhd 1.1.0Matthieu Herrb
2008-01-04Teach wsfb about WSDISPLAY_TYPE_GBE.Joel Sing
ok matthieu@
2007-12-14Scale device resolution here as well to cater for the interface removedStuart Henderson
in X.org 7.3 and not yet replaced. Fixes "screen" mode in Gimp until that happens (but not "window" mode). ok matthieu
2007-12-14Merge from X.Org -current:Matthieu Herrb
Don't check if the device is a core device or not. Remove call to xf86IsCore (doesn't exist anymore anyway) and unconditionally try to generate ProximityEvents. The device should not bother whether it's a core event or not, it's all handled in the dix now. pointed to by sthen@.
2007-12-14merge from xorg -current:Matthieu Herrb
- don't carch when xf86IsCorePointer() isn't defined. - do our own scaling with USB device since ConvertProc() isn't called automatically by X - set type_name to XI_TABLET - fake device limits == screen limits in xserver 1.4 for xinput pointed out by sthen@
2007-12-12- Restore some local OpenBSD changes that got lost when the file moved toMatthieu Herrb
xf86-input-keyboard: privsep support, LK[24]01 support. - fix parameters order in printWsType().
2007-12-11fix usbtablet(4) for 7.3 by removing xf86IsCorePointer() checkStuart Henderson
and work-around the lack of calls to the functions which convert tablet->screen co-ordinates. ok matthieu
2007-12-10Xorg bug #13144: Don't flush buttons, release events can cause paste events.Matthieu Herrb
Reported by claudio@.
2007-12-08Default to XAA acceleration since EXA produces stack overflows for now.Matthieu Herrb
2007-12-04Link the radeonhd driver to the builds.Matthieu Herrb
2007-12-04BSD Makefile + regen autotools filesMatthieu Herrb
2007-12-04xf86-video-radeonhd 1.0Matthieu Herrb
2007-11-27remove this Linux-only driver. I don't know why I initially imported it.Matthieu Herrb
2007-11-25- disable dri support explicitely for now.Matthieu Herrb
- fix some merge botches. Long live CVS.
2007-11-24merge xf86-input-spaceorb 1.1.1Matthieu Herrb
2007-11-24merge xf86-input-magellan 1.1.1Matthieu Herrb
2007-11-24merge xf86-input-acecad 1.2.1Matthieu Herrb
2007-11-24xf86-input-acecad 1.2.1Matthieu Herrb
2007-11-24merge xf86-input-vmmouse 12.4.3Matthieu Herrb
2007-11-24merge xf86-input-voidMatthieu Herrb
2007-11-24xf86-input void 1.1.1Matthieu Herrb
2007-11-24merge xf86-video-intel 2.2.0Matthieu Herrb
2007-11-24xf86-video-intel 2.2.0Matthieu Herrb
2007-11-24merge xf86-input-keyboard 1.2.2Matthieu Herrb
2007-11-24merge xf86-input-mouse 1.2.3Matthieu Herrb
2007-11-24xf86-input-keyboard 1.2.2Matthieu Herrb
2007-10-15From Aaron Plattner in X.Org git:Matthieu Herrb
G80 bug #12637: Unwedge the hardware if the BIOS left it stuck. Fixes Thinkpad R61 display lockup for niklas@ and espie@.
2007-09-30merge xf86-video-nsc 2.8.3Matthieu Herrb
2007-09-30merge xf86-video-savage 2.1.3Matthieu Herrb
2007-09-30merge xf86-video-nv 2.1.5Matthieu Herrb
2007-09-30xf86-video-nv 2.1.5Matthieu Herrb
2007-09-01Add missing field in InputDriverRec initializerMatthieu Herrb
2007-08-25Fix some typos.Marc Balmer
ok matthieu
2007-08-23regenMatthieu Herrb
2007-08-23bump version to 1.2Matthieu Herrb
2007-08-23Add compatibility with new XInput API. From Blair Sadewitz.Matthieu Herrb
2007-08-04Add support for the mobile i965GM chipset.Reyk Floeter
tested by many ok matthieu@