summaryrefslogtreecommitdiff
path: root/hw/kdrive/src/kxv.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-27Replace malloc/strlen/strcpy with strdup.Matt Turner1-6/+3
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-1/+1
2010-06-05kdrive: Xv code uses shared screen private instead of kdrive-specific privateKeith Packard1-5/+1
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-4/+10
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-79/+79
2010-05-13Replace dixChangeGC with calls directly to the right variant.Jamey Sharp1-1/+1
2010-05-13dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.Jamey Sharp1-4/+4
2010-05-12Kill ChangeGC in favor of dixChangeGC.Jamey Sharp1-1/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-38/+38
2010-01-01Do not check xfree argument for NULLMikhail Gusarov1-14/+7
2010-01-01Remove trailing whitespaceMikhail Gusarov1-142/+142
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky1-3/+4
2008-07-17KDrive: Delete rafts of unused codeDaniel Stone1-41/+0
2007-12-13devPrivates rework: more cleanup from previous merge operation.Eamon Walsh1-3/+7
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh1-2/+2
2007-11-05KDrive: Remove usage of allocaDaniel Stone1-2/+2
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-28/+16
2007-06-29Death to RCS tags.Adam Jackson1-2/+0
2006-07-21fix KdXvCopyPackedData to actually workDaniel Stone1-1/+1
2005-12-27Build fixes: XSERVER_LIBS -> KDRIVE_LIBS, config.h -> kdrive-config.hAdam Jackson1-1/+1
2005-06-09- Replace the syncAccel hook in the kdrive structure with a pair of hooksEric Anholt1-0/+43
2004-05-13Add generic functions for copying packed/planar XV data, copied fromEric Anholt1-0/+142
2003-11-10Fix KdXv interface to pass drawable down so that bits can be put intoKeith Packard1-6/+6
2003-10-14Check for off-screen pixmap support in KaaDrawableIsOffscreenPixmap. -WallKeith Packard1-14/+7
2003-09-11Move kdrive common sources to src dirKeith Packard1-0/+3
2003-09-11Start autoifying everything.Anders Carlsson1-2/+2
2003-07-07Update RCS tags, fix keyboard hang on VT switch, fix scroll wheel mice, addKeith Packard1-1/+1
2001-09-21hw/kdrive: Xv window private should be allocated on demandKeith Packard1-3/+8
2001-08-09kdrive/mach64: support Xv under RandRKeith Packard1-3/+3
2001-07-20Too many changes, but all in kdrive:Keith Packard1-32/+26
2001-03-30Add files for Xmuu and i810 driverKeith Packard1-0/+1784