Age | Commit message (Expand) | Author | Files | Lines |
2013-12-09 | composite: Automatically enable backing store support on the screen | Adam Jackson | 1 | -0/+5 |
2013-12-09 | bs: Set the screen's bs support level to WhenMapped | Adam Jackson | 1 | -1/+1 |
2012-10-08 | xfree86: add xf86UpdateDesktopDimensions() | Peter Hutterer | 1 | -0/+6 |
2012-07-06 | xfree86: add DDX gpu screen support. (v3) | Dave Airlie | 1 | -22/+76 |
2012-07-06 | xf86: cleanup helper code to use a pointer. (v1.1) | Dave Airlie | 1 | -9/+10 |
2012-06-05 | api: rework the X server driver API to avoid global arrays. | Dave Airlie | 1 | -14/+9 |
2012-05-21 | xf86: migrate to using xf86ScreenToScrn wrapper (v2) | Dave Airlie | 1 | -2/+2 |
2012-05-21 | xf86: add helper functions to convert to from ScrnInfoPtr/ScreenPtr (v2) | Dave Airlie | 1 | -0/+14 |
2012-03-21 | Introduce a consistent coding style | Keith Packard | 1 | -664/+675 |
2011-12-10 | xf86RegisterRootWindowProperty is confused about xnfcalloc | Alan Coopersmith | 1 | -8/+3 |
2011-10-19 | Merge remote-tracking branch 'hramrach/pull' | Keith Packard | 1 | -6/+0 |
2011-10-18 | Unload submodules. | Michal Suchanek | 1 | -6/+0 |
2011-10-15 | xfree86: Move xf86GetClocks to vgahw | Adam Jackson | 1 | -90/+0 |
2011-09-26 | Merge remote-tracking branch 'whot/next' | Keith Packard | 1 | -32/+19 |
2011-09-15 | Remove PC98 support. | Jamey Sharp | 1 | -10/+0 |
2011-08-22 | xf86Helper: use LogHdrMessageVerb in xf86VDrvMsgVerb | Daniel Kurtz | 1 | -22/+6 |
2011-08-22 | xf86Helper: use LogHdrMessageVerb in xf86VIDrvMsgVerb | Daniel Kurtz | 1 | -10/+13 |
2011-07-27 | Terminate the log with one last message. | Peter Hutterer | 1 | -2/+2 |
2011-04-04 | xfree86: fix memory leak in xf86ConfigFbEntity | Tiago Vignatti | 1 | -0/+1 |
2011-03-28 | consolidate SetRootClip (v2) | Dave Airlie | 1 | -102/+2 |
2011-02-23 | Revert "Separate out screen size and screen pixmap sizes in RRScreenSizeSet" | Keith Packard | 1 | -5/+1 |
2010-12-07 | Convert alloc+sprintf pairs into asprintf() & XNFasprintf() calls | Alan Coopersmith | 1 | -4/+1 |
2010-12-07 | Convert existing Xprintf style calls to asprintf style | Alan Coopersmith | 1 | -3/+7 |
2010-12-06 | Separate out screen size and screen pixmap sizes in RRScreenSizeSet | Keith Packard | 1 | -1/+5 |
2010-11-30 | xf86VIDrvMsgVerb: print args, not format string | Alan Coopersmith | 1 | -1/+1 |
2010-10-15 | Merge branch 'master' into input-api | Peter Hutterer | 1 | -14/+5 |
2010-09-28 | Merge remote branch 'ajax/less-loader' | Keith Packard | 1 | -5/+0 |
2010-09-28 | xfree86: Add 18bpp support | Adam Jackson | 1 | -0/+3 |
2010-09-28 | xfree86: Kill pixmapPrivate with a vengeance (v2) | Chris Wilson | 1 | -11/+0 |
2010-09-22 | xfree86: Remove unused refcounting from input drivers | Adam Jackson | 1 | -5/+0 |
2010-09-01 | xfree86: remove LocalDeviceRec/Ptr definition. | Peter Hutterer | 1 | -5/+5 |
2010-09-01 | xfree86: add xf86IDrvMsg and friends for input driver logging. | Peter Hutterer | 1 | -0/+37 |
2010-09-01 | xfree86: move xf86AllocateInput and xf86DeleteInput to xf86Xinput.c | Peter Hutterer | 1 | -90/+0 |
2010-09-01 | xfree86: rework driver PreInit API - XInput ABI 12 | Peter Hutterer | 1 | -1/+21 |
2010-08-27 | xfree86: Simplify xf86Msg{,Verb} | Jesse Adkins | 1 | -2/+2 |
2010-06-18 | Don't coredump on "X -showopts" (bug 25874) | Alan Coopersmith | 1 | -0/+7 |
2010-06-10 | Remove unnecessary parentheses around return values in functions | Mikhail Gusarov | 1 | -6/+6 |
2010-06-06 | Remove more superfluous if(p) checks around free(p) | Mikhail Gusarov | 1 | -6/+3 |
2010-06-06 | Replace deprecated bzero with memset | Mikhail Gusarov | 1 | -1/+1 |
2010-06-05 | Rename region macros to eliminate screen argument | Keith Packard | 1 | -8/+8 |
2010-06-03 | Move each screen's root-window pointer into ScreenRec. | Jamey Sharp | 1 | -1/+1 |
2010-05-25 | xfree86: store the InputAttributes in the input device. | Peter Hutterer | 1 | -0/+2 |
2010-05-24 | xfree86: no need to check for the configuration case when matching devices | Tiago Vignatti | 1 | -2/+0 |
2010-05-24 | xfree86: remove all kind of bus and PCI dependency from the common helper file | Tiago Vignatti | 1 | -503/+0 |
2010-05-13 | Replace X-allocation functions with their C89 counterparts | Mikhail Gusarov | 1 | -25/+25 |
2009-12-18 | Convert checks for PC98 support from platform #ifdefs to configure flag | Alan Coopersmith | 1 | -1/+1 |
2009-09-17 | Add configuration option for use of SIGIO handlers for input events | Alan Coopersmith | 1 | -1/+1 |
2009-08-27 | xfree86: Remove xf86GetMotionEvents from public API. | Peter Hutterer | 1 | -7/+0 |
2009-08-18 | xfree86: remove unused PCI header | Tiago Vignatti | 1 | -1/+0 |
2009-07-28 | xfree86: delete devices probe code (-probe and -probeonly options) | Tiago Vignatti | 1 | -11/+2 |