summaryrefslogtreecommitdiff
path: root/hw/xfree86
AgeCommit message (Expand)AuthorFilesLines
2012-01-18xfree86: split warning about missing identifier or input driverPeter Hutterer1-5/+6
2012-01-18xaa: avoid possible freed pointer reuse in epilogueDave Airlie1-0/+1
2012-01-18fbdevhw: iterate over all modes that match a mode. (v3)Adam Jackson1-8/+10
2012-01-18LoaderOpen returns either a valid pointer or NULL, so don't check for < 0Alan Coopersmith1-1/+1
2012-01-18Fix vesa's VBE PanelID interpretationDerek Buitenhuis1-1/+4
2012-01-18edid: Add quirk for Acer Aspire One 110Ross Burton1-0/+5
2012-01-18dri2: Register the DRI2DrawableType after server regenerationChris Wilson2-2/+15
2012-01-18DRI2: Avoid a NULL pointer dereferenceChris Wilson1-1/+2
2012-01-18VidMode: prevent crash with no modesChris Wilson1-0/+3
2012-01-18xfree86: Fix powerpc build with -Werror=int-to-pointer-cast -Werror=pointer-t...Jeremy Huddleston1-4/+4
2012-01-18xf86Crtc: handle no outputs with no modes harder.Dave Airlie1-22/+19
2011-10-26Fix drain_console unregistrationTomáš Trnka2-13/+10
2011-10-09Fix a rare memory leakvdb@picaros.org1-0/+1
2011-07-28Initialize the fd to -1 for xorg.conf input devices.Peter Hutterer1-0/+3
2011-07-28xfree86: NULL option values are technically valid, don't strdup themPeter Hutterer1-1/+1
2011-07-28xfree86: duplicate xorg.conf device information before xf86NewInputDevicePeter Hutterer1-5/+27
2011-07-28xfree86: Remove devices that failed to enable on startupPeter Hutterer1-0/+1
2011-05-28linux: Retry VT ioctls while errno == EINTRAaron Plattner1-34/+49
2011-05-13Make xorg.conf.example rule compatible with Solaris makeAlan Coopersmith1-1/+1
2011-04-07man: list the drivers that are ignored when hotplugging (#35209)Peter Hutterer1-3/+10
2011-04-07xfree86: allow to check for options without warnings in the logSimon Thum1-27/+48
2011-04-07fix percent options parsingSimon Thum1-1/+1
2011-04-04xfree86: loader: fix memory leaks in LoaderListDirsTiago Vignatti1-0/+6
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-03-27xfree86: print out which driver is about to be used.Peter Hutterer1-0/+2
2011-03-27xfree86: block signals between EnableDevice and first CheckMotion()Peter Hutterer1-0/+3
2011-03-27xfree86/common: Remove a configScreen leak when conf_screen is NULLErkki Seppälä1-1/+3
2011-03-27Don't clobber input device options from xorg.confMatthieu Herrb1-2/+4
2011-03-14xfree86/modes: Fixed memory leak in xf86InitialConfigurationErkki Seppälä1-13/+8
2011-03-10loader: Don't distribute sdksyms.c and make it depend on the configKeith Packard1-3/+6
2011-03-09vbe: Fix malloc size bugAdam Jackson1-1/+1
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