summaryrefslogtreecommitdiff
path: root/hw/kdrive
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-06xv: Remove dead VIDEO_INVERT_CLIPLIST from the xorg and kdrive DDXes.Eric Anholt2-25/+0
2014-07-29kdrive: Remove some dead bits of the man pageAdam Jackson1-7/+0
2014-07-17Merge remote-tracking branch 'origin/master' into glamor-nextEric Anholt5-0/+16
2014-07-17glamor: Remove always-true yInverted flag.Eric Anholt1-2/+1
2014-07-17ephyr: Free damage structure at server reset timeKeith Packard5-0/+16
2014-06-16xephyr: Allow initializing glamor with gles2 (on GLX).Eric Anholt2-2/+34
2014-06-15glamor: Share code for put_image handling.Eric Anholt1-89/+6
2014-06-15ephyr: Add support for XV using glamor.Eric Anholt4-1/+262
2014-06-15kdrive: Mark XV names const to avoid warnings.Eric Anholt1-2/+2
2014-06-15kdrive: Simplify the adaptor setup interface.Eric Anholt3-23/+7
2014-06-15kdrive: Remove dead generic XV adaptors code.Eric Anholt3-57/+1
2014-06-15kdrive: Do a little more cleanup from the XV struct deduplication.Eric Anholt3-29/+19
2014-06-12ephyr: Deal with non-root visual for windowKeith Packard1-10/+21
2014-04-18kdrive: Ignore failure to chown console tty to current userKeith Packard1-2/+5
2014-04-18kdrive: Explicitly ignore errors from the -switchCmd scriptKeith Packard1-1/+8