summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-21present: Separate checks for flips vs unflipsMichel Dänzer
2016-09-21dri2: Don't allow flipping when using a dedicated scanout bufferMichel Dänzer
2016-09-21present: Don't allow flipping when using a dedicated scanout bufferMichel Dänzer
2016-09-21Make sure drmmode_crtc->scanout[] are destroyed when not neededMichel Dänzer
2016-09-21Simplify drmmode_set_mode_major error handlingMichel Dänzer
2016-09-21Only add main fb if necessaryHans de Goede
2016-09-21Remove unnecessary fb addition from drmmode_xf86crtc_resizeHans de Goede
2016-09-21Free priv in amdgpu_set_pixmap_bo also if priv->bo == NULLMichel Dänzer
2016-09-21glamor: Fix leak of pixmap private when replacing BOMichel Dänzer
2016-09-21Propagate failure from radeon_set_pixmap_boMichel Dänzer
2016-09-21Add support for ScreenPtr::SyncSharedPixmapMichel Dänzer
2016-09-21Only define transform_region function for XF86_CRTC_VERSION >= 4Michel Dänzer
2016-09-20Use local implementation of RegionDuplicate for older xserverMichel Dänzer
2016-09-15DRI2: Fix radeon_dri2_exchange_buffers width/height copy'n'paste errorQiang Yu
2016-09-15DRI2: Add interpolated_vblanks in radeon_dri2_get_crtc_mscMichel Dänzer
2016-09-15Fix radeon_mode_hotplug crash on multi GPU platform.Qiang Yu
2016-09-14Destroy all dedicated scanout buffers during CloseScreenMichel Dänzer
2016-09-14glamor: Reallocate linear pixmap BO if necessary for DRI2 PRIMEMichel Dänzer
2016-09-14Move DRI2's local fixup_glamor helper to radeon_glamor_set_pixmap_boMichel Dänzer
2016-09-14Consolidate get_drawable_pixmap helperMichel Dänzer
2016-09-12glamor: Fix radeon_glamor_share_pixmap_backing for priv->bo == NULLMichel Dänzer
2016-09-06Make TearFree effective with PRIME slave scanoutMichel Dänzer
2016-09-06Synchronize scanout pixmaps for TearFreeMichel Dänzer
2016-09-06Move up radeon_scanout_extents_intersectMichel Dänzer
2016-09-02Factor out transform_region helperMichel Dänzer
2016-08-30Only copy from screen pixmap to shared pixmap on demand for slave scanoutMichel Dänzer
2016-08-26Fix build against xserver < 1.13Michel Dänzer
2016-08-26Also handle disabled CRTCs in drmmode_clear_pending_flipMichel Dänzer
2016-08-26Don't override crtc parameter value in drmmode_flip_handler/abortMichel Dänzer
2016-08-25Also call drmmode_clear_pending_flip from radeon_scanout_flip_abortMichel Dänzer
2016-08-23Track damage accurately for RandR 1.4 slave scanoutMichel Dänzer
2016-08-23Handle RandR 1.4 slave dirty updates via radeon_drm_queueMichel Dänzer
2016-08-17Use drmmode_crtc_scanout_* helpers for RandR 1.4 scanout pixmapsMichel Dänzer
2016-08-17Keep track of damage event related flushes per-client v2Michel Dänzer
2016-08-03Wait for pending flips to complete before turning off an output or CRTCMichel Dänzer
2016-08-01Use EventCallback to avoid flushing every time in the FlushCallbackMichel Dänzer
2016-07-22Don't enable DRI3 by default with EXAMichel Dänzer
2016-07-22Don't enable micro-tiling for scanout buffers on pre-R600Michel Dänzer
2016-07-22Add explicit RADEON_DRM_QUEUE_ERROR defineMichel Dänzer
2016-07-20Adapt to video API 22Keith Packard
2016-07-19Adapt Block/WakeupHandler signature for ABI 23Adam Jackson
2016-06-24Only use RandR APIs if RandR is enabledMichel Dänzer
2016-06-21Adapt to XF86_CRTC_VERSION 7Michel Dänzer
2016-06-01EXA/6xx/7xx: accelerate PictOpOver with component alphaTan Hu
2016-06-01EXA/6xx/7xx: fast solid pixmap supportTan Hu
2016-06-01Add .editorconfig fileMichel Dänzer
2016-05-12Explicitly set the fbcon pixmap pitch againMichel Dänzer
2016-05-11Enable DRI3 by default when building for Xorg >= 1.18.3Michel Dänzer
2016-04-19Handle Zaphod mode correctly in radeon_mode_hotplugMichel Dänzer
2016-04-12present: Support async flipsMichel Dänzer