summaryrefslogtreecommitdiff
path: root/src/radeon_present.c
AgeCommit message (Expand)Author
2016-04-01Identify DRM event queue entries by sequence number instead of by pointerMichel Dänzer
2016-03-23Don't try DRI2/Present flipping while the HW cursor can't be usedMichel Dänzer
2016-03-10present: Return rotated CRTCs from radeon_present_get_crtcMichel Dänzer
2016-03-09present: Clear drmmode->fb_id before calling set_mode_major for unflipMichel Dänzer
2016-02-27Make DRM event queue xf86CrtcPtr based instead of ScrnInfoPtr basedMichel Dänzer
2015-07-09present: Handle DPMS off in radeon_present_get_ust_mscMichel Dänzer
2015-07-09present: Look at all CRTCs to determine if we can flipMichel Dänzer
2015-07-08present: Fall back to modeset for unflip operationMichel Dänzer
2015-06-11Don't attempt a DRI2/Present page flip while the other one is flippingMichel Dänzer
2015-05-21present: Remove get_drmmode_crtc helperMichel Dänzer
2015-05-11present: Fix present notify timestamps and counts.Mario Kleiner
2015-05-11present: Move check for async flipsMario Kleiner
2015-04-03Split out struct drmmode_scanout for rotation shadow buffer informationMichel Dänzer
2015-04-03present: Don't flip between BOs with different tiling parametersMichel Dänzer
2015-03-30Move get_pixmap_handle helper to radeon_bo_helper.cMichel Dänzer
2015-03-25glamor: Avoid generating GEM flink names for BOs shared via DRI3 v2Michel Dänzer
2015-03-25Present: Add radeon_present_get_pixmap_handle helperMichel Dänzer
2015-03-25Make radeon_do_pageflip take a BO handle directlyMichel Dänzer
2015-03-17Simplify includes in radeon_{dri3,present}.cMichel Dänzer
2015-03-17Add support for the Present extension v2Michel Dänzer