summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2009-02-06Remove unused barrier macros on alpha.Matt Turner1-11/+1
2009-02-04Revert "Bus: Remove xf86SetAccessFuncs() and related machinery"Adam Jackson4-0/+81
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-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-04fbdevHWGetRec() doesn't return the private dataTomas Carnecky1-1/+4
2009-02-04Fix "warning: braces around scalar initializer"Tomas Carnecky1-1/+1
2009-02-04Fix "warning: XXX defined but not used"Tomas Carnecky1-0/+2
2009-02-04Fix "warning: unused variable XXX"Tomas Carnecky3-4/+1
2009-02-03Don't enable XAA offscreen pixmaps with Option "XaaOffscreenPixmaps" "no".Aaron Plattner1-1/+3
2009-02-03Constify atom name stringsAlan Coopersmith3-5/+5
2009-02-03XQuartz: Accept bundle version 2.1.6 to work with our startup methodJeremy Huddleston1-2/+2
2009-02-02XQuartz: GLX: Fix accidental exclusion of glBlitFramebufferEXT on LeopardJeremy Huddleston1-1/+1
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-01Prevent double unref of glxdrawablesPierre Willenbrock1-3/+0
2009-01-30modes: Protect xf86_crtc_supports_gamma() from non-RandR 1.2 drivers.Eric Anholt1-8/+12
2009-01-30Make crtc_notify wrap/unwrap code do nothing unless mode code is inuseKeith Packard1-11/+18
2009-01-30Ignore EDID-supplied monitor physical sizes for core screen sizeKeith Packard1-11/+0
2009-01-29Remove extra / from Loading module lineMatt Turner1-3/+3
2009-01-29XKB: ifdef XKB is dead, yet it was still present in a few places.Maarten Maathuis2-9/+9
2009-01-27Convert kdrive libraries to libtool convenience libraries.Paulo Cesar Pereira de Andrade5-25/+25
2009-01-27Xvfb: add missing include for new xkbsrv.hMagnus Kessler1-0/+1
2009-01-26XQuartz: GL: indirect.c changes to fix the build with newer OpenGL frameworks.George Staplin1-0/+19
2009-01-25XQuartz: SnowLeopard: Help system book name changed in 10.6Jeremy Huddleston1-8/+9
2009-01-25Explicitly add libxorg_la_LIBADD to libxorg_la_DEPENDENCIESPaulo Cesar Pereira de Andrade1-0/+2
2009-01-25Xvfb: Remove unused function GetLK201Mappings in InitInput.cMagnus Kessler1-195/+0
2009-01-25Update xnest keyboard code to match xephyr/kdrive.Paulo Cesar Pereira de Andrade1-12/+26
2009-01-22Xephyr: Add some rudimentary Xnest command line compatAdam Jackson1-0/+21
2009-01-22Remove xorgcfg 'Options' list.Adam Jackson2-412/+0
2009-01-22Input: Remove core keysyms from KeyClassRecDaniel Stone2-63/+23
2009-01-22Input: Clean up keymap change notificationsDaniel Stone1-23/+9
2009-01-22Input: Remove modifierMap from coreDaniel Stone9-113/+20
2009-01-22Input: Remove modifierKeyMapDaniel Stone1-0/+4
2009-01-22Input: Remove state from KeyClassRecDaniel Stone4-5/+6
2009-01-22Input: Overhaul keyboard initialisation processDaniel Stone3-21/+16
2009-01-22XKB: Make XKB mandatoryDaniel Stone20-654/+292