summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-09-16hw/xwin: Add 'dri' to DIST_SUBDIRSKeith Packard1-1/+1
2016-09-16xfree86/modes: Set RandR primary output from CreateScreenResourcesMichel Dänzer1-0/+8
2016-09-16modesetting: fix compile error when --disable-glamorQiang Yu2-36/+36
2016-09-15Add Windows-DRI extensionJon Turney13-200/+789
2016-09-13Xquartz: Update for removal of AddEnabledDevice and RemoveEnabledDeviceJeremy Huddleston Sequoia1-6/+11
2016-09-13XQuartz: Cleanup CPPFLAGS that are no longer necessary on darwinJeremy Huddleston Sequoia1-3/+2
2016-09-13XQuartz: Fix the issue where the h key could be come "stuck" after hiding XQu...Jeremy Huddleston Sequoia1-0/+9
2016-09-13modesetting: Fall back to primary crtc for vblank for drawables on slave outputsHans de Goede1-0/+26
2016-09-13modesetting: ms_covering_crtc: Allow calling on non modesetting ScreensHans de Goede1-3/+9
2016-09-13modesetting: Implement DRI2InfoRec version 9 callbacksHans de Goede1-9/+55
2016-09-13modesetting: ms_dri2_create_buffer: check screen of existing front buffersHans de Goede1-13/+7
2016-09-13xf86Cursor: Add hw cursor support for primeDave Airlie2-6/+78
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-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-06glx: Fix computation of GLX_X_RENDERABLE fbconfig attributeAdam Jackson3-4/+0
2016-09-06xwayland: Process queued events before making wayland mods effectiveRui Matos1-5/+6
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-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-08-24xfree86: print the module name together with the load failure messagePeter Hutterer1-16/+19
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-16xwayland: Fix relinking when dix changesAdam Jackson1-1/+1
2016-08-15xwayland: Avoid double free of RRCrtc and RROutputOlivier Fourdan3-4/+12
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-13xfree86: Set pScrn->pScreen before driver ScreenInit is calledKeith Packard1-2/+11
2016-08-12xfree86: lock input during PreInitPeter Hutterer1-0/+2
2016-08-12xfree86: fix unbalanced input_lock/unlock in xf86NewInputDevice()Peter Hutterer1-1/+1
2016-08-10xfree86/modes: Handle no palette case better in xf86RandR12CrtcSetGammaMichel Dänzer1-1/+9
2016-08-08modesetting: Delete dead drmmode_bo_for_pixmap function.Kenneth Graunke2-31/+0
2016-07-28xfree86: Hook up colormaps and RandR 1.2 gamma code v6Michel Dänzer4-122/+124
2016-07-28xfree86/modes: Remove xf86RandR12CrtcGetGammaMichel Dänzer1-39/+0
2016-07-27xfree86/modes: Move gamma initialization to xf86RandR12Init12 v2Michel Dänzer2-114/+114
2016-07-21Switch poll() users to xserver_poll()Keith Packard10-22/+21
2016-07-19hw/xwin: Update BlockHandler function signatureJon Turney2-4/+2
2016-07-19hw/xwin: Update for removal of AddEnabledDeviceJon Turney1-1/+13
2016-07-18xfree86: if ATTR_KEYBOARD is set, match for keyboardsPeter Hutterer1-1/+1
2016-07-18modesetting: resubmit dirty rects on EINVAL (v2)Adam Jackson1-0/+9
2016-07-18Bump ABI versions to reflect block/wakeup handler API changesKeith Packard1-2/+2
2016-07-18Remove fd_set from Block/Wakeup handler APIKeith Packard11-22/+19