summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-16Bump version for 7.9.0 releasexf86-video-ati-7.9.0Michel Dänzer
2017-03-09Pass TRUE to drmmode_set_desired_modes the first time for GPU screensMichel Dänzer
2017-03-08Skip some initialization steps for GPU screensMichel Dänzer
2017-03-06Fix build for XServer 1.13Jochen Rollwagen
2017-03-02Don't call radeon_cs_flush_indirect & radeon_bo_wait in drmmode_copy_fbMichel Dänzer
2017-03-02Move DPMS check from radeon_scanout_do_update to radeon_scanout_flipMichel Dänzer
2017-03-02Call drmmode_set_desired_modes from a WindowExposures hookMichel Dänzer
2017-03-02Fix bogus indentationMichel Dänzer
2017-03-01present: Flush before flippingMichel Dänzer
2017-03-01present: Use async flip for unflip if possibleMichel Dänzer
2017-03-01present: Also flush before using a flip to unflipMichel Dänzer
2017-03-01Handle rotation in the driver also with Xorg 1.12-1.18Michel Dänzer
2017-03-01Fold drmmode_crtc_scanout_allocate into drmmode_crtc_scanout_createMichel Dänzer
2017-02-28Call drmmode_crtc_scanout_create in drmmode_crtc_shadow_allocate as wellMichel Dänzer
2017-02-22present: Wait for screen pixmap BO idle before setting modes for unflipMichel Dänzer
2017-02-22present: Only call drmModeRmFB after setting modes for unflipMichel Dänzer
2017-02-22Use drmmode_crtc_scanout_free in drmmode_finiMichel Dänzer
2017-02-22Allow toggling TearFree at runtime via output propertyMichel Dänzer
2017-02-22Factor out drmmode_crtc_scanout_update helperMichel Dänzer
2017-02-14Factor out radeon_prime_dirty_to_crtc helperMichel Dänzer
2017-02-08Don't destroy current FB if drmModeAddFB failsMichel Dänzer
2017-02-08Fix flip event data leak if calloc or drmModeAddFB failsMichel Dänzer
2017-01-31Don't handle Option "SwapbuffersWait" at all with glamorMichel Dänzer
2017-01-26Enable tiling by default with glamor on PALMMichel Dänzer
2017-01-26Add 10-radeon.conf xorg.conf.d snippetMichel Dänzer
2017-01-26autogen: add default patch prefixMihail Konev
2017-01-26autogen.sh: use quoted string variablesEmil Velikov
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer
2017-01-24ati: Support loading the amdgpu driver from the ati wrapperMichel Dänzer
2017-01-24.editorconfig: src/ati.c only uses spaces for indentationMichel Dänzer
2017-01-06Pass pitch from drmmode_crtc_scanout_allocate to drmmode_create_bo_pixmapMichel Dänzer
2016-12-19Use render node for DRI3 if availableJammy Zhou
2016-12-15Simplify drmmode_handle_ueventsMichel Dänzer
2016-12-14udev_monitor_receive_device() will block when hotplug monitorjimqu
2016-12-05Calculate log base 2 in radeon.h based on clz for all platformsJochen Rollwagen
2016-11-30Call radeon_drm_abort_entry on failure to flip to a scanout pixmapMichel Dänzer
2016-11-30Call ValidateGC after ChangeClip in radeon_sync_scanout_pixmapsMichel Dänzer
2016-11-30Fix radeon_scanout_extents_intersect for GPU screensMichel Dänzer
2016-11-29Take current scanout_id into account everywhere involved with TearFreeMichel Dänzer
2016-11-25Add radeon_is_gpu_screen helperMichel Dänzer
2016-11-25fix build for xserver < 1.13Jochen Rollwagen
2016-11-24Pass fb_id into drmmode_page_flip_target_absolute/relativeMichel Dänzer
2016-11-22Don't install Flush/EventCallback for GPU screensMichel Dänzer
2016-11-22Enable glamor by default with >= R600 and Xorg >= 1.18.3Michel Dänzer
2016-11-18Use DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE/RELATIVE flags when availableMichel Dänzer
2016-11-18Post-release version bumpMichel Dänzer
2016-11-17Bump version for 7.8.0 releasexf86-video-ati-7.8.0Michel Dänzer
2016-11-17Update manpage entry for Option "TearFree"Michel Dänzer
2016-11-10Use pRADEONEnt to find both screens of a GPU in radeon_mode_hotplugMichel Dänzer
2016-11-10Refactor radeon_mode_hotplugMichel Dänzer