summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-10xfree86: Match devices based on current driver settinginputconfDan Nicholson5-22/+57
2010-06-10xfree86: Allow multiple InputClass Match* entries for && matchingDan Nicholson4-109/+179
2010-06-10config: Script to convert HAL fdi settings to InputClass sectionsDan Nicholson2-1/+203
2010-06-10xfree86: Match devices based on USB IDDan Nicholson10-0/+88
2010-06-10xfree86: Match devices based on PnP IDDan Nicholson10-1/+68
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-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
2010-06-04Stop searching for XF86Config filesAlan Coopersmith2-18/+10
2010-06-04xkb: fix invalid memory writes in _XkbCopyGeom.Peter Hutterer1-2/+2
2010-06-03composite: use config notify hook to do pixmap resize.Dave Airlie6-158/+70
2010-06-03Merge remote branch 'jamey/for-keith'Keith Packard73-957/+597
2010-06-03Accumulate graphics exposures incrementally in PanoramiXCopyArea/Plane.Jamey Sharp1-36/+26
2010-06-03Delete XineramaScreenRegions cache.Jamey Sharp2-19/+21