summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-28Drop RADEONInfoRec::cursor_bo arrayMichel Dänzer4-21/+11
2018-12-28Automatically try re-enabling TearFree after a flip failedMichel Dänzer2-11/+71
2018-12-28Cancel pending scanout update in drmmode_crtc_scanout_updateMichel Dänzer1-5/+11
2018-12-28Perform scanout buffer update immediately if drmmode_wait_vblank failsMichel Dänzer1-10/+19
2018-12-28Move deferred vblank events to separate drm_vblank_deferred listMichel Dänzer1-11/+46
2018-12-28Explicitly keep track of whether a DRM event is for a flip or notMichel Dänzer6-37/+25
2018-12-28Use drm_abort_one in drm_queue_handlerMichel Dänzer1-14/+14
2018-12-28glamor: Can work at depth >= 15 with current xserver Git masterMichel Dänzer2-1/+8
2018-12-28Skip gamma correction of cursor data if premultiplied R/G/B > alphaMichel Dänzer1-13/+21
2018-12-20Detect and fix up non-premultiplied cursor dataMichel Dänzer1-20/+61
2018-12-18Fix crash when page flipping in multi-X-Screen/Zaphod modeMario Kleiner1-7/+9
2018-11-19Post-release version bumpMichel Dänzer1-1/+1
2018-11-19Update README for gitlab migrationAlan Coopersmith3-26/+20
2018-10-24Allow up to six instances in Zaphod modeMichel Dänzer4-43/+50
2018-10-24Make wait_pending_flip / handle_deferred symmetric in set_mode_majorMichel Dänzer1-1/+5
2018-10-24Handle pending scanout update in drmmode_crtc_scanout_freeMichel Dänzer3-11/+18
2018-10-15dri3: Handle radeon_get_pixmap_bo returning NULLMichel Dänzer1-5/+5
2018-09-14Bump version for 18.1.0 releasexf86-video-ati-18.1.0Michel Dänzer1-1/+1
2018-09-11Fix uninitialized use of local variable pitch in radeon_setup_kernel_memMichel Dänzer1-2/+3
2018-09-07Bail early from drm_wait_pending_flip if there's no pending flipMichel Dänzer1-1/+2
2018-09-05Don't use xorg_list_for_each_entry_safe for signalled flipsMichel Dänzer1-3/+9
2018-09-05Always delete entry from list in drm_queue_handlerMichel Dänzer1-1/+1
2018-08-29glamor: Handle ihandle == -1 in radeon_glamor_set_shared_pixmap_backingMichel Dänzer1-1/+3
2018-08-29EXA: Handle ihandle == -1 in RADEONEXASharePixmapBackingMichel Dänzer1-1/+2
2018-08-29Handle ihandle == -1 in radeon_set_shared_pixmap_backingMichel Dänzer1-0/+3
2018-08-29EXA: Handle NULL BO pointer in radeon_set_pixmap_boMichel Dänzer1-3/+7
2018-08-24Use AC_CONFIG_MACRO_DIR instead of AC_CONFIG_MACRO_DIRSMichel Dänzer1-1/+1
2018-08-23Add m4 directoryMichel Dänzer2-5/+5
2018-08-17Remove drmmode_crtc_private_rec::present_vblank_* related codeMichel Dänzer3-48/+3
2018-08-17Defer vblank event handling while waiting for a pending flipMichel Dänzer4-8/+56
2018-08-17Add radeon_drm_handle_event wrapper for drmHandleEventMichel Dänzer4-30/+96
2018-08-17Add radeon_drm_wait_pending_flip functionMichel Dänzer3-17/+18
2018-08-17Move DRM event queue related initialization to radeon_drm_queue_initMichel Dänzer5-17/+19
2018-08-16Use correct FB handle in radeon_do_pageflipMichel Dänzer1-2/+2
2018-08-03Store FB for each CRTC in drmmode_flipdata_recMichel Dänzer2-22/+27
2018-08-02glamor: Set RADEON_CREATE_PIXMAP_DRI2 for DRI3 pixmapsMichel Dänzer1-0/+1
2018-07-27glamor: Use glamor_egl_create_textured_pixmap_from_gbm_bo when possibleMichel Dänzer1-19/+15
2018-07-27Bump version to 18.0.99Michel Dänzer1-1/+1
2018-07-24Use strcpy for RandR output property namesMichel Dänzer1-4/+4
2018-07-23Remove drmmode_terminate_leasesMichel Dänzer3-23/+0
2018-07-23Hardcode "non-desktop" RandR property nameMichel Dänzer2-2/+2
2018-07-19Don't allocate drmmode_output->props twiceMichel Dänzer1-5/+0
2018-07-17glamor: Invalidate cached GEM handle in radeon_set_pixmap_boMichel Dänzer1-0/+1
2018-07-16glamor: Fix glamor_block_handler argument in radeon_glamor_finishMichel Dänzer1-1/+1
2018-07-12Add RandR leases supportKeith Packard4-2/+166
2018-07-12modesetting: Create CONNECTOR_ID properties for outputs [v2]Keith Packard1-0/+27
2018-07-12modesetting: Record non-desktop kernel property at PreInit timeKeith Packard2-1/+17
2018-07-12Call drmmode_crtc_gamma_do_set from drmmode_setup_colormapMichel Dänzer1-9/+17
2018-07-12Remove #if 0'd codeMichel Dänzer1-12/+0
2018-07-12Check dimensions passed to drmmode_xf86crtc_resizeMichel Dänzer1-0/+8