summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2010-06-03XineramaSetCursorPosition: use screen bounds directly, not POINT_IN_REGION.Jamey Sharp3-7/+10
2010-06-03Move each screen's x/y origin into ScreenRec.Jamey Sharp28-333/+321
2010-06-03Delete panoramiXdataPtr: it's redundant.Jamey Sharp15-228/+204
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp52-128/+130
2010-06-03Move each screen's screensaver data into ScreenRec.Jamey Sharp8-64/+64
2010-06-03midispcur: Add comment explaining why pRootPicture must not be freed.Jamey Sharp1-0/+6
2010-06-03mi: Delete unused flicker-free MoveCursor code.Jamey Sharp3-333/+6
2010-06-03dmx: Fix XSetExtensionErrorHandler calls to agree on constness.Jamey Sharp3-5/+5
2010-06-03Install fbdevhw module in normal module directory instead of linux/Alan Coopersmith1-2/+1
2010-06-03Merge remote branch 'vignatti/for-keith'Keith Packard2-2/+1
2010-06-03xext: delete wrong source reference from fontcacheTiago Vignatti1-1/+0
2010-06-03configure: sha1: check libsha1 using pkg-config insteadTiago Vignatti1-1/+1
2010-06-03DRI2: Use single error path in initializationPauli Nieminen1-8/+4
2010-06-03DRI2: Allow building without libdrmTiago Vignatti5-7/+26
2010-06-03DRI2: add AuthMagic hook for driver side supportTiago Vignatti2-3/+18
2010-06-02Only deal with input code when changing the input shape.Pierre-Loup A. Griffais13-103/+112
2010-06-02xfree86: Unbreak autoconfig following 0abf065e38c4Chris Wilson3-3/+9
2010-06-02Fix pixmap validation in miDbePositionWindow.Aaron Plattner1-6/+14
2010-06-02composite: initialise pOldPixmap to NullPixmap at alloc time.Dave Airlie1-0/+1
2010-06-03Change keyboard controls on slave keyboards (#27926)Nicolas George1-2/+2
2010-05-28xfree86: initialize InputAttributes to NULL in the autoconfig code.Peter Hutterer1-0/+1
2010-05-28test: fix up InputAttributes helper function test.Peter Hutterer1-1/+8
2010-05-28dix: add 3x3 transformation matrix xinput property for multi-head handlingPeter Korsgaard5-1/+104
2010-05-26xfree86: bump ABI_XINPUT_VERSION to 11.Peter Hutterer1-1/+1
2010-05-26dmx: Delete unused ChangeKeyboardDevice/ChangePointerDevice.Jamey Sharp1-57/+0
2010-05-26Ignore build products in the server's test suite.Jamey Sharp1-0/+13
2010-05-26dmx: Remove dead __glXDispSwap_DrawArraysEXT definition.Jamey Sharp1-6/+0
2010-05-26dmx: Delete unused local variables.Jamey Sharp6-49/+2