Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-08-18 | Remove PciProbeType and associated weirdness. | Adam Jackson | 5 | -232/+123 | |
This code was effectively only used in ix86Pci.c to select PCI config access type. Nobody should be using that path anymore, in the glorious pciaccess world; kernel services should get it right for you. | |||||
2008-08-18 | Remove ancient unused inline hack. | Mathieu Bérard | 2 | -20/+1 | |
2008-08-18 | Drop dead PowerPC PCI code. | Adam Jackson | 4 | -99/+1 | |
Also add a warning for anyone still using legacy PCI code. | |||||
2008-08-17 | glx: avoid possible NULLptr deref, fix #16884 | Jie Luo | 1 | -4/+8 | |
2008-08-17 | exa: fix assert logic thinko from 361a9eb953aaa38f8ebc057185de29e50f9eef26 | Maarten Maathuis | 1 | -1/+1 | |
- I guess failing PrepareAccess is rare, since this a 3 year old bug. | |||||
2008-08-15 | Require inputproto 1.9.99.4 | Peter Hutterer | 1 | -1/+1 | |
2008-08-15 | dix: stick a warning in about loss of subpixel precision. | Peter Hutterer | 1 | -0/+1 | |
2008-08-15 | Backport device properties to XI 1.5 instead of XI 2.0 | Peter Hutterer | 3 | -59/+72 | |
2008-08-14 | XQuartz: Fixed a stuck modifier key bug. | Jeremy Huddleston | 2 | -9/+13 | |
(cherry picked from commit eeb6e5a9e98dcf045ec230f160d5992080dceba6) | |||||
2008-08-14 | XQuartz: Made 3-button mouse simulation a little more consistent. | Jeremy Huddleston | 1 | -72/+30 | |
(cherry picked from commit d207b037d2ae213369e5627a17d8831c9bc16ad8) | |||||
2008-08-14 | XQuartz: Reverted "Control" text to be accurately "Command" in the input prefs. | Jeremy Huddleston | 2 | -9/+14 | |
(cherry picked from commit b287c481e1cbe77ff84d10a708505f148a0c8434) | |||||
2008-08-14 | Transport/Apple: Add TRANS_NOXAUTH to incoming connections when the listener ↵ | Jeremy Huddleston | 1 | -0/+4 | |
is flagged as such (cherry picked from commit ba4a7924261070ad0aff7211b7a1c9581fad4646) | |||||
2008-08-14 | Xi: byte-swap device property requests. | Peter Hutterer | 1 | -12/+32 | |
2008-08-13 | Eviscerate save-under support. | Adam Jackson | 14 | -545/+7 | |
Use a compositing manager already. Plus I really wanted to use 'eviscerate' in a commit message. | |||||
2008-08-13 | Build fix. | Adam Jackson | 1 | -3/+3 | |
2008-08-13 | Sledgehammer off the DRI2 build system. | Adam Jackson | 1 | -7/+7 | |
2008-08-13 | Remove xf86Version.h and related API. | Adam Jackson | 7 | -68/+1 | |
We haven't meaningfully been API-compatible with xf86 modules in ages, let's stop pretending. | |||||
2008-08-12 | Xi: return the state from the correct keyboard in QueryDevicePointer. | Peter Hutterer | 1 | -2/+4 | |
2008-08-12 | dix: remove superfluous check. | Peter Hutterer | 1 | -3/+0 | |
2008-08-11 | The smart scheduler is not optional. | Mathieu Bérard | 11 | -63/+0 | |
2008-08-10 | Move strcasecmp(), strcasencmp() and strcasestr() prototypes to os.h | Matthieu Herrb | 5 | -16/+20 | |
And make sure os.h is included in files that use it. | |||||
2008-08-10 | add libXinerama to the list of dependencies. | Matthieu Herrb | 1 | -1/+1 | |
Now that panoramiXext.h is installed bt libXinerama, it becomes required to build Xext. | |||||
2008-08-09 | remove OpenBSD/amd64 specific mtrr API. | Matthieu Herrb | 1 | -66/+0 | |
The old code never worked anyways and was removed from OpenBSD. OpenBSD/amd64 4.4 and later support mtrr with the same API as OpenBSD/i386. | |||||
2008-08-09 | Move string comparaison functions to from dix/ to os/. | Matthieu Herrb | 4 | -3/+3 | |
2008-08-09 | glx: fix crash in driGetConfigAttribIndex | Dave Miller | 1 | -0/+4 | |
Don't access GLboolean via int pointers | |||||
2008-08-08 | EXA: Make sure damage tracking code is inactive if the driver manages pixmaps. | Michel Dänzer | 4 | -124/+153 | |
It was always supposed to be like that... It was only recently pointed out (in a rather convoluted way) that it was not in fact the case. | |||||
2008-08-08 | Remove commented out lines that make automake 1.9 puke. | Michel Dänzer | 1 | -3/+0 | |
2008-08-08 | Removed rogue #include | Jeremy Huddleston | 1 | -1/+0 | |
(cherry picked from commit af238e99da45a4dd8d8cbb6564bb8d0a3d79d590) | |||||
2008-08-08 | XQuartz: Disable the Xquartz AIGLX for now since it doesn't even compile any ↵ | Jeremy Huddleston | 3 | -3/+6 | |
more... (cherry picked from commit 4545ba91e9d6ad62b6cafde3c73a672d3ded91a2) | |||||
2008-08-08 | XQuartz: Re-added deprecated code fallback failsafe for keyboard layout on ↵ | Jeremy Huddleston | 1 | -3/+44 | |
Leopard with some debugging spew. (cherry picked from commit 5854e712e9ebc210d2f8de6f5d4fb650944f314a) | |||||
2008-08-08 | dix: don't try to create events if we don't have a screen. #16898 | Peter Hutterer | 1 | -0/+2 | |
A NULL screen may happen during server shutdown, when the output has been shut down but the devices still generate events. X.Org Bug 16898 <http://bugs.freedesktop.org/show_bug.cgi?id=16898> | |||||
2008-08-08 | xkb: actually initialise sli before using it. | Peter Hutterer | 1 | -0/+5 | |
2008-08-08 | dix: remove misleading comment in ptrvelo.c | Simon Thum | 1 | -3/+2 | |
Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com> | |||||
2008-08-08 | dix: remove obsolete FIXME comment. | Peter Hutterer | 1 | -4/+0 | |
Thanks to Simon Thum for pointing this out. | |||||
2008-08-08 | dix: SetModifierMapping should only apply to the ClientPointer and it's SDs. | Peter Hutterer | 1 | -1/+2 | |
2008-08-08 | dix: simplified debugging helper for pointer acceleration | Simon Thum | 1 | -27/+23 | |
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||||
2008-08-08 | xf86: don't replicate dix defaults for pointer acceleration | Simon Thum | 1 | -12/+16 | |
the defaults from InitVelocityData() or hypothetic driver-side changes are now respected, not overridden. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||||
2008-08-08 | dix: simplify velocity tracking filters | Simon Thum | 1 | -2/+1 | |
prefer fp-mul over fp-div and remove rather pointless check Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||||
2008-08-06 | glcontextmodes.[hc] were not added with the removal of the meas symlinks ↵ | Jeremy Huddleston | 3 | -0/+607 | |
patch. Copied from mesa head 2008.08.06. (cherry picked from commit 409e1dd1e9524b5c1a1ae58a759da77e587e3780) | |||||
2008-08-06 | XQuartz: Now properly disable xauth checking on launchd socket and mostly ↵ | Jeremy Huddleston | 5 | -37/+52 | |
fix the xinitrc / launchd race condition | |||||
2008-08-06 | Add an xf86PrintBacktrace wrapper around xorg_backtrace to aid driver debugging. | Aaron Plattner | 2 | -0/+11 | |
2008-08-05 | XQuartz: Added code and made comments more helpful for debugging ↵ | Jeremy Huddleston | 4 | -18/+40 | |
first-client-auth bug. (cherry picked from commit a8f0d32216e321b8ae6da182be9b1ea792f6e004) | |||||
2008-08-05 | XQuartz: More fd handoff cleanup. | Jeremy Huddleston | 1 | -62/+28 | |
(cherry picked from commit 199d2dcb708c9f9d6b9ede149ea0fe9fba6c007c) | |||||
2008-08-05 | XQuartz: Fixed some errors / typos in the preferences pane. | Jeremy Huddleston | 2 | -16/+10 | |
(cherry picked from commit e1e0c398bbb50394b164394e1f1870016489c25b) | |||||
2008-08-05 | XQUartz: UI Cleanup. Removed done/cancel buttons from Applications->Customize | Jeremy Huddleston | 3 | -112/+12 | |
(cherry picked from commit d3157ca45c1f88edd040d721c1e944b9d2c090aa) | |||||
2008-08-06 | xkb: ProcXkbSetDeviceInfo should work on all attached SDs. | Peter Hutterer | 1 | -17/+89 | |
If called with XkbUseCoreKbd, run through all attached SDs and replicate the call. This way, we keep the SDs in sync with the MD as long as core clients control the MDs. | |||||
2008-08-06 | xkb: ProcXkbSetGeometry should work on all attached SDs. | Peter Hutterer | 1 | -31/+56 | |
If called with XkbUseCoreKbd, run through all attached SDs and replicate the call. This way, we keep the SDs in sync with the MD as long as core clients control the MDs. | |||||
2008-08-06 | xkb: ProcXkbSetNames should work on all attached SDs. | Peter Hutterer | 1 | -271/+353 | |
If called with XkbUseCoreKbd, run through all attached SDs and replicate the call. This way, we keep the SDs in sync with the MD as long as core clients control the MDs. | |||||
2008-08-06 | xkb: ProcXkbSetNamedIndicator should work on all attached SDs. | Peter Hutterer | 1 | -70/+179 | |
If called with XkbUseCoreKbd, run through all attached SDs and replicate the call. This way, we keep the SDs in sync with the MD as long as core clients control the MDs. | |||||
2008-08-06 | xkb: ProcXkbSetIndicatorMap should work on all attached SDs. | Peter Hutterer | 1 | -36/+68 | |
If called with XkbUseCoreKbd, run through all attached SDs and replicate the call. This way, we keep the SDs in sync with the MD as long as core clients control the MDs. |