summaryrefslogtreecommitdiff
path: root/hw/xfree86
AgeCommit message (Expand)AuthorFilesLines
2011-04-04Merge remote-tracking branch 'vignatti/for-keith'Keith Packard4-12/+34
2011-04-04xfree86: fix memory leak in xf86LoadModulesTiago Vignatti1-1/+3
2011-04-04xfree86: fix bad free configInputDevicesTiago Vignatti1-1/+2
2011-04-04xfree86: fix memory leaks in configLayoutTiago Vignatti1-6/+19
2011-04-04xfree86: fix memory leak in xf86ConfigFbEntityTiago Vignatti1-0/+1
2011-04-04xfree86: dri2: fix memory leak and free resources properlyTiago Vignatti1-2/+7
2011-04-04xorg: remove unused pointer values all over the serverTiago Vignatti1-2/+2
2011-04-04Merge branch 'master' of git://people.freedesktop.org/~herrb/xserver into for...Peter Hutterer4-108/+4
2011-04-04xfree86: loader: fix memory leaks in LoaderListDirsTiago Vignatti1-0/+6
2011-03-28xfree86: warning fixAdam Jackson1-1/+1
2011-03-28xfree86: warning fixAdam Jackson1-1/+1
2011-03-27Merge remote-tracking branch 'airlied/pwin-cleanup'Keith Packard2-106/+2
2011-03-28dri: kill if 0 out code.Dave Airlie1-4/+0
2011-03-28consolidate SetRootClip (v2)Dave Airlie1-102/+2
2011-03-24xf86: don't pretend to support DEVICE_ABS_* in ChangeDeviceControlSimon Thum1-2/+2
2011-03-24xfree86: print out which driver is about to be used.Peter Hutterer1-0/+2
2011-03-17Revert "dix: Remove usage_hint from pixmaps, store it in ->drawable.class"Keith Packard3-8/+8
2011-03-16man: list the drivers that are ignored when hotplugging (#35209)Peter Hutterer1-3/+10
2011-03-14man: relocate manual pages in the man subdir outside docGaetan Nadon6-5/+3
2011-03-14xfree86/modes: Fixed memory leak in xf86InitialConfigurationErkki Seppälä1-13/+8
2011-03-14Merge remote-tracking branch 'ajax/xserver-next'Keith Packard3-20/+7
2011-03-14Consolidate all the PATH_MAX handling into misc.hChristopher James Halse Rogers3-20/+7
2011-03-09Merge remote branch 'whot/for-keith'Keith Packard1-0/+3
2011-03-09xfree86: block signals between EnableDevice and first CheckMotion()Peter Hutterer1-0/+3
2011-03-08xfree86/common: Remove a configScreen leak when conf_screen is NULLErkki Seppälä1-1/+3
2011-03-08dix: Remove usage_hint from pixmaps, store it in ->drawable.classAdam Jackson3-8/+8
2011-03-04vbe: Fix malloc size bugAdam Jackson1-1/+1
2011-03-03loader: Don't distribute sdksyms.c and make it depend on the configKeith Packard1-3/+6
2011-03-03Merge remote branch 'whot/for-keith'Keith Packard5-48/+114
2011-03-03Merge remote branch 'rjy/clientids'Keith Packard1-0/+1
2011-02-28Merge branch 'next' into for-keithPeter Hutterer4-46/+110
2011-02-28Don't clobber input device options from xorg.confMatthieu Herrb1-2/+4
2011-02-25xfree86: Allow sdksyms.dep to be included portablyDan Nicholson1-1/+2
2011-02-24xfree86: Bump video ABI to 10.0Keith Packard1-1/+1
2011-02-24Merge remote branch 'kibi/master'Keith Packard1-1/+1
2011-02-24Removing unused codeAlexandr Shadchin2-13/+1
2011-02-24Merge remote branch 'ajax/for-keithp'Keith Packard1-1/+9
2011-02-23Revert "Replace huge argument list in xf86CrtcSetModeTransform with struct"Keith Packard3-115/+65
2011-02-23Revert "randr: Add sprite position transforms"Keith Packard5-97/+12
2011-02-23Revert "randr: Implement RRSetCrtcConfigs"Keith Packard1-1/+0
2011-02-23Revert "hw/xfree86/modes: Add optional driver API for RRSetCrtcConfigs"Keith Packard2-163/+28
2011-02-23Revert "randr: Add per-crtc pixmaps"Keith Packard3-109/+4
2011-02-23Revert "DIX is responsible for ref counting scanout pixmaps."Keith Packard1-0/+4
2011-02-23Revert "Set sprite transforms from RRSetCrtcConfigs"Keith Packard1-2/+2
2011-02-23Revert "Separate out screen size and screen pixmap sizes in RRScreenSizeSet"Keith Packard2-80/+31
2011-02-23xfree86: If the driver found modes on an output, don't add moreAdam Jackson1-1/+9
2011-02-23xfree86: Fix undefined reference to `XNFsprintf' on sparc.Cyril Brulebois1-1/+1
2011-02-23Merge branch 'mi-cleanup' into nextPeter Hutterer12-165/+198
2011-02-22xfree86: update GetMaster check for the VCP.Peter Hutterer1-4/+2
2011-02-22xfree86: replace two inputInfo.pointer uses with device loops.Peter Hutterer2-14/+59