summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-08-02xfree86/modes: Handle no palette case better in xf86RandR12CrtcSetGammafor-masterMichel Dänzer1-1/+9
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
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-33/+31
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
2016-07-02modesetting: Fix swapping of provider sink / source capabilitiesHans de Goede1-2/+2
2016-07-02modesetting: Implement a double-buffered shadow modeAdam Jackson4-5/+135
2016-07-02modesetting: Drop some non-functional triple-buffering variablesAdam Jackson2-18/+0
2016-07-02modesetting: Implement 32->24 bpp conversion in shadow updateDave Airlie6-24/+196
2016-07-02modesetting: Fix hw cursor check at the first callTakashi Iwai1-2/+8
2016-07-01modesetting: Use load_cursor_argb_check for sw cursor fallbackTakashi Iwai1-6/+18
2016-07-01modesetting: Fix the error check from DRM_IOCTL_MODE_CURSOR2Takashi Iwai1-2/+2
2016-06-28modesetting: Implement PRIME syncing as a sourceAlex Goins2-1/+144
2016-06-28modesetting: Disable Reverse PRIME for i915Alex Goins1-2/+15
2016-06-28modesetting: Blacklist USB transport devices from PRIME syncAlex Goins1-0/+14
2016-06-28modesetting: Suspend and resume flipping with DPMSAlex Goins1-4/+14
2016-06-28modesetting: Implement PRIME syncing as a sinkAlex Goins3-38/+374
2016-06-28modesetting: Always load ms->drmmode.pageflipAlex Goins1-6/+4
2016-06-28modesetting: Always tear down scanout pixmapAlex Goins1-19/+20
2016-06-28modesetting: Internal storage of scanout pixmapsAlex Goins3-12/+22
2016-06-28randr/xf86: Add PRIME Synchronization / Double BufferAlex Goins2-1/+7
2016-06-28hw/xwin: Fix a typo in "Remove Shadow DirectDraw engine"Jon Turney1-1/+1
2016-06-28hw/xwin: Fix a crash trying to reload window icons when not in multiwindow modeJon Turney4-16/+26
2016-06-28hw/xwin: Fix a crash which occurs if focus returns to XWin after xkbcomp has ...Colin Harrison1-1/+1
2016-06-23hw/xwin: Make window maximizable if a maximium size larger than virtual deskt...Jon Turney1-2/+6
2016-06-23hw/xwin: Detect invalid options in combination with -nodecorationJon Turney1-1/+16
2016-06-23hw/xwin: Default to -noresize when -fullscreen is usedJon Turney7-10/+26
2016-06-23hw/xwin: Tell LogInit() to backup previous logfile as .oldJon Turney2-4/+5