summaryrefslogtreecommitdiff
path: root/present/present_priv.h
AgeCommit message (Expand)AuthorFilesLines
2019-02-20present: fix compile warning with debug tracesLionel Landwerlin1-0/+1
2018-03-28present: Add window flip modeRoman Gilg1-0/+9
2018-03-28present: Add driver facing window flip mode hooksRoman Gilg1-0/+1
2018-03-28present: Adapt flip mode API hooks for window flip modeRoman Gilg1-3/+7
2018-03-28present: Add flip_idler vblank propertyRoman Gilg1-0/+1
2018-03-28present: Add present_window_priv properties for window flip modeRoman Gilg1-0/+10
2018-03-28present: Add more hooks to internal flip mode APIRoman Gilg1-8/+25
2018-03-28present: Move timings adjustment in common part of flip mode APIRoman Gilg1-0/+7
2018-03-28present: Add flip mode API hook for present_can_window_flipRoman Gilg1-0/+2
2018-03-28present: Add flip mode API hook for present_pixmapRoman Gilg1-25/+43
2018-03-28present: Refactor execute in separate fileRoman Gilg1-0/+12
2018-03-28present: Add flip mode API hooks for several functionsRoman Gilg1-0/+12
2018-03-28present: Move vblank functionality in seperate fileRoman Gilg1-3/+41
2018-03-28present: Preliminary internal flip mode APIRoman Gilg1-3/+24
2018-03-28present: Move screen flip functionality in separate fileRoman Gilg1-46/+70
2018-03-05present: Send PresentCompleteModeSuboptimalCopy appropriatelyLouis-Francis Ratté-Boulianne1-0/+2
2018-01-24Revert "present: Only send PresentCompleteNotify events to the presenting cli...Michel Dänzer1-4/+1
2017-11-23present: Only send PresentCompleteNotify events to the presenting clientMichel Dänzer1-1/+4
2016-08-15present: Call set_abort_flip / restore_screen_pixmap in clear_window_flipMichel Dänzer1-0/+6
2015-12-07present: When cancelling a pending synchronous flip, requeue itChris Wilson1-0/+1
2015-12-07present: Requery pending flips with the right sync_flip modeChris Wilson1-0/+1
2015-07-08present: static cleanupAdam Jackson1-2/+0
2014-07-31present: Make window MSC offset 0 initiallyKeith Packard1-0/+2
2014-06-04present: Queue flips for later executionKeith Packard1-0/+1
2013-12-05present: Leave vblank on window list until flip completeKeith Packard1-3/+4
2013-11-20present: Block for wait_fence in present_executeKeith Packard1-0/+15
2013-11-20present: Signal destroyed flip window with vblank->window == NULLKeith Packard1-2/+0
2013-10-31present: Add Present extensionKeith Packard1-0/+288