summaryrefslogtreecommitdiff
path: root/hw/kdrive/ephyr/hostx.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-22ephyr: Don't clobber bitsPerPixel when using glamorAdam Jackson1-1/+0
2017-09-21Xephyr: Check screen resources creation successOlivier Fourdan1-0/+5
2016-10-28ephyr: Leave window unmapped for -glamor-skip-present [v2]Keith Packard1-1/+5
2016-06-20ephyr: Process queued X events before blocking [v2]Keith Packard1-0/+26
2016-06-20ephyr: Handle window resize when using glamorKeith Packard1-3/+17
2016-06-20ephyr: Don't configure window while responding to configure eventsKeith Packard1-0/+8
2016-03-01kdrive/ephyr: map host X server's keymap into Xephyr, if supportedLaércio de Sousa1-7/+124
2016-01-28xephyr: Remove DRI1Adam Jackson1-78/+0
2015-12-01kdrive/ephyr: Use NotifyFd for XCB connection input [v2]Keith Packard1-0/+6
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 Sousa1-4/+12
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-04-21Convert hw/kdrive to new *allocarray functionsAlan Coopersmith1-7/+7
2015-03-24ephyr: Avoid a segfault with 'DISPLAY= Xephyr -glamor'Jon TURNEY1-1/+1
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-01-02ephyr: Implement per-screen colormapsMichele Baldessari1-5/+6
2014-11-12Drop trailing whitespacesPeter Hutterer1-6/+6
2014-09-18ephyr: Properly implement hardware cursors (v3)Adam Jackson1-12/+27
2014-08-21ephyr: set screen size & origin from host X server output's CRTC geometryLaércio de Sousa1-2/+135
2014-08-21ephyr: enable screen window placement following kdrive -screen option extende...Laércio de Sousa1-3/+18
2014-07-17glamor: Remove always-true yInverted flag.Eric Anholt1-2/+1
2014-06-12ephyr: Deal with non-root visual for windowKeith Packard1-10/+21
2014-03-27Fix ephyr build with --disable-glamorJon TURNEY1-1/+4
2014-03-26Xephyr: restore initial window resize lost in xcb conversionJulien Cristau1-0/+6
2014-03-26glamor: Get testing code using small FBOs working againKeith Packard1-1/+3
2014-03-17glamor: Do glyph private init at screeninit time, and other stuff at CSR.Eric Anholt1-3/+0
2014-03-17xephyr: Don't forget to glViewport() before drawing the screen.Eric Anholt1-0/+4
2014-03-07Fix xephyr build in --disable-glamor caseJon TURNEY1-3/+8
2014-03-05xephyr: Build support for rendering with glamor using a -glamor option.Eric Anholt1-5/+121
2014-01-12kdrive/ephyr; Don't redeclare monitorResolutionKeith Packard1-2/+0
2013-11-14ephyr: xcb_connect returns an error, not NULLPeter Hutterer1-2/+2
2013-10-31ephyr: Ensure stride of private framebuffer is multiple of 4Søren Sandmann Pedersen1-7/+8
2013-10-31ephyr: hostx_screen_init(): Fix bits_per_pixel and bytes_per_lineSøren Sandmann Pedersen1-3/+6
2013-10-14Xephyr: restore cursor visibilityMichele Baldessari1-0/+2
2013-09-03ephyr: Flush the X connection when updating the window title.Eric Anholt1-0/+1
2013-09-03ephyr: Use host (HW) cursors by default.Eric Anholt1-4/+4
2013-09-03ephyr: Garbage collect some DOA host window clipping code.Eric Anholt1-40/+0
2013-09-03ephyr: Move event processing into ephyr.c.Eric Anholt1-225/+0
2013-09-03ephyr: Move the host screen info into the kdrive screen private.Eric Anholt1-203/+169
2013-09-03ephyr: Rename and use the proper type for what was host_screen->info.Eric Anholt1-20/+21
2013-09-03ephyr: Expose a single function for detecting extensions.Eric Anholt1-29/+0
2013-09-03Xephyr: we're not using Xlib anymore, no need to undef _XSERVER64Julien Cristau1-17/+0
2013-09-03Xephyr: handle errors in event loopJulien Cristau1-0/+15
2013-09-03Xephyr: drop remaining Xlib dependencyJulien Cristau1-44/+20
2013-09-03Xephyr: use xcb for event handlingJulien Cristau1-129/+155
2013-09-03Xephyr: some more hostx.c xcb-ificationJulien Cristau1-5/+5