summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-13randr: Fix crtc_bounds when using rotation combined with reflectionprime-hw-cursor-supportHans de Goede1-1/+1
2016-09-13xf86Cursor: Add hw cursor support for primeDave Airlie3-6/+88
2016-09-13xf86Cursor: Deal with rotation on GPU screens using a hw-cursorHans de Goede1-11/+40
2016-09-13xf86Cursor: Fix xf86_crtc_rotate_coord using width/height wronglyHans de Goede1-2/+2
2016-09-13xf86Cursor: Fix xf86CurrentCursor to work on slave GPU ScreensHans de Goede1-3/+6
2016-09-13xf86Cursor: Add xf86CheckHWCursor() helper functionDave Airlie3-8/+14
2016-09-13randr: Add RRHasScanoutPixmap helper functionHans de Goede2-0/+25
2016-09-13dix: Add dixPrivatesCreated helper functionDave Airlie2-0/+12
2016-09-13glamor: Fix crash when master gpu is using glamor and another gpu is hotpluggedHans de Goede1-0/+10
2016-09-13modesetting: Remove some dead codeHans de Goede1-2/+0
2016-09-13modesetting: ms_covering_crtc: Remove unused arguments, make staticHans de Goede2-19/+6
2016-09-13modesetting: Fix msSharePixmapBacking returning a non-linear boHans de Goede1-1/+2
2016-09-13glamor: Add glamor_shareable_fd_from_pixmap()Hans de Goede2-0/+40
2016-09-07xkb: fix check for appending '|' character when applying rulesRan Benita1-1/+1
2016-09-06glx: Fix computation of GLX_X_RENDERABLE fbconfig attributeAdam Jackson9-56/+31
2016-09-06xwayland: Process queued events before making wayland mods effectiveRui Matos1-5/+6
2016-09-02test: Run some XTS5 integration tests against Xvfb if possible.Eric Anholt3-3/+135
2016-09-02modesetting: add DRI2 page flip supportQiang Yu5-15/+257
2016-09-02modesetting: move common page flip handle to pageflip.cQiang Yu3-87/+105
2016-09-02modesetting: move ms_do_pageflip to pageflip.cQiang Yu4-252/+300
2016-09-02modesetting: make ms_do_pageflip generic for share with DRI2Qiang Yu1-14/+25
2016-09-02dri2: Don't make reference to noClientExceptionAdam Jackson1-1/+1
2016-09-02dri3: Don't do return client->noClientExceptionAdam Jackson1-2/+2
2016-09-02sync: Don't do return client->noClientExceptionAdam Jackson1-6/+6
2016-09-02modesetting: Hide cursor when initializing crtcHans De Goede1-0/+3
2016-09-02modesetting: Do not use function local static variablesHans De Goede2-6/+6
2016-09-02xi2: fix FocusIn grabsMichael Thayer1-2/+2
2016-08-24xfree86: print the module name together with the load failure messagePeter Hutterer1-16/+19
2016-08-23glamor: Declare "pos" in the composite glyph GLSL 1.20 vertex shaderMichel Dänzer1-1/+2
2016-08-22glamor: Handle bitplane in glamor_copy_fbo_cpuMichel Dänzer1-7/+33
2016-08-19wayland: Emulate crossing for native windowOlivier Fourdan3-2/+17
2016-08-18Fix Xorg -configure not working anymoreHans De Goede1-1/+2
2016-08-17test: Remember to swap the window argument to XIQueryPointerAdam Jackson1-0/+1
2016-08-16xinput: Let top-level dispatch generate the errorAdam Jackson1-2/+2
2016-08-16xv: Remove some dumb calls SendErrorToClientAdam Jackson1-3/+0
2016-08-16xwayland: Fix relinking when dix changesAdam Jackson1-1/+1
2016-08-16config: Hold input lock across udev socket handlingKeith Packard1-1/+5
2016-08-15present: Free the fake_present OsTimerPtrOlivier Fourdan1-1/+2
2016-08-15present: Call set_abort_flip / restore_screen_pixmap in clear_window_flipMichel Dänzer3-4/+12
2016-08-15present: Make present_restore_screen_pixmap handle screen->root == NULLMichel Dänzer1-2/+3
2016-08-15xwayland: Avoid double free of RRCrtc and RROutputOlivier Fourdan3-4/+12
2016-08-15dix: Pass ClientPtr to FlushCallbackMichel Dänzer2-7/+4
2016-08-15xace: Fix XaceCensorImage to actually censor the right part of the imageAaron Plattner1-1/+2
2016-08-15xwayland: Plug memleak in frame callbacksOlivier Fourdan2-0/+4
2016-08-15Autoconfig: Fix the loop adding dectected drivers to the list of screensMatthieu Herrb1-2/+1
2016-08-15xfree86: vgaarb: Initialize local variable rsrc_decodesEmily Deng1-1/+1
2016-08-15dix: Avoid writing uninitialized bytes in deliverPropertyNotifyEventKeith Packard1-4/+6
2016-08-14os: Abandon loop after poll call when array of fds has changedKeith Packard1-0/+10
2016-08-14os: Delay freeing of epoll_wait return pointers until epoll is idle.Keith Packard1-2/+23
2016-08-13xfree86: Set pScrn->pScreen before driver ScreenInit is calledKeith Packard1-2/+11