summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Helper.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-03xf86LogInit: log to XDG_DATA_HOME when not running as rootHans de Goede1-1/+30
2014-01-29xf86DeleteScreen: move check for NULL pScrn before first dereferenceAlan Coopersmith1-3/+4
2014-01-22xfree86: Fix -Wshadow warningsKeith Packard1-1/+0
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-16/+16
2014-01-12xfree86/common: Warning fixes. Mostly const string handling.Keith Packard1-6/+4
2013-12-09composite: Automatically enable backing store support on the screenAdam Jackson1-0/+5
2013-12-09bs: Set the screen's bs support level to WhenMappedAdam Jackson1-1/+1
2012-10-08xfree86: add xf86UpdateDesktopDimensions()Peter Hutterer1-0/+6
2012-07-06xfree86: add DDX gpu screen support. (v3)Dave Airlie1-22/+76
2012-07-06xf86: cleanup helper code to use a pointer. (v1.1)Dave Airlie1-9/+10
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-14/+9
2012-05-21xf86: migrate to using xf86ScreenToScrn wrapper (v2)Dave Airlie1-2/+2
2012-05-21xf86: add helper functions to convert to from ScrnInfoPtr/ScreenPtr (v2)Dave Airlie1-0/+14
2012-03-21Introduce a consistent coding styleKeith Packard1-664/+675
2011-12-10xf86RegisterRootWindowProperty is confused about xnfcallocAlan Coopersmith1-8/+3
2011-10-19Merge remote-tracking branch 'hramrach/pull'Keith Packard1-6/+0
2011-10-18Unload submodules.Michal Suchanek1-6/+0
2011-10-15xfree86: Move xf86GetClocks to vgahwAdam Jackson1-90/+0
2011-09-26Merge remote-tracking branch 'whot/next'Keith Packard1-32/+19
2011-09-15Remove PC98 support.Jamey Sharp1-10/+0
2011-08-22xf86Helper: use LogHdrMessageVerb in xf86VDrvMsgVerbDaniel Kurtz1-22/+6
2011-08-22xf86Helper: use LogHdrMessageVerb in xf86VIDrvMsgVerbDaniel Kurtz1-10/+13
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