summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-11xfree86: Match devices based on USB IDDan Nicholson10-0/+88
2010-06-11xfree86: Match devices based on PnP IDDan Nicholson10-1/+68
2010-06-10Merge remote branch 'jeremyhu/master'Keith Packard4-29/+31
2010-06-10dri2: Only deal with output windows and pixmaps.Keith Packard2-7/+12
2010-06-10glxdriswrast bugfix: configure swapgc, not gc.Jamey Sharp1-1/+1
2010-06-10DRI2: Don't return junk reply instead of blocking in glXWaitForSbcOML()Mario Kleiner3-21/+8
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov145-847/+847
2010-06-10xfree86: Add MatchOS InputClass entry for operating system matchingDan Nicholson7-1/+66
2010-06-10xfree86: Refactor InputClass matching codeDan Nicholson1-51/+66
2010-06-10xfree86: Constify InputClass functionsDan Nicholson1-3/+4
2010-06-10config/hal: Missing newline in log messageDan Nicholson1-1/+1
2010-06-10config/udev: Add verbose info when fetching udev propertiesDan Nicholson1-3/+36
2010-06-10config/hal: don't leak the input.tags propertyDan Nicholson1-1/+4
2010-06-08XQuartz: Add more sanity checking around string manipulation for xmodmapJeremy Huddleston1-11/+19
2010-06-08XQuartz: Fix build regression from faeebead7bfcc78535757ca7acc1faf7554c03b7Jeremy Huddleston3-18/+12
2010-06-07Make DRI_SCREEN_PRIV just return NULL when DRI isn't initializedKeith Packard1-1/+2
2010-06-07randr: prevent an unnecessary screen resize with multiple displaysBen Skeggs1-2/+2
2010-06-07If XTest is always required, then eliminate the XTest devPrivateKeith Packard5-30/+9
2010-06-07dri2: Deal with input-only windows by using WindowDrawable()Keith Packard1-5/+5
2010-06-06Initialize private keys in test suiteKeith Packard7-4/+31
2010-06-06Place glyph privates at correct location within the allocate storageKeith Packard1-5/+5
2010-06-06randr: Make deletion of output properties more robustMikhail Gusarov1-41/+35
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov84-412/+240
2010-06-06Replace deprecated bzero with memsetMikhail Gusarov32-132/+132
2010-06-06xkb: Remove superfluous if(x) x = realloc(x, sz); else x = malloc(sz); logicMikhail Gusarov1-71/+23
2010-06-06xkb: Remove superfluous if(p) checks around free(p)Mikhail Gusarov1-96/+48
2010-06-05Merge remote branch 'jamey/for-keith'Keith Packard7-1/+147
2010-06-05dmx: Split glx scalar swap variables from array swap variables.Jamey Sharp7-1/+147
2010-06-05dix: Remove test for obsolete NO_XINERAMA_PORT macro.Kim Woelders1-2/+1
2010-06-05Clean up after removal of screen parameters from region macros.Jamey Sharp31-259/+102
2010-06-05Damage pixmap private key was being mis-registered as a picture keyKeith Packard1-1/+1
2010-06-05Register Xnest colormap screen private keyKeith Packard1-0/+3
2010-06-05Make GetPictureScreenIfSet check if Render is runningKeith Packard1-1/+1
2010-06-05Move the shadow screen private key initialization to shadowSetupKeith Packard1-3/+3
2010-06-05Fix exa_priv.h declarations of privatesKeith Packard2-9/+10
2010-06-05kdrive: Xv code uses shared screen private instead of kdrive-specific privateKeith Packard1-5/+1
2010-06-05Allocate per-screen device/cursor-bits private keys in midispcurKeith Packard1-15/+14
2010-06-05Add dixCreatePrivateKey APIKeith Packard2-2/+42
2010-06-05Change devPrivates implementation.Keith Packard2-185/+407
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard139-711/+1105
2010-06-05Create separate private key for midispcur cursor bitsKeith Packard1-17/+21
2010-06-05Remove dixRegisterPrivateOffset; hard-code devPrivates offsets insteadKeith Packard4-63/+19
2010-06-05Add REGION_ macros for source compatibility with existing drivers.Keith Packard1-0/+39
2010-06-05Change region implementation from macros to inline functions.Keith Packard4-276/+196
2010-06-05Rename region macros to eliminate screen argumentKeith Packard130-1865/+1817
2010-06-05Move mi/miregion.c to dix/region.cKeith Packard3-1/+1
2010-06-05Change region implementation names to eliminate the 'mi' prefixKeith Packard10-149/+192
2010-06-05rootless: Fix SetShape regressionJeremy Huddleston2-3/+3
2010-06-04configure: Check for libsha1.pcPauli Nieminen1-1/+1
2010-06-04Stop searching for XF86Config filesAlan Coopersmith1-5/+1