summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2010-06-11xfree86: Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov3-14/+14
2010-06-11xquartz: Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov1-6/+6
2010-06-11xwin: Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov3-8/+8
2010-06-11kdrive: Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov1-6/+6
2010-06-11dmx: Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov2-3/+3
2010-06-10Merge remote branch 'alanc/master'Keith Packard2-5/+6
2010-06-10Fix a couple more possible errors with input-only windowsKeith Packard1-1/+1
2010-06-10Solaris: avoid memory leak if AGPIOC_INFO ioctl failsAlan Coopersmith1-5/+5
2010-06-10Record some additional library dependencies in xf86 modulesAlan Coopersmith1-0/+1
2010-06-10Merge remote branch 'whot/for-keith'Keith Packard5-125/+383
2010-06-11xfree86: Match devices based on current driver settingDan Nicholson5-22/+57
2010-06-11xfree86: Allow multiple InputClass Match* entries for && matchingDan Nicholson4-109/+179
2010-06-11xfree86: Match devices based on USB IDDan Nicholson5-0/+34
2010-06-11xfree86: Match devices based on PnP IDDan Nicholson5-0/+41
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-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 Gusarov78-339/+339
2010-06-10xfree86: Add MatchOS InputClass entry for operating system matchingDan Nicholson5-0/+62
2010-06-10xfree86: Refactor InputClass matching codeDan Nicholson1-51/+66
2010-06-10xfree86: Constify InputClass functionsDan Nicholson1-3/+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-07dri2: Deal with input-only windows by using WindowDrawable()Keith Packard1-5/+5
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov41-134/+80
2010-06-06Replace deprecated bzero with memsetMikhail Gusarov8-13/+13
2010-06-05dmx: Split glx scalar swap variables from array swap variables.Jamey Sharp7-1/+147
2010-06-05Clean up after removal of screen parameters from region macros.Jamey Sharp7-58/+18
2010-06-05Register Xnest colormap screen private keyKeith Packard1-0/+3
2010-06-05kdrive: Xv code uses shared screen private instead of kdrive-specific privateKeith Packard1-5/+1
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard62-243/+384
2010-06-05Rename region macros to eliminate screen argumentKeith Packard60-581/+581
2010-06-04Stop searching for XF86Config filesAlan Coopersmith1-5/+1
2010-06-04Stop searching for XF86Config filesAlan Coopersmith2-18/+10
2010-06-03composite: use config notify hook to do pixmap resize.Dave Airlie1-3/+7
2010-06-03Merge remote branch 'jamey/for-keith'Keith Packard32-179/+171
2010-06-03Delete XineramaScreenRegions cache.Jamey Sharp1-2/+1
2010-06-03Move each screen's x/y origin into ScreenRec.Jamey Sharp13-132/+128
2010-06-03Delete panoramiXdataPtr: it's redundant.Jamey Sharp2-8/+5
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp22-33/+33
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-03DRI2: Use single error path in initializationPauli Nieminen1-8/+4
2010-06-03DRI2: Allow building without libdrmTiago Vignatti3-4/+18
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. Griffais7-14/+14
2010-06-02xfree86: Unbreak autoconfig following 0abf065e38c4Chris Wilson3-3/+9
2010-05-28xfree86: initialize InputAttributes to NULL in the autoconfig code.Peter Hutterer1-0/+1