summaryrefslogtreecommitdiff
path: root/hw/xfree86/dixmods/extmod/xf86vmode.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-10Move XFree86-VidMode from extmod to built-inDaniel Stone1-2165/+0
2012-07-09Move extension initialisation prototypes into extinit.hDaniel Stone1-0/+1
2012-07-09Use C99 designated initializers in extension EventsAlan Coopersmith1-10/+11
2012-07-09Use C99 designated initializers in xf86 extension RepliesAlan Coopersmith1-94/+117
2012-07-09Use calloc to zero fill buffers being allocated for replies & eventsAlan Coopersmith1-1/+1
2012-07-09xf86dga2.c & xf86vmode.c: Move REQUEST_SIZE_MATCH checks before using stuffAlan Coopersmith1-6/+6
2012-07-09Fix more poorly indented/wrapped comments & codeAlan Coopersmith1-1/+3
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith1-30/+18
2012-04-11hw/xfree86: Re-indent xf86vmode.cKeith Packard1-346/+480
2012-04-11hw/xfree86: Spurious ');' in xf86vmode.c messed up indentation badlyKeith Packard1-1/+1
2012-03-21Introduce a consistent coding styleKeith Packard1-1270/+1188
2012-01-12Revert "dix: Pull client-is-local flag up to the ClientRec"Keith Packard1-3/+3
2012-01-06dix: Pull client-is-local flag up to the ClientRecAdam Jackson1-3/+3
2011-09-21Use correct swap{l,s} (or none at all for CARD8)Matt Turner1-2/+2
2011-09-21Use internal temp variable for swap macrosMatt Turner1-236/+208
2010-09-28xserver: delete pervasively use of DISPATCH_PROCTiago Vignatti1-94/+52
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-1/+1
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-2/+1
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-7/+11
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp1-1/+1
2010-05-19Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp1-4/+1
2010-05-19Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.Jamey Sharp1-2/+0
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-22/+22
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-26/+26
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-3/+1
2009-12-18Ensure all resource types created have names registeredAlan Coopersmith1-0/+2
2009-09-21input: define server-supported protocol versions in one single file.Peter Hutterer1-2/+3
2009-09-21xfree86: silence warning: ‘ramplen’ may be used uninitializedPeter Hutterer1-1/+1
2009-09-04require xf86vidmodeproto 2.2.99.1 or newer.Peter Hutterer1-2/+1
2009-07-14xfree86: switch to byte counting functionsPeter Hutterer1-21/+21
2009-06-17xfree86: fix two compiler warnings in xf86vmode.cPeter Hutterer1-2/+2
2009-04-24Fix byte swapping of XF86VidMode{Get,Set}GammaRampAlan Coopersmith1-10/+6
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer1-2/+0
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky1-3/+5
2008-08-05Redefine WindowTable as a fixed arrayTomas Carnecky1-2/+1
2008-07-24Remove all empty extension reset hooks, replace with NULL.Adam Jackson1-12/+1
2007-11-20Revert "registry: Register XF86VidMode extension protocol names."Eamon Walsh1-66/+1
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh1-8/+8
2007-11-05XFree86: Remove usage of allocaDaniel Stone1-8/+8
2007-10-15registry: Register XF86VidMode extension protocol names.Eamon Walsh1-1/+66
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-29/+14
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-3/+0
2006-04-07Coverity #818: Avoid memory leak on error path.Adam Jackson1-2/+4
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt1-5/+1
2005-07-16Fix the *-config.h includes so that it is possible to build modules withoutKevin E Martin1-4/+4
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone1-1/+1
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone1-2/+2
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone1-4/+4
2004-12-12Reduce vidmode logging.Kristian Høgsberg1-16/+18