summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-08-18Remove PciProbeType and associated weirdness.Adam Jackson5-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-18Remove ancient unused inline hack.Mathieu Bérard2-20/+1
2008-08-18Drop dead PowerPC PCI code.Adam Jackson4-99/+1
Also add a warning for anyone still using legacy PCI code.
2008-08-17glx: avoid possible NULLptr deref, fix #16884Jie Luo1-4/+8
2008-08-17exa: fix assert logic thinko from 361a9eb953aaa38f8ebc057185de29e50f9eef26Maarten Maathuis1-1/+1
- I guess failing PrepareAccess is rare, since this a 3 year old bug.
2008-08-15Require inputproto 1.9.99.4Peter Hutterer1-1/+1
2008-08-15dix: stick a warning in about loss of subpixel precision.Peter Hutterer1-0/+1
2008-08-15Backport device properties to XI 1.5 instead of XI 2.0Peter Hutterer3-59/+72
2008-08-14XQuartz: Fixed a stuck modifier key bug.Jeremy Huddleston2-9/+13
(cherry picked from commit eeb6e5a9e98dcf045ec230f160d5992080dceba6)
2008-08-14XQuartz: Made 3-button mouse simulation a little more consistent.Jeremy Huddleston1-72/+30
(cherry picked from commit d207b037d2ae213369e5627a17d8831c9bc16ad8)
2008-08-14XQuartz: Reverted "Control" text to be accurately "Command" in the input prefs.Jeremy Huddleston2-9/+14
(cherry picked from commit b287c481e1cbe77ff84d10a708505f148a0c8434)
2008-08-14Transport/Apple: Add TRANS_NOXAUTH to incoming connections when the listener ↵Jeremy Huddleston1-0/+4
is flagged as such (cherry picked from commit ba4a7924261070ad0aff7211b7a1c9581fad4646)
2008-08-14Xi: byte-swap device property requests.Peter Hutterer1-12/+32
2008-08-13Eviscerate save-under support.Adam Jackson14-545/+7
Use a compositing manager already. Plus I really wanted to use 'eviscerate' in a commit message.
2008-08-13Build fix.Adam Jackson1-3/+3
2008-08-13Sledgehammer off the DRI2 build system.Adam Jackson1-7/+7
2008-08-13Remove xf86Version.h and related API.Adam Jackson7-68/+1
We haven't meaningfully been API-compatible with xf86 modules in ages, let's stop pretending.
2008-08-12Xi: return the state from the correct keyboard in QueryDevicePointer.Peter Hutterer1-2/+4
2008-08-12dix: remove superfluous check.Peter Hutterer1-3/+0
2008-08-11The smart scheduler is not optional.Mathieu Bérard11-63/+0
2008-08-10Move strcasecmp(), strcasencmp() and strcasestr() prototypes to os.hMatthieu Herrb5-16/+20
And make sure os.h is included in files that use it.
2008-08-10add libXinerama to the list of dependencies.Matthieu Herrb1-1/+1
Now that panoramiXext.h is installed bt libXinerama, it becomes required to build Xext.
2008-08-09remove OpenBSD/amd64 specific mtrr API.Matthieu Herrb1-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-09Move string comparaison functions to from dix/ to os/.Matthieu Herrb4-3/+3
2008-08-09glx: fix crash in driGetConfigAttribIndexDave Miller1-0/+4
Don't access GLboolean via int pointers
2008-08-08EXA: Make sure damage tracking code is inactive if the driver manages pixmaps.Michel Dänzer4-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-08Remove commented out lines that make automake 1.9 puke.Michel Dänzer1-3/+0
2008-08-08Removed rogue #includeJeremy Huddleston1-1/+0
(cherry picked from commit af238e99da45a4dd8d8cbb6564bb8d0a3d79d590)
2008-08-08XQuartz: Disable the Xquartz AIGLX for now since it doesn't even compile any ↵Jeremy Huddleston3-3/+6
more... (cherry picked from commit 4545ba91e9d6ad62b6cafde3c73a672d3ded91a2)
2008-08-08XQuartz: Re-added deprecated code fallback failsafe for keyboard layout on ↵Jeremy Huddleston1-3/+44
Leopard with some debugging spew. (cherry picked from commit 5854e712e9ebc210d2f8de6f5d4fb650944f314a)
2008-08-08dix: don't try to create events if we don't have a screen. #16898Peter Hutterer1-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-08xkb: actually initialise sli before using it.Peter Hutterer1-0/+5
2008-08-08dix: remove misleading comment in ptrvelo.cSimon Thum1-3/+2
Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2008-08-08dix: remove obsolete FIXME comment.Peter Hutterer1-4/+0
Thanks to Simon Thum for pointing this out.
2008-08-08dix: SetModifierMapping should only apply to the ClientPointer and it's SDs.Peter Hutterer1-1/+2
2008-08-08dix: simplified debugging helper for pointer accelerationSimon Thum1-27/+23
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2008-08-08xf86: don't replicate dix defaults for pointer accelerationSimon Thum1-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-08dix: simplify velocity tracking filtersSimon Thum1-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-06glcontextmodes.[hc] were not added with the removal of the meas symlinks ↵Jeremy Huddleston3-0/+607
patch. Copied from mesa head 2008.08.06. (cherry picked from commit 409e1dd1e9524b5c1a1ae58a759da77e587e3780)
2008-08-06XQuartz: Now properly disable xauth checking on launchd socket and mostly ↵Jeremy Huddleston5-37/+52
fix the xinitrc / launchd race condition
2008-08-06Add an xf86PrintBacktrace wrapper around xorg_backtrace to aid driver debugging.Aaron Plattner2-0/+11
2008-08-05XQuartz: Added code and made comments more helpful for debugging ↵Jeremy Huddleston4-18/+40
first-client-auth bug. (cherry picked from commit a8f0d32216e321b8ae6da182be9b1ea792f6e004)
2008-08-05XQuartz: More fd handoff cleanup.Jeremy Huddleston1-62/+28
(cherry picked from commit 199d2dcb708c9f9d6b9ede149ea0fe9fba6c007c)
2008-08-05XQuartz: Fixed some errors / typos in the preferences pane.Jeremy Huddleston2-16/+10
(cherry picked from commit e1e0c398bbb50394b164394e1f1870016489c25b)
2008-08-05XQUartz: UI Cleanup. Removed done/cancel buttons from Applications->CustomizeJeremy Huddleston3-112/+12
(cherry picked from commit d3157ca45c1f88edd040d721c1e944b9d2c090aa)
2008-08-06xkb: ProcXkbSetDeviceInfo should work on all attached SDs.Peter Hutterer1-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-06xkb: ProcXkbSetGeometry should work on all attached SDs.Peter Hutterer1-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-06xkb: ProcXkbSetNames should work on all attached SDs.Peter Hutterer1-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-06xkb: ProcXkbSetNamedIndicator should work on all attached SDs.Peter Hutterer1-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-06xkb: ProcXkbSetIndicatorMap should work on all attached SDs.Peter Hutterer1-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.