summaryrefslogtreecommitdiff
path: root/hw/kdrive/src/kxv.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-21Convert hw/kdrive to new *allocarray functionsAlan Coopersmith1-2/+2
2014-10-27dix: Always store GC client clip as a region (v2)Adam Jackson1-1/+1
2014-10-09dix: Drop the third argument from WindowExposuresProcPtrAdam Jackson1-3/+3
2014-08-07xv: Drop the ClientPtr from the interface to the DDX.Eric Anholt1-29/+20
2014-08-07xv: Remove the no-op AllocatePort/FreePort interfaces.Eric Anholt1-17/+0
2014-08-06kdrive: Don't bother explicitly clearing new window privates to NULL.Eric Anholt1-21/+0
2014-08-06kdrive: Remove dead KXVPaintRegion().Eric Anholt1-41/+0
2014-08-06xv: Move CloseScreen setup from a DIX hook to normal wrapping.Eric Anholt1-13/+5
2014-08-06xv: Move the DDX XV screen private allocation into the DDXes.Eric Anholt1-7/+5
2014-08-06xv: Drop the ddQueryAdaptors() interface.Eric Anholt1-16/+2
2014-08-06xv: Move common code for adaptor cleanup to xvmain.cEric Anholt1-27/+1
2014-08-06xv: Remove dead VIDEO_NO_CLIPPING from the xorg and kdrive DDXes.Eric Anholt1-46/+0
2014-08-06xv: Remove dead VIDEO_INVERT_CLIPLIST from the xorg and kdrive DDXes.Eric Anholt1-24/+0
2014-06-15kdrive: Simplify the adaptor setup interface.Eric Anholt1-4/+4
2014-06-15kdrive: Remove dead generic XV adaptors code.Eric Anholt1-43/+0
2014-06-15kdrive: Do a little more cleanup from the XV struct deduplication.Eric Anholt1-18/+12
2014-03-26kdrive: Remove duplicated definitions of some XV-related structs.Eric Anholt1-25/+2
2014-01-22kdrive: Fix -Wshadow errorsKeith Packard1-2/+2
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-3/+3
2013-03-06kdrive: fix "set but not used" warningsPeter Hutterer1-2/+0
2012-07-09Xv: Remove excessive module-induced indirectionTomas Carnecky1-4/+4
2012-07-09Move Xv and XvMC from extmod to built-inTomas Carnecky1-4/+0
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-2/+2
2012-03-21Introduce a consistent coding styleKeith Packard1-1450/+1435
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