Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-05 | Update to xf86-video-savage 2.3.2. Committed from a Savage4 card. | Matthieu Herrb | |
2010-12-05 | Remove empty .TP that make mandoc puke. | Matthieu Herrb | |
Noticed by kettenis@ | |||
2010-11-29 | Remove a bunch of video drivers that were never built on OpenBSD and | Matthieu Herrb | |
are unlikely to be ported in the future. no objection from miod@ krw@. | |||
2010-11-29 | Update to xf86-video-apm 1.2.3 | Matthieu Herrb | |
2010-11-27 | update to xf86-input-keyboard 1.5.0 | Matthieu Herrb | |
Tested by ajacoutot@, shadchin@, jasper@ and landry@. Thanks. | |||
2010-11-26 | Add a nasty little hack to make keyboard selection work for Swiss keyboard | Claudio 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-26 | Remove 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-25 | Update to xf86-video-ast 0.91.10 | Matthieu Herrb | |
2010-11-21 | Update to xf86-input-mouse 1.6.0. | Alexandr Shadchin | |
ok matthieu@ | |||
2010-11-06 | Update to xf86-input-void 1.3.1. No functional change. | Matthieu Herrb | |
2010-11-05 | Update to xf86-video-geode 2.11.9. | Matthieu Herrb | |
A bunch of bug fixes and performance improvements. Tested on Alix 3c3. | |||
2010-10-17 | MFC: 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-29 | remove checks for xf1bpp and xf4bpp support, since they are not used. | Matthieu Herrb | |
2010-08-29 | Add missing headers for ioctl() and getpagesize() prototypes. | Matthieu Herrb | |
2010-08-29 | XFree86(1) -> __xservername__(1). __xservername__ is a macro that | Matthieu Herrb | |
gets replaced by the actual X server (Xorg currently) by the build system. | |||
2010-08-29 | Sync the build system of xf86-video-{wildcatfb,wsfb,wsudl} with upstreams. | Matthieu Herrb | |
No functionnal change. | |||
2010-08-29 | Update after module loader simplification upstreams. Fixes loading | Matthieu Herrb | |
in xserver 1.8. ok miod@. | |||
2010-08-25 | remove annoying is lvds / is crt errorf calls | Martynas Venckus | |
ok fgs@ matthieu@ oga@ | |||
2010-08-22 | Update to xf86-video-nv 2.1.18. | Matthieu Herrb | |
Tested at least by krw@, benoit@ and giovanni@. | |||
2010-08-22 | Update to xf86-video-mga 1.4.13. | Matthieu Herrb | |
2010-08-22 | Update to xf86-video-vmware 11.0.2. No functionnal change. | Matthieu Herrb | |
2010-08-22 | Update to xf86-input-vmmouse 12.6.10. No functionnal change. | Matthieu Herrb | |
2010-08-21 | Merge 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-04 | Commit the right version of the file: we want to remove XkbLayout from | Matthieu Herrb | |
the defaults, no XkbModel. | |||
2010-08-04 | Fix 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-04 | Don't set xkblayout from wscons setting if specified in xorg.conf. | Matthieu Herrb | |
Problem noticed, and patch provided by Mike Belopuhov. Thanks. | |||
2010-08-03 | Remove empty .TP | Matthieu Herrb | |
2010-08-01 | Fix a problem when switching back from a text VT; avoid stealing | Matthieu Herrb | |
the keyboard or other input devices events. | |||
2010-07-31 | regen | Matthieu Herrb | |
2010-07-31 | Define AM_CFLAGS and AM_CPPFLAGS like other drivers do. This fixes | Matthieu Herrb | |
build with CFLAGS=-g. | |||
2010-07-31 | Missed one added file in previous update to xf86-input-keyboard 1.4.0 | Matthieu Herrb | |
2010-07-28 | terminate xf86Msg() string with newline; ok matthieu@ | Christian Weisgerber | |
2010-07-27 | Additional fix for the wscons keyboard layout detection code. | Matthieu Herrb | |
If the layout is 'user', fall back to the "us" layout. Problem spotted by naddy@. | |||
2010-07-27 | Update to xf86-input-mouse 1.5.0. Tested by many with xserver 1.8 | Matthieu Herrb | |
ok oga@, todd@. | |||
2010-07-27 | Update to xf86-input-keyboard 1.4.0. tested by many with xserver 1.8. | Matthieu Herrb | |
ok oga@, todd@. | |||
2010-07-25 | kill trailing white space. | Matthieu Herrb | |
2010-07-25 | Fix configurations with both a stylus and an eraser. | Matthieu Herrb | |
The previous code was working by luck, since the "device busy" error when opening the 2nd device was ignored. With xserver 1.8, xinput2 is a bit less tolerant and causes a segfault. Problem reported by sthen@ Thanks. | |||
2010-07-25 | Get rid of unused callbacks. | Matthieu Herrb | |
2010-07-25 | LocalDevicePtr and InputInfoPtr are the same. Use the latter everywhere | Matthieu Herrb | |
for consistency. No code change. | |||
2010-07-24 | Update to xf86-video-voodoo 1.2.4 | Matthieu Herrb | |
2010-07-24 | Update to xf86-video-tseng 1.2.4 | Matthieu Herrb | |
2010-07-24 | Update to xf86-video-trident 1.3.4 | Matthieu Herrb | |
2010-07-24 | Update to xf86-video-sisusb 0.9.4 | Matthieu Herrb | |
2010-07-24 | Update to xf86-video-rendition 4.2.4 | Matthieu Herrb | |
2010-07-24 | Update to xf86-video-chips 1.2.3 | Matthieu Herrb | |
2010-07-24 | Update to xf86-video-ark 0.7.3. | Matthieu Herrb | |
2010-07-23 | Remove redundant struct initialization in WildcatFBLoadPalette(). | Miod Vallat | |
ok matthieu@ | |||
2010-07-19 | One more tweak for compatibility with xserver 1.8. | Matthieu Herrb | |
2010-07-18 | Fix allocation size of shadow framebuffer. Use byes, not bits. | Matthieu Herrb | |
Since the shadowfb is only used for bitsPerPixel >= 8, bitsPerPixel/8 is always the correct amount of bytes. ok miod@. | |||
2010-07-18 | Make wildcardfb driver compatible with xserver 1.8 | Matthieu Herrb | |