summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Helper.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-27Terminate the log with one last message.Peter Hutterer1-2/+2
2011-04-04xfree86: fix memory leak in xf86ConfigFbEntityTiago Vignatti1-0/+1
2011-03-28consolidate SetRootClip (v2)Dave Airlie1-102/+2
2011-02-23Revert "Separate out screen size and screen pixmap sizes in RRScreenSizeSet"Keith Packard1-5/+1
2010-12-07Convert alloc+sprintf pairs into asprintf() & XNFasprintf() callsAlan Coopersmith1-4/+1
2010-12-07Convert existing Xprintf style calls to asprintf styleAlan Coopersmith1-3/+7
2010-12-06Separate out screen size and screen pixmap sizes in RRScreenSizeSetKeith Packard1-1/+5
2010-11-30xf86VIDrvMsgVerb: print args, not format stringAlan Coopersmith1-1/+1
2010-10-15Merge branch 'master' into input-apiPeter Hutterer1-14/+5
2010-09-28Merge remote branch 'ajax/less-loader'Keith Packard1-5/+0
2010-09-28xfree86: Add 18bpp supportAdam Jackson1-0/+3
2010-09-28xfree86: Kill pixmapPrivate with a vengeance (v2)Chris Wilson1-11/+0
2010-09-22xfree86: Remove unused refcounting from input driversAdam Jackson1-5/+0
2010-09-01xfree86: remove LocalDeviceRec/Ptr definition.Peter Hutterer1-5/+5
2010-09-01xfree86: add xf86IDrvMsg and friends for input driver logging.Peter Hutterer1-0/+37
2010-09-01xfree86: move xf86AllocateInput and xf86DeleteInput to xf86Xinput.cPeter Hutterer1-90/+0
2010-09-01xfree86: rework driver PreInit API - XInput ABI 12Peter Hutterer1-1/+21
2010-08-27xfree86: Simplify xf86Msg{,Verb}Jesse Adkins1-2/+2
2010-06-18Don't coredump on "X -showopts" (bug 25874)Alan Coopersmith1-0/+7
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-6/+6
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-6/+3
2010-06-06Replace deprecated bzero with memsetMikhail Gusarov1-1/+1
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-8/+8
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp1-1/+1
2010-05-25xfree86: store the InputAttributes in the input device.Peter Hutterer1-0/+2
2010-05-24xfree86: no need to check for the configuration case when matching devicesTiago Vignatti1-2/+0
2010-05-24xfree86: remove all kind of bus and PCI dependency from the common helper fileTiago Vignatti1-503/+0
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-25/+25
2009-12-18Convert checks for PC98 support from platform #ifdefs to configure flagAlan Coopersmith1-1/+1
2009-09-17Add configuration option for use of SIGIO handlers for input eventsAlan Coopersmith1-1/+1
2009-08-27xfree86: Remove xf86GetMotionEvents from public API.Peter Hutterer1-7/+0
2009-08-18xfree86: remove unused PCI headerTiago Vignatti1-1/+0
2009-07-28xfree86: delete devices probe code (-probe and -probeonly options)Tiago Vignatti1-11/+2
2009-07-28xfree86: delete stupid video driver dump (-modalias option)Tiago Vignatti1-2/+0
2009-07-28xserver: remove RAC/resource handling code.Dave Airlie1-74/+36
2009-07-17xfree86: Remove xf86SetPriorityAdam Jackson1-36/+0
2009-05-28xfree86: Remove loader symbol list ABI stubsAdam Jackson1-22/+0
2009-05-27xfree86: Remove unused (and useless) xf86{Add,Delete}ModuleInfoAdam Jackson1-11/+0
2009-05-16xfree86: Remove superfluous ifdef DEBUG checks.Peter Hutterer1-33/+13
2009-05-14randr12: Initialize and keep track of updates to VidMode extension gamma value.Michel Dänzer1-5/+5
2009-03-13Unexport xf86SetPriorityAdam Jackson1-24/+24
2009-01-11xfree86: ANSI cleanupsJulien Cristau1-20/+20
2008-12-17randr: Improve per-crtc gamma support.Maarten Maathuis1-0/+6
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-83/+83
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-7/+7
2008-11-27Typo fixJulien Cristau1-4/+4
2008-11-24Remove xf86{En,Dis}ableInterrupts entirelyAdam Jackson1-10/+0
2008-11-24Bus: Remove ISA support.Adam Jackson1-203/+6
2008-11-07xfree86: xf86SetDepthBpp needs to respect the driver's depth24flagsJulien Cristau1-5/+0
2008-10-14Xorg: add -modalias optionNathaniel McCallum1-0/+2