summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-08modesetting: NULL assignment for drmmode_set_target_scanout_target_cpuAlex Goins1-0/+1
2016-07-05randr: Add ability to turn PRIME sync offagoins3-4/+124
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-30configure: Tell AC_REPLACE_FUNCS where to find replacementsAdam Jackson1-0/+1
2016-06-29xkb: add a cause to the xkb indicator update after a keymap changePeter Hutterer1-1/+3
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 Goins4-29/+111
2016-06-28xf86: Add PRIME flipping functions to ScreenAlex Goins2-0/+31
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
2016-06-23hw/xwin: Downgrade some uninformative, always-emitted log output to debugJon Turney3-8/+8
2016-06-23hw/xwin: Check for just the hostname in window titleJon Turney1-13/+22
2016-06-23hw/xwin: Use _NET_WM_NAME for window titles in multiwindow modeJon Turney1-16/+42
2016-06-23hw/xwin: Remove decorations from _NET_WM_WINDOW_TYPE_SPLASH type windowsJon Turney1-0/+9
2016-06-23hw/xwin: Use Bool type in winShowWindowOnTaskbar() prototypeJon Turney2-2/+2
2016-06-23xwayland-input: Fake crossing to rootwinOlivier Fourdan2-0/+32
2016-06-21Revert "XDMCP: For IPv6 add link local addresses to the end of the list"Adam Jackson1-11/+1
2016-06-21XDMCP: For IPv6 add link local addresses to the end of the listReinhard Max1-1/+11
2016-06-21res: Account for GLXPixmap references tooAdam Jackson1-0/+19
2016-06-21res: Fix accounting of redirected window pixmaps for CompositeAdam Jackson1-7/+8
2016-06-21res: Simplify QueryClientPixmapBytesAdam Jackson1-94/+2
2016-06-21xfree86/modes: Simplify in_range logic in xf86_crtc_set_cursor_positionMichel Dänzer1-12/+4
2016-06-21xfree86/modes: Disambiguate driverIsPerformingTransformMichel Dänzer3-24/+29
2016-06-21xfree86/modes: Fix HW cursor clipping for driverIsPerformingTransform (v2)Michel Dänzer1-7/+11
2016-06-20ephyr: Process only the last expose or configure available from the serverKeith Packard1-5/+22
2016-06-20ephyr: Process queued X events before blocking [v2]Keith Packard3-19/+65
2016-06-20ephyr: Handle window resize when using glamorKeith Packard2-5/+31
2016-06-20ephyr: Don't configure window while responding to configure eventsKeith Packard3-0/+13
2016-06-20dix: Call screen block/wakeup handlers closest to blocking [v3]Keith Packard6-42/+53
2016-06-20glx: avoid memory leak when using indirect renderingGuilherme Quentel Melo1-0/+6
2016-06-20Merge remote-tracking branch 'hans/for-master'Adam Jackson15-149/+176