summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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-120/+122
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
2016-07-18Remove readmask from screen block/wakeup handlerKeith Packard13-51/+31
2016-07-18dmx: Eliminate use of AddEnabledDevice [v2]Keith Packard1-4/+13
2016-07-18modesetting: Use passed-in fd for drm event monitoring NotifyFd callbackKeith Packard1-1/+1
2016-07-18hw/kdrive: Use passed-in fd for kdrive/linux APM monitoring [v2]Keith Packard1-32/+30
2016-07-18xnest: Use SetNotifyFd to receive eventsKeith Packard1-1/+8
2016-07-18hw/xfree86: Use NotifyFd for other input fd wakeupsKeith Packard1-26/+22
2016-07-18dmx: Switch from select(2) to poll(2) for inputKeith Packard2-16/+15
2016-07-18xfree86: Switch from select(2) to poll(2)Keith Packard3-45/+53
2016-07-18kdrive: switch from select(2) to poll(2)Keith Packard6-48/+28
2016-07-18dix: Switch to the libXfont2 API (v2)Keith Packard5-10/+14
2016-07-15xfree86: Fix fallback driver sort order for Xorg -configure (v2)Adam Jackson1-19/+40
2016-07-15xwayland: Only force monotonic clock onceAdam Jackson1-1/+2
2016-07-15xwayland: Update RR state on wl_output.done instead of wl_output.modeRui Matos2-9/+10
2016-07-08linux: Do not try to open /dev/vc/0, fix error msg when /dev/tty0 open failsHans De Goede1-9/+1
2016-07-08modesetting: NULL assignment for drmmode_set_target_scanout_target_cpuAlex Goins1-0/+1
2016-07-02modesetting: Load on GPU-s with 0 outputsHans de Goede2-11/+24