summaryrefslogtreecommitdiff
path: root/hw/kdrive/src
AgeCommit message (Expand)AuthorFilesLines
2016-03-11dix: Add hybrid full-size/empty-clip mode to SetRootClipDaniel Stone1-2/+2
2015-12-09kdrive/UnregisterFd: Fix off by oneEgbert Eich1-1/+1
2015-09-23kdrive: Remove dead debug arrays.Eric Anholt1-35/+0
2015-04-21Convert hw/kdrive to new *allocarray functionsAlan Coopersmith2-3/+3
2015-03-13Drop valuator mask argument from GetKeyboardEventsPeter Hutterer1-1/+1
2014-10-27dix: Always store GC client clip as a region (v2)Adam Jackson1-1/+1
2014-10-09Merge remote-tracking branch 'ajax/dead-code'Keith Packard1-13/+0
2014-10-09dix: Drop the third argument from WindowExposuresProcPtrAdam Jackson1-3/+3
2014-10-08kdrive: Remove vestigial reference to fbInitValidateTreeAdam Jackson1-4/+0
2014-10-08exa, kdrive: Remove redundant BitsPerPixel macrosAdam Jackson1-13/+0
2014-08-21kdrive: add support to +X+Y syntax in -screen option parsingLaƩrcio de Sousa2-4/+21
2014-08-07kdrive: Remove a dead struct.Eric Anholt1-9/+0
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 Anholt2-22/+0
2014-08-06kdrive: Remove dead KXVPaintRegion().Eric Anholt2-44/+0
2014-08-06xv: Move CloseScreen setup from a DIX hook to normal wrapping.Eric Anholt2-13/+6
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 Anholt2-47/+0
2014-08-06xv: Remove dead VIDEO_INVERT_CLIPLIST from the xorg and kdrive DDXes.Eric Anholt2-25/+0
2014-07-17Merge remote-tracking branch 'origin/master' into glamor-nextEric Anholt2-0/+5
2014-07-17ephyr: Free damage structure at server reset timeKeith Packard2-0/+5
2014-06-15kdrive: Mark XV names const to avoid warnings.Eric Anholt1-2/+2
2014-06-15kdrive: Simplify the adaptor setup interface.Eric Anholt2-5/+5
2014-06-15kdrive: Remove dead generic XV adaptors code.Eric Anholt2-52/+0
2014-06-15kdrive: Do a little more cleanup from the XV struct deduplication.Eric Anholt2-24/+14
2014-04-18kdrive: Explicitly ignore errors from the -switchCmd scriptKeith Packard1-1/+8
2014-03-27Build fbcmap_mi.c once, rather than once for each DDXJon TURNEY1-4/+1
2014-03-26kdrive: Remove duplicated definitions of some XV-related structs.Eric Anholt2-59/+4
2014-01-22kdrive: Fix -Wshadow errorsKeith Packard2-4/+4
2014-01-12Replace 'pointer' type with 'void *'Keith Packard6-25/+25
2013-11-14kdrive: fix cursor jumps on CursorOffScreen behaviorPeter Hutterer1-4/+4
2013-11-14kdrive: modify ephyr events to use POINTER_DESKTOP and scale them to thatPeter Hutterer2-0/+3
2013-11-14kdrive: handle WxH as valid geometry specKeith Packard1-1/+2
2013-10-21unbreak KdEnableInputStrake1-5/+6
2013-09-06kdrive: fix build error on gcc 4.8 for out-of-bounds array accessChris Clayton1-1/+1
2013-08-21kdrive: Fix const cast warnings in arguments processing.Eric Anholt3-9/+10
2013-08-21kdrive: Fix const cast warnings in driver name handling.Eric Anholt1-2/+2
2013-08-21kdrive: Drop dead code.Eric Anholt1-7/+0
2013-08-06Replace INCLUDES with AM_CPPFLAGSPeter Hutterer1-1/+1
2013-04-18KDrive: Bail out if screen initialization failedGeert Uytterhoeven1-1/+2
2013-03-06kdrive: fix "set but not used" warningsPeter Hutterer2-10/+0
2012-10-07Revert "kinput: allocate enough space for null character."Julien Cristau1-1/+1
2012-09-23dix: Remove #includes of mibstore.hDaniel Martin1-1/+0
2012-08-06Fix up formatting of initializers for arrays of structsAlan Coopersmith1-10/+10
2012-08-06kinput: allocate enough space for null character.Dave Airlie1-1/+1
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