IABSD.fr/xenocara/driver

Branch :


Log

Author Commit Date CI Message
a40b5df9 2011-08-30 21:15:30 Switch to xkeyboard-config is done. Remove old xkbdata and unifdef it. ok shadchin@
8f3343ab 2011-08-21 09:11:07 Fix initial xkb_options setting. Restores Ctrl+Alt+Backspace behaviour. Strange that no one reported it beeing broken.
1fbe67fd 2011-08-21 04:57:21 Fix work serial mouse on X. Tested by Kent <kent at ripco.com> ok matthieu@
a8a33fb3 2011-07-17 13:53:00 fix bug "lock up" touchpad ( not allowing to move the pointer, or click ) ok matthieu@
be13f4d3 2011-07-17 13:08:38 Unifdef support for xinput ABI up to 10.
223f0b15 2011-07-16 17:51:30 Unifdef support for xinput ABI up to 10.
64adaaec 2011-07-16 17:50:41 Mention that this driver also supports ums(4), tweaks and white-space cleanups.
759486bc 2011-07-02 21:59:45 Revert update to xf86-input-joystick 1.6.0. This driver depends on xserver 1.10.
6b7dd51a 2011-07-02 21:03:42 Update to xf86-input-joystick 1.6.0
a1bae26b 2011-06-29 20:00:23 Code to configure the xkb layout and options from wscons setup has moved to the X server wscons hotplug driver. Tested by many, ok oga@
8c4c507c 2011-06-14 11:47:33 Let fr.dvorak kbdtype select the bepo xkb layout. Tested by Manuel Giraud. Thanks.
0b4ee085 2011-06-11 08:38:35 xkeyboard-config is using "base" not "xorg" as default rules. While there remove references to the unmaintained PC98 settings.
89a8ad01 2011-05-30 10:52:57 If you do not have XkbOptions in xorg.conf, it is automatically set to "terminate: ctrl_alt_bksp" (only if XENOCARA_USE_XKEYBOARD_CONFIG=Yes) tested ajacoutot@, ok matthieu@
aec35148 2011-05-08 10:38:13 fix xf86-input-ws on xserver 1.9 and earlier. <xorg-server.h> is needed to get the proper Xinput ABI definition from other headers.
ffcee74b 2011-05-08 09:27:57 Enable xf86-input-synaptics on i386 and amd64.
83ee52a2 2011-05-07 17:30:31 Add support new ioctl WSMOUSEIO_SETMODE. ok matthieu@
dbccdef0 2011-05-07 08:47:55 Update to xf86-video-siliconmotion 1.7.5
a50e5961 2011-05-07 08:46:13 Update to xf86-video-vmware 11.0.3
9c27e339 2011-05-07 08:37:30 Update to xf86-video-chips 1.2.4
6c17fba1 2011-05-07 08:35:18 Update to xf86-input-acecad 1.5.0.
00c5cd66 2011-05-02 21:48:06 Choose the r600 driver for r600+ chipsets, not r300. This should stop the annoying errors for gl on r{6,7}00 chipsets. Support for GL on these cards is coming soon.
d43c4afa 2011-04-25 18:49:37 Skip the 'conf' directory which installs hal/udev Linux only stuff.
590356dd 2011-04-25 18:46:10 Nuke bare RCS Id's
3a3aee20 2011-04-25 14:10:23 Update to xf86-input-vmmouse 12.7.0.
77f922ec 2011-04-25 13:04:44 Update configure.ac to match recent upstreams changes. Bump version to 1.1.0
a8c36ce6 2011-04-25 13:01:46 Handle obsolete X{alloc,free,realloc} functions.
60601689 2011-04-25 12:50:28 Adapt to xinput API revision 12 (xserver 1.10).
1bf60a50 2011-04-24 15:55:12 xf86-input-ws 1.3.0: - API compatibility with Xserver 1.10 - sync build system with other Xorg input modules
8a0fa356 2011-04-22 18:35:19 update to xf86-input-mouse 1.7.0 ok matthieu@
ec4b63b6 2011-04-22 18:33:36 update to xf86-input-keyboard 1.6.0 ok matthieu@
7b1af5e7 2011-04-17 17:21:58 mach64: fix for the pixmap private API change in future X server versions.
9cb423af 2011-04-10 12:04:29 Add support wscons (upstream + implementation) ok matthieu@
eb14eec6 2011-04-09 08:38:27 Import xf86-input-synaptics 1.4.0 ok matthieu@
2cc47a12 2011-03-08 07:59:23 add a new build switch 'XENOCARA_USE_XKEYBOARD_CONFIG' to enable the use of xkeyboard-config xkb definitions instead of the old xkbdata. This will make testing easier. No changes in default builds. ok shadchin@
0c02cbb2 2011-02-28 19:17:12 Restore the CLOCK_CNTL_INDEX *after* we're done messing with it. Makes Xorg properly restore the video mode upon exit on macppc. ok matthieu@, deraadt@
e2f9a8fd 2011-02-21 19:28:39 Restore the CLOCK_CNTL_INDEX *after* we're done messing with it. Makes Xorg properly restore the video mode upon exit on macppc and sparc64. Already merged upstream. ok matthieu@, no objection miod@
f98a26f8 2011-02-19 19:51:53 Disable Xorg on alpha. Xrender is broken since 2 releases and I still don't know how to fix it. ok miod@, todd@
be5ccdb8 2011-02-11 21:01:55 Avoid dereferencing a NULL pointer during VT switches when composite is active. Fix confirmed to fix observed crash by dcoppa@ canacar@. ok marco@.
eccb1b24 2011-02-08 20:50:35 Fix a crash in zaphod mode if one screen is not present. tested by jasper@, shadchin@. ok shadchin@.
89dd5697 2011-01-02 14:04:18 Enable Xorg and a few drivers on hppa. Only wsudl works for now.
1bc0a6ee 2010-12-07 21:54:11 Update to xf86-video-geode 2.11.10. Tested on Alix 3C3.
0e9fe799 2010-12-06 21:58:03 Don't call xf86DPMSInit() twice. Since it wraps CloseScreen(), this has 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@
1e05eb44 2010-12-05 20:25:26 It seems the code dealing with YV12 doesn't need to do a byte swapping dance on sparc64. So simplify the code. Makes mplayer play video without weird colors. ok matthieu@
0dcb43ee 2010-12-05 19:38:31 Update to xf86-video-savage 2.3.2. Committed from a Savage4 card.
a12e48e1 2010-12-05 16:15:41 Remove empty .TP that make mandoc puke. Noticed by kettenis@
b118e281 2010-11-29 21:17:47 Remove a bunch of video drivers that were never built on OpenBSD and are unlikely to be ported in the future. no objection from miod@ krw@.
e4792f25 2010-11-29 20:49:44 Update to xf86-video-apm 1.2.3
da250ff1 2010-11-27 14:41:06 update to xf86-input-keyboard 1.5.0 Tested by ajacoutot@, shadchin@, jasper@ and landry@. Thanks.
21c462b4 2010-11-26 16:53:00 Add a nasty little hack to make keyboard selection work for Swiss keyboard 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@
aa9ee11f 2010-11-26 06:07:47 Remove sunmouse protocol decoder. Now sunmouse works through wsmouse. The sunmouse protocol decoder is a local addition (it was added by millert@ back in 2002 and never merged upstreams. ok matthieu@, miod@
d0f32625 2010-11-25 22:03:22 Update to xf86-video-ast 0.91.10
010f1e8e 2010-11-21 15:13:51 Update to xf86-input-mouse 1.6.0. ok matthieu@
5af17562 2010-11-06 21:07:52 Update to xf86-input-void 1.3.1. No functional change.
419d03f9 2010-11-05 12:30:03 Update to xf86-video-geode 2.11.9. A bunch of bug fixes and performance improvements. Tested on Alix 3c3.
dd9a6776 2010-10-17 10:31:04 MFC: fixes crashes on r600 with cairo 0.10. 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
3423f46a 2010-08-29 15:24:28 remove checks for xf1bpp and xf4bpp support, since they are not used.
08c40d6e 2010-08-29 15:20:40 Add missing headers for ioctl() and getpagesize() prototypes.
bf7e77b9 2010-08-29 15:05:55 XFree86(1) -> __xservername__(1). __xservername__ is a macro that gets replaced by the actual X server (Xorg currently) by the build system.
fcff2a04 2010-08-29 14:58:23 Sync the build system of xf86-video-{wildcatfb,wsfb,wsudl} with upstreams. No functionnal change.
a52d3721 2010-08-29 14:43:17 Update after module loader simplification upstreams. Fixes loading in xserver 1.8. ok miod@.
7ed4db88 2010-08-25 20:29:35 remove annoying is lvds / is crt errorf calls ok fgs@ matthieu@ oga@
0e3d3586 2010-08-22 12:29:27 Update to xf86-video-nv 2.1.18. Tested at least by krw@, benoit@ and giovanni@.
3734d790 2010-08-22 12:24:54 Update to xf86-video-mga 1.4.13.
bd8dbdc2 2010-08-22 12:19:00 Update to xf86-video-vmware 11.0.2. No functionnal change.
54f1cd81 2010-08-22 12:11:57 Update to xf86-input-vmmouse 12.6.10. No functionnal change.
3998488d 2010-08-21 14:00:58 Merge commits 838 and 840 from trunk: 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
b1ae736e 2010-08-04 22:28:36 Commit the right version of the file: we want to remove XkbLayout from the defaults, no XkbModel.
42e5cee5 2010-08-04 21:45:32 Fix the fix of the fix. Previous iteration would again ignore wscons keyboard.encoding setting. Now no default xkbLayout is set, unless keyboard.encoding=user.
7cfab8f5 2010-08-04 19:27:52 Don't set xkblayout from wscons setting if specified in xorg.conf. Problem noticed, and patch provided by Mike Belopuhov. Thanks.
751444b7 2010-08-03 21:22:32 Remove empty .TP
31f2be4a 2010-08-01 19:21:01 Fix a problem when switching back from a text VT; avoid stealing the keyboard or other input devices events.
36733264 2010-07-31 16:52:52 regen
67cb53f6 2010-07-31 16:51:57 Define AM_CFLAGS and AM_CPPFLAGS like other drivers do. This fixes build with CFLAGS=-g.
4fc63f17 2010-07-31 07:38:20 Missed one added file in previous update to xf86-input-keyboard 1.4.0
988f34c0 2010-07-28 19:47:40 terminate xf86Msg() string with newline; ok matthieu@
439d2f36 2010-07-27 19:33:03 Additional fix for the wscons keyboard layout detection code. If the layout is 'user', fall back to the "us" layout. Problem spotted by naddy@.
0efb2e14 2010-07-27 19:08:46 Update to xf86-input-mouse 1.5.0. Tested by many with xserver 1.8 ok oga@, todd@.
3fa6fbc9 2010-07-27 19:06:44 Update to xf86-input-keyboard 1.4.0. tested by many with xserver 1.8. ok oga@, todd@.
9f50d18e 2010-07-25 19:53:35 kill trailing white space.
67355d75 2010-07-25 19:52:23 Fix configurations with both a stylus and an eraser. 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.
0f0c4a9f 2010-07-25 14:35:53 Get rid of unused callbacks.
8e75be5a 2010-07-25 14:15:49 LocalDevicePtr and InputInfoPtr are the same. Use the latter everywhere for consistency. No code change.
2ea3879e 2010-07-24 20:23:16 Update to xf86-video-voodoo 1.2.4
905ad872 2010-07-24 20:20:16 Update to xf86-video-tseng 1.2.4
5ef42429 2010-07-24 20:15:44 Update to xf86-video-trident 1.3.4
b797fa7c 2010-07-24 20:11:58 Update to xf86-video-sisusb 0.9.4
c339d15b 2010-07-24 20:09:35 Update to xf86-video-rendition 4.2.4
aba38d29 2010-07-24 20:05:02 Update to xf86-video-chips 1.2.3
c5080356 2010-07-24 19:56:24 Update to xf86-video-ark 0.7.3.
d2d87933 2010-07-23 15:20:33 Remove redundant struct initialization in WildcatFBLoadPalette(). ok matthieu@
d33a3677 2010-07-19 23:29:18 One more tweak for compatibility with xserver 1.8.
dd67e97c 2010-07-18 20:10:12 Fix allocation size of shadow framebuffer. Use byes, not bits. Since the shadowfb is only used for bitsPerPixel >= 8, bitsPerPixel/8 is always the correct amount of bytes. ok miod@.
3ad3fc20 2010-07-18 17:49:46 Make wildcardfb driver compatible with xserver 1.8
1cf6df01 2010-07-18 14:47:47 Update the intel driver to (mostly) a backport of 2.12. It is missing a few commits that I have yet to verify (ones that try and continue if we lock the gpu rendering engine and can't reset it, for example) taht will be verified and sent out for extra testing soon. Should contain a bunch of speedups and some correctness improvements (though rendercheck still gives some errors that I am looking into). This has been in snaps since the first day of c2k10, any known issues with just this driver have (to my knowledge) been fixed since. A problem with macbooks pointed out by otto happens with both this and the in-tree driver and thus doesn't stop this moving forward. As well as the 2.12 improvements, this driver also has a backport (partially aided by the backports in RHEL 5 kindly provided by Dave Airlie) from the kms code of modesetting support for ironlake (arrandale and clarkdale: the IGDs build into intel nehalem cpu dies) which has been tested on a number of chipsets. Note that Display port and eDP displays have not yet been worked on (and probably won't until I can find a displayport monitor), but VGA and lvds at least are known to work, sure beats vesa. "no objection on my side" matthieu@, prodding (as always) from princess marco.
2afd40f2 2010-07-17 17:15:14 Do not call shawdowRemove() if shadow fb was disabled.
06e2ad83 2010-07-17 14:52:29 Update to xf86-video-sis 0.10.3
e9a503f8 2010-07-17 14:43:51 Update to xf86-video-neomagic 1.2.5
08a8cd01 2010-07-17 14:39:15 Update to xf86-video-dummy 0.3.4
15cde5d3 2010-07-14 11:40:19 Let the old radeon driver build with xserver 1.8
f184faf3 2010-06-13 12:39:19 merge X.Org git HEAD to get XINPUT ABI version 7 support.