summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-02-04Bus: Remove xf86SetAccessFuncs() and related machineryAdam Jackson4-81/+0
2009-02-04Bus: Delete some obfuscatory macrosAdam Jackson6-23/+17
2009-02-04Bus: Remove unused xf86ExtractTypeFromListAdam Jackson2-15/+0
2009-02-04Bus: make the resource list static.Adam Jackson2-5/+1
2009-02-04loader: Remove icache flushes on alpha.Adam Jackson1-12/+0
2009-02-04loader: Remove a vestige of archive supportAdam Jackson1-4/+1
2009-02-04loader: Remove useless call to LoaderGetOSAdam Jackson1-6/+0
2009-02-04loader: Simplify loader magicAdam Jackson1-3/+1
2009-02-04loader: Make a comment slightly less stupidAdam Jackson1-6/+1
2009-02-04loader: code motion.Adam Jackson1-33/+30
2009-02-04loader: Simplify handle allocation and refcounting.Adam Jackson1-17/+3
2009-02-04XKB: Remove -kb and +kb from -help text and man page.Adam Jackson2-5/+0
2009-02-03Handle the combination of panning and crtc transformsKeith Packard1-26/+10
2009-02-03Damage re-used shadow scanout buffer using new transforms.Keith Packard1-1/+5
2009-02-03Handle matrix computation overflow in RRTransformComputeKeith Packard1-7/+32
2009-02-04fbdevHWGetRec() doesn't return the private dataTomas Carnecky1-1/+4
2009-02-04DBUS_API_SUBJECT_TO_CHANGE is already defined on the command lineTomas Carnecky1-1/+0
2009-02-04Fix "warning: braces around scalar initializer"Tomas Carnecky1-1/+1
2009-02-04Make gcc happy: correct third argument of CopyGetMasterEvent()Tomas Carnecky1-1/+1
2009-02-04Fix "warning: cast to pointer from integer of different size"Tomas Carnecky2-2/+2
2009-02-04Fix "warning: XXX defined but not used"Tomas Carnecky1-0/+2
2009-02-04Fix "warning: unused variable XXX"Tomas Carnecky5-6/+2
2009-02-04ISO C90: Move declaration to the beginning of the functionTomas Carnecky1-1/+1
2009-02-04mi: don't call UpdateSpriteForScreen if we have Xinerama enabled. #18668Peter Hutterer1-1/+8
2009-02-04dix: for core events, pass the core filter into DeliverEventsToWindowPeter Hutterer1-1/+1
2009-02-03Don't enable XAA offscreen pixmaps with Option "XaaOffscreenPixmaps" "no".Aaron Plattner1-1/+3
2009-02-03Constify atom name stringsAlan Coopersmith12-28/+33
2009-02-03XQuartz: Accept bundle version 2.1.6 to work with our startup methodJeremy Huddleston1-2/+2
2009-02-03Xext: fix typo in GEEventFill macroPeter Hutterer1-1/+1
2009-02-03dix: Use GenericEvent instead of LASTEvent to check for core events.Peter Hutterer1-2/+2
2009-02-03Xi: initialize the device before applying button map changes.Peter Hutterer1-0/+4
2009-02-03Xi: create well-known atoms on demand, rather than preinit themSimon Thum3-23/+10
2009-02-03Xi: If the MD doesn't have a key/kbdfeed class, init the keyboard.Peter Hutterer1-3/+10
2009-02-03Xi: remove now obsolete oldXkbInfo.Peter Hutterer1-3/+0
2009-02-03dix: add SetBit(arr, bit) and ClearBit(arr, bit) to include/inputstr.hPeter Hutterer1-0/+2
2009-02-03Xext: rename shape's EventType to ShapeEventType to avoid name clashing.Peter Hutterer1-8/+8
2009-02-03Xext: rename saver's EventType to SaverEventType.Peter Hutterer1-5/+5
2009-02-03render: rename SetBit to RenderSetBit.Peter Hutterer1-5/+5
2009-02-03include: remove now-unused sempahore macros.Peter Hutterer1-15/+0
2009-02-02XQuartz: GLX: Fix accidental exclusion of glBlitFramebufferEXT on LeopardJeremy Huddleston1-1/+1
2009-02-02glx: Don't match fbconfigs to visuals with mismatched channel masks.Eric Anholt1-5/+11
2009-02-02Cygwin/X: Fix compilation for mandatory XKBJon TURNEY4-87/+30
2009-02-01XQuartz: GLX: OpenGL.framework on Tiger doesn't have glBlitFramebufferEXTJeremy Huddleston1-0/+2
2009-02-01kdrive: Move a close() to the right place so we don't close(-1) normally.Jim Huang1-1/+1
2009-02-01netbsd: Force the use of ev56 instructions for register access on ev56.Manuel Bouyer1-6/+15
2009-02-01netbsd: Fix alpha ev6 support.Manuel Bouyer1-1/+6
2009-02-01Actually require bigfontproto when it's enabled. Bug #13710.John Hein1-0/+1
2009-02-01Prevent double unref of glxdrawablesPierre Willenbrock2-3/+4
2009-01-30x11-input.fdi: Add options needed to handle adding USB devices on SolarisAlan Coopersmith1-0/+14
2009-01-30RandR crtcs not fetched correctly when primary output is set.Keith Packard3-11/+19