summaryrefslogtreecommitdiff
path: root/driver
AgeCommit message (Collapse)Author
2011-05-07Update to xf86-input-acecad 1.5.0.Matthieu Herrb
2011-05-02Choose the r600 driver for r600+ chipsets, not r300.Owain Ainsworth
This should stop the annoying errors for gl on r{6,7}00 chipsets. Support for GL on these cards is coming soon.
2011-04-25Skip the 'conf' directory which installs hal/udev Linux only stuff.Matthieu Herrb
2011-04-25Nuke bare RCS Id'sMatthieu Herrb
2011-04-25Update to xf86-input-vmmouse 12.7.0.Matthieu Herrb
2011-04-25Update configure.ac to match recent upstreams changes.Matthieu Herrb
Bump version to 1.1.0
2011-04-25Handle obsolete X{alloc,free,realloc} functions.Matthieu Herrb
2011-04-25Adapt to xinput API revision 12 (xserver 1.10).Matthieu Herrb
2011-04-24xf86-input-ws 1.3.0:Matthieu Herrb
- API compatibility with Xserver 1.10 - sync build system with other Xorg input modules
2011-04-22update to xf86-input-mouse 1.7.0Alexandr Shadchin
ok matthieu@
2011-04-22update to xf86-input-keyboard 1.6.0Alexandr Shadchin
ok matthieu@
2011-04-17mach64: fix for the pixmap private API change in future X server versions.Matthieu Herrb
2011-04-10Add support wscons (upstream + implementation)Alexandr Shadchin
ok matthieu@
2011-04-09Import xf86-input-synaptics 1.4.0Alexandr Shadchin
ok matthieu@
2011-03-08add a new build switch 'XENOCARA_USE_XKEYBOARD_CONFIG' to enableMatthieu Herrb
the use of xkeyboard-config xkb definitions instead of the old xkbdata. This will make testing easier. No changes in default builds. ok shadchin@
2011-02-28Restore the CLOCK_CNTL_INDEX *after* we're done messing with it. Makes XorgMark Kettenis
properly restore the video mode upon exit on macppc. ok matthieu@, deraadt@
2011-02-21Restore the CLOCK_CNTL_INDEX *after* we're done messing with it. Makes XorgMark Kettenis
properly restore the video mode upon exit on macppc and sparc64. Already merged upstream. ok matthieu@, no objection miod@
2011-02-19Disable Xorg on alpha. Xrender is broken since 2 releases and I stillMatthieu Herrb
don't know how to fix it. ok miod@, todd@
2011-02-11Avoid dereferencing a NULL pointer during VT switches when compositeMatthieu Herrb
is active. Fix confirmed to fix observed crash by dcoppa@ canacar@. ok marco@.
2011-02-08Fix a crash in zaphod mode if one screen is not present.Matthieu Herrb
tested by jasper@, shadchin@. ok shadchin@.
2011-01-02Enable Xorg and a few drivers on hppa. Only wsudl works for now.Matthieu Herrb
2010-12-07Update to xf86-video-geode 2.11.10. Tested on Alix 3C3.Matthieu Herrb
2010-12-06Don't call xf86DPMSInit() twice. Since it wraps CloseScreen(), this hasMark Kettenis
disastrous effects. Gets rid of some duplicated code as a bonus. Fixes X server crashes that appeared with the xserver 1.9.2 import. ok miod@
2010-12-05It seems the code dealing with YV12 doesn't need to do a byte swapping danceMark Kettenis
on sparc64. So simplify the code. Makes mplayer play video without weird colors. ok matthieu@
2010-12-05Update to xf86-video-savage 2.3.2. Committed from a Savage4 card.Matthieu Herrb
2010-12-05Remove empty .TP that make mandoc puke.Matthieu Herrb
Noticed by kettenis@
2010-11-29Remove a bunch of video drivers that were never built on OpenBSD andMatthieu Herrb
are unlikely to be ported in the future. no objection from miod@ krw@.
2010-11-29Update to xf86-video-apm 1.2.3Matthieu Herrb
2010-11-27update to xf86-input-keyboard 1.5.0Matthieu Herrb
Tested by ajacoutot@, shadchin@, jasper@ and landry@. Thanks.
2010-11-26Add a nasty little hack to make keyboard selection work for Swiss keyboardClaudio Jeker
encodings and the Canadian French one. The way XkbLayout and XkbVariant work for this encodings changed some long time ago and the result was that you would end up with no keyboard at all in X. Now XkbVariant includes part of the layout selection which is about as ugly and makes the wscons mapping a bit tricky. OK matthieu@, maja@
2010-11-26Remove sunmouse protocol decoder. Now sunmouse works through wsmouse.Alexandr Shadchin
The sunmouse protocol decoder is a local addition (it was added by millert@ back in 2002 and never merged upstreams. ok matthieu@, miod@
2010-11-25Update to xf86-video-ast 0.91.10Matthieu Herrb
2010-11-21Update to xf86-input-mouse 1.6.0.Alexandr Shadchin
ok matthieu@
2010-11-06Update to xf86-input-void 1.3.1. No functional change.Matthieu Herrb
2010-11-05Update to xf86-video-geode 2.11.9.Matthieu Herrb
A bunch of bug fixes and performance improvements. Tested on Alix 3c3.
2010-10-17MFC: fixes crashes on r600 with cairo 0.10.Matthieu Herrb
Tested by espie@ and brad@ commit 78fcbf577ad6eba6399cc39f74b7ce5f9c8e265e Author: Michel Daenzer <daenzer@vmware.com> Date: Thu Sep 3 14:55:05 2009 +0200 EXA: Check for solid/gradient pictures the same way for all generations. In particular, also catch them for >= R300. commit 87d7235790866f9c19ef08972d5237f09d940cd9 Author: Alex Deucher <alexdeucher@gmail.com> Date: Thu Nov 5 10:23:03 2009 -0500 EXA: fallback if no pMaskPicture->pDrawable A solid or gradient mask could be used for blending the source picture onto the destination picture. Fixes fdo bug 24838
2010-08-29remove checks for xf1bpp and xf4bpp support, since they are not used.Matthieu Herrb
2010-08-29Add missing headers for ioctl() and getpagesize() prototypes.Matthieu Herrb
2010-08-29XFree86(1) -> __xservername__(1). __xservername__ is a macro thatMatthieu Herrb
gets replaced by the actual X server (Xorg currently) by the build system.
2010-08-29Sync the build system of xf86-video-{wildcatfb,wsfb,wsudl} with upstreams.Matthieu Herrb
No functionnal change.
2010-08-29Update after module loader simplification upstreams. Fixes loadingMatthieu Herrb
in xserver 1.8. ok miod@.
2010-08-25remove annoying is lvds / is crt errorf callsMartynas Venckus
ok fgs@ matthieu@ oga@
2010-08-22Update to xf86-video-nv 2.1.18.Matthieu Herrb
Tested at least by krw@, benoit@ and giovanni@.
2010-08-22Update to xf86-video-mga 1.4.13.Matthieu Herrb
2010-08-22Update to xf86-video-vmware 11.0.2. No functionnal change.Matthieu Herrb
2010-08-22Update to xf86-input-vmmouse 12.6.10. No functionnal change.Matthieu Herrb
2010-08-21Merge commits 838 and 840 from trunk:Matthieu Herrb
Fix bug with suspend and VT switch on VX800 and 64bit systems (tested by jakemsr@) Fix segfaults with EXA and XV (Ticket #359) Tested on K8M890 and VN800
2010-08-04Commit the right version of the file: we want to remove XkbLayout fromMatthieu Herrb
the defaults, no XkbModel.
2010-08-04Fix the fix of the fix.Matthieu Herrb
Previous iteration would again ignore wscons keyboard.encoding setting. Now no default xkbLayout is set, unless keyboard.encoding=user.
2010-08-04Don't set xkblayout from wscons setting if specified in xorg.conf.Matthieu Herrb
Problem noticed, and patch provided by Mike Belopuhov. Thanks.