summaryrefslogtreecommitdiff
path: root/hw/kdrive
AgeCommit message (Expand)AuthorFilesLines
2016-06-20kdrive: Nuke a bunch of dead codeAdam Jackson1-441/+0
2016-03-11ephyr: Fix redisplay with glamor on GLES.Eric Anholt1-1/+3
2016-03-11kdrive/evdev: update keyboard LEDs (#22302)Laércio de Sousa1-3/+8
2016-03-11dix: Add hybrid full-size/empty-clip mode to SetRootClipDaniel Stone1-2/+2
2016-03-11ephyr: Make sure we have GLX_ARB_create_context before calling it.Eric Anholt1-14/+20
2016-03-11ephyr: catch X errors if we try to create a core context and fail.Dave Airlie1-0/+10
2016-03-11ephyr: Create 3.1 core profile context if possible (v3)Keith Packard1-1/+17
2016-03-11glamor: Use vertex array objectsKeith Packard1-24/+62
2015-12-09kdrive/UnregisterFd: Fix off by oneEgbert Eich1-1/+1
2015-10-06kdrive: Delete unused TOUCHSCREEN define.Jamey Sharp3-13/+0
2015-09-23kdrive: Remove dead debug arrays.Eric Anholt1-35/+0
2015-09-21Xephyr: Paint with subimage for non-Glamor & non-XSHM caseIan Scott1-4/+6
2015-09-21ephyr: move host_has_extension() implementation to hostx.cLaércio de Sousa5-19/+17
2015-09-21ephyr: fix -no-host-grab argument processingJürg Billeter1-1/+1
2015-08-28debug output format fix in ephyrProcessMouseMotion()Jon TURNEY1-2/+2
2015-06-30cursor: drop ARGB_CURSORDave Airlie1-4/+0
2015-05-12Xephyr: Fix broken image when endianess of client machine and host-Xserver di...Egbert Eich1-2/+10
2015-05-12Xephyr: Fix screen image draw for the non-Glamor & non-XHSM caseEgbert Eich1-1/+1
2015-05-12Xephyr: Fix compile when debugging is enabledEgbert Eich1-1/+1
2015-05-12Xephyr: Print default server display number if none is specifiedEgbert Eich1-1/+1
2015-05-12Xephyr: Don't crash when no command line argument is specifiedEgbert Eich3-4/+9
2015-04-21Convert hw/kdrive to new *allocarray functionsAlan Coopersmith6-14/+14
2015-03-24ephyr: Avoid a segfault with 'DISPLAY= Xephyr -glamor'Jon TURNEY1-1/+1
2015-03-24glamor: Just set the logic op to what we want at the start of all rendering.Eric Anholt1-0/+2
2015-03-24glamor: Eliminate GLAMOR_USE_SCREEN and GLAMOR_USE_PICTURE_SCREENKeith Packard1-3/+1
2015-03-24ephyr: Fail if glamor is requested but not usableOlivier Fourdan1-3/+6
2015-03-13Drop valuator mask argument from GetKeyboardEventsPeter Hutterer1-1/+1
2015-01-07Synchronize capslock in Xnest and XephyrOlivier Fourdan1-1/+7
2015-01-02ephyr: Implement per-screen colormapsMichele Baldessari4-7/+9
2014-11-12Drop trailing whitespacesPeter Hutterer16-41/+41
2014-10-27dix: Always store GC client clip as a region (v2)Adam Jackson1-1/+1
2014-10-22Xephyr: option to disable grabbing the hostWilliam ML Leslie3-3/+18
2014-10-09Merge remote-tracking branch 'ajax/dead-code'Keith Packard1-13/+0
2014-10-09dix: Drop the third argument from WindowExposuresProcPtrAdam Jackson2-4/+4
2014-10-08kdrive: Remove vestigial reference to fbInitValidateTreeAdam Jackson1-4/+0
2014-10-08exa, kdrive: Remove redundant BitsPerPixel macrosAdam Jackson1-13/+0
2014-09-18ephyr: Properly implement hardware cursors (v3)Adam Jackson6-80/+295
2014-08-21ephyr: set screen size & origin from host X server output's CRTC geometryLaércio de Sousa5-7/+174
2014-08-21ephyr: enable screen window placement following kdrive -screen option extende...Laércio de Sousa5-6/+27
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