summaryrefslogtreecommitdiff
path: root/hw/kdrive/src/kdrive.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-05Redefine WindowTable as a fixed arrayTomas Carnecky1-1/+0
2008-07-17Remove dead code, useless #defines, et alDaniel Stone1-0/+5
2008-07-17KDrive: Delete rafts of unused codeDaniel Stone1-8/+0
2008-05-21drop xprint remnants: InitGlobalsGeorge Sapountzis1-2/+0
2008-05-11kdrive: allow disabling CompositeJulien Cristau1-6/+0
2007-12-13devPrivates rework: more cleanup from previous merge operation.Eamon Walsh1-8/+7
2007-11-15For some reason "-nozap" appeared twice. Weird.Tiago Vignatti1-5/+0
2007-08-25Implement core protocol backing store exclusively in terms of Composite.Adam Jackson1-29/+1
2007-08-07Update KdUseMsg() for completeness.Tiago Vignatti1-1/+2
2007-08-07When we call Xephyr with '-pointer' a new pointer is added inside the serverTiago Vignatti1-0/+4
2007-07-05Clean up unused #ifdefs from fb.Adam Jackson1-14/+0
2007-06-29Death to RCS tags.Adam Jackson1-2/+0
2006-10-29kdrive: avoid null dereferencesDaniel Stone1-6/+10
2006-10-23kdrive: numerous warning fixesDaniel Stone1-2/+0
2006-08-10kdrive: properly ifdef composite enablingDaniel Stone1-0/+2
2006-07-21new KDrive input world orderDaniel Stone1-100/+74
2006-06-01Die XTESTEXT1, die!Daniel Stone1-26/+0
2006-02-15Remove the waitSync from KdDisableScreen and push it off to drivers'Eric Anholt1-2/+0
2006-02-13Move call to xf86WrapperInit() to OsVendorInit() in xf86Init.c and removeBenjamin Herrenschmidt1-3/+1
2006-02-11Remove libcwrapper damage from GLX (requires fresh Mesa HEAD), and get itEric Anholt1-0/+3
2005-12-28Enough build fixes to get {sdl,ephyr,fake} to link.Adam Jackson1-0/+2
2005-12-27Build fixes: XSERVER_LIBS -> KDRIVE_LIBS, config.h -> kdrive-config.hAdam Jackson1-1/+1
2005-06-09Perform a warnings sweep on hw/kdrive. A number of these were my fault, butEric Anholt1-0/+1
2005-06-09- Replace the syncAccel hook in the kdrive structure with a pair of hooksEric Anholt1-1/+1
2005-02-28Force DPMS normal on screen enableKeith Packard1-0/+1
2005-01-20Reinitialize offscreen memory before enabling cursor on VT switch-toKeith Packard1-1/+1
2004-11-13New global variable. (KdProcessArgument): Set it to TRUE on -nozap switch.Phil Blundell1-1/+8