summaryrefslogtreecommitdiff
path: root/hw/kdrive/src/kdrive.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-14glx: Use vnd layer for dispatch (v4)Adam Jackson1-0/+3
2017-12-13kdrive: remove KdSignalWrapper etc.Adam Jackson1-14/+0
2017-10-30Use ARRAY_SIZE all over the treeDaniel Martin1-3/+1
2017-05-03kdrive: Remove dead slots from KdCardFuncsAdam Jackson1-66/+1
2017-05-03kdrive: Remove KdOsFuncsAdam Jackson1-47/+3
2017-05-03kdrive: static and dead code cleanupAdam Jackson1-100/+16
2017-03-27dix: Lift DPMS to a screen hookAdam Jackson1-12/+0
2017-03-23kdrive: Drop kdrive-config.h.Eric Anholt1-2/+2
2016-06-08dix: Use OsSignal() not signal()Adam Jackson1-2/+0
2016-03-01kdrive: add options to set default XKB propertiesLaércio de Sousa1-0/+50
2016-03-01kdrive: introduce input hot-plugging support for udev and hal backends (#33140)Laércio de Sousa1-0/+46
2016-02-22dix: Add hybrid full-size/empty-clip mode to SetRootClipDaniel Stone1-2/+2
2014-10-08kdrive: Remove vestigial reference to fbInitValidateTreeAdam Jackson1-4/+0
2014-08-21kdrive: add support to +X+Y syntax in -screen option parsingLaércio de Sousa1-4/+19
2014-07-17ephyr: Free damage structure at server reset timeKeith Packard1-0/+4
2014-04-18kdrive: Explicitly ignore errors from the -switchCmd scriptKeith Packard1-1/+8
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-1/+1
2013-11-14kdrive: handle WxH as valid geometry specKeith Packard1-1/+2
2013-08-21kdrive: Fix const cast warnings in arguments processing.Eric Anholt1-3/+3
2013-04-18KDrive: Bail out if screen initialization failedGeert Uytterhoeven1-1/+2
2012-08-06Fix up formatting of initializers for arrays of structsAlan Coopersmith1-10/+10
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-3/+3
2012-03-24os: Pass the FatalError message to OsVendorFatalErrorJeremy Huddleston1-1/+1
2012-03-21Introduce a consistent coding styleKeith Packard1-634/+571
2011-12-12KdParseFindNext: Constify delim argumentAlan Coopersmith1-1/+1
2011-12-12Convert KdDoSwitchCmd to use asprintf instead of malloc/strcat/etc.Alan Coopersmith1-9/+4
2011-07-27Terminate the log with one last message.Peter Hutterer1-3/+3
2011-03-28consolidate SetRootClip (v2)Dave Airlie1-91/+2
2010-11-30dix: Remove the backing store leftoversAdam Jackson1-6/+0
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-2/+4
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-10/+10
2010-06-03Move each screen's x/y origin into ScreenRec.Jamey Sharp1-3/+2
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp1-1/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-4/+4
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard1-2/+0
2010-02-17os: Prevent core dump from being truncated.Rami Ylimaki1-1/+1
2010-01-06kdrive: Adjust kdrive usage message as shadow overlay support has been droppedMikhail Gusarov1-1/+1
2010-01-06kdrive: Remove unused overlay fb supportMikhail Gusarov1-75/+32
2010-01-01Remove trailing whitespaceMikhail Gusarov1-62/+62
2009-06-11KDrive: Warning fixesDaniel Stone1-5/+2
2009-06-10kdrive: undef PSEUDO8Adam Jackson1-14/+0
2009-06-10kdrive: Remove a lie about PCMCIA support.Adam Jackson1-9/+0
2009-04-09Lift fatal signal handlers from DDX'es up to a common DIX implementationAlan Coopersmith1-30/+4
2009-04-03DPMS: Remove unused DPMSGet()Adam Jackson1-6/+0
2009-04-03kdrive: s/KdSaveString/strdup/gAdam Jackson1-11/+0
2008-10-08Update docs to reflect new DontZap defaultDaniel Stone1-1/+1
2008-10-08Input: Make DontZap the defaultDaniel Stone1-3/+3
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson1-2/+1
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky1-1/+2
2008-08-13Eviscerate save-under support.Adam Jackson1-13/+0