summaryrefslogtreecommitdiff
path: root/present
AgeCommit message (Expand)AuthorFilesLines
2020-02-18present: Rename window_msc variable in present functionRoman Gilg2-4/+4
2020-02-18present: Move scmd-update-window-crtc functionRoman Gilg1-24/+24
2020-02-18present: Code cleanup of window to crtc timings updateRoman Gilg2-34/+35
2020-02-18present: Unfold and annotate the target-msc getterRoman Gilg4-39/+69
2020-02-18present: Adjust timings with value argumentsRoman Gilg4-26/+27
2019-11-18present/wnmd: Relax assertion on CRTC on abort_vblank()Olivier Fourdan1-2/+0
2019-07-03Revert "present/scmd: Check that the flip and screen pixmap pitches match"Michel Dänzer1-5/+3
2019-06-20present: Require presentproto 1.2Adam Jackson1-1/+1
2019-03-29present: Call present_vblank_scrap in screen modeRoman Gilg1-12/+1
2019-03-15present/scmd: Check that the flip and screen pixmap pitches matchMichel Dänzer1-3/+5
2019-01-30present/wnmd: Allow flipping if the window pixmap matches the toplevel'sMichel Dänzer1-2/+2
2018-11-29present: fix compile warning with debug tracesLionel Landwerlin5-20/+24
2018-10-25present: Remove `present_event_abandon()`Olivier Fourdan1-5/+0
2018-10-25present/wnmd: Fix use after free on CRTC removalOlivier Fourdan1-1/+1
2018-09-10present: fix freed pointer accessLionel Landwerlin1-1/+2
2018-06-08present/wnmd: Preserve window pixmap's screen_x/y on flipMichel Dänzer1-0/+4
2018-05-08present: Fix swapping of PresentCompleteNotify eventsAdam Jackson1-0/+2
2018-05-02present: fix msc offset calculation in window modeRoman Gilg1-6/+1
2018-04-02meson: Distribute more SDK headersThierry Reding1-0/+7
2018-03-28present: Add exported init function of window flip modeRoman Gilg2-1/+24
2018-03-28present: Add cleanups for window flip modeRoman Gilg2-1/+34
2018-03-28present: In window flip mode report damage on flip to driverRoman Gilg2-12/+15
2018-03-28present: Add window flip modeRoman Gilg5-1/+719
2018-03-28present: Add driver facing window flip mode hooksRoman Gilg2-0/+44
2018-03-28present: Adapt flip mode API hooks for window flip modeRoman Gilg5-8/+16
2018-03-28present: Add flip_idler vblank propertyRoman Gilg2-0/+2
2018-03-28present: Add present_window_priv properties for window flip modeRoman Gilg2-0/+16
2018-03-28present: Refactor present_screen_initRoman Gilg1-13/+33
2018-03-28present: Add more hooks to internal flip mode APIRoman Gilg4-34/+71
2018-03-28present: Move timings adjustment in common part of flip mode APIRoman Gilg3-29/+50
2018-03-28present: Add flip mode API hook for present_can_window_flipRoman Gilg3-2/+14
2018-03-28present: Add flip mode API hook for present_pixmapRoman Gilg3-60/+119
2018-03-28present: Refactor execute in separate fileRoman Gilg5-64/+140
2018-03-28present: Add flip mode API hooks for several functionsRoman Gilg2-0/+15
2018-03-28present: Move vblank functionality in seperate fileRoman Gilg5-143/+261
2018-03-28present: Preliminary internal flip mode APIRoman Gilg3-6/+45
2018-03-28present: Move screen flip functionality in separate fileRoman Gilg5-1068/+1123
2018-03-19present: cap the version returned to the clientEmil Velikov1-1/+13
2018-03-05glamor: Implement GetSupportedModifiersLouis-Francis Ratté-Boulianne2-0/+41
2018-03-05present: Send PresentCompleteModeSuboptimalCopy appropriatelyLouis-Francis Ratté-Boulianne4-18/+48
2018-01-24Revert "present: Only send PresentCompleteNotify events to the presenting cli...Michel Dänzer4-15/+7
2017-11-23present: Only send PresentCompleteNotify events to the presenting clientMichel Dänzer4-7/+15
2017-10-04present: Check the whole exec queue on eventLouis-Francis Ratté-Boulianne1-4/+0
2017-09-20sync: Convert from "CARD64" to int64_t.Eric Anholt1-1/+1
2017-04-26Add a Meson build system alongside autotools.Eric Anholt1-0/+19
2017-03-01dispatch: Mark swapped dispatch as _X_COLDAdam Jackson1-6/+6
2017-02-08present: Allow flipping with PRIME slave outputsMichel Dänzer1-16/+0
2017-02-01present: disable page flip only when a slave crtc is activeQiang Yu1-1/+13
2017-01-10present: Only call present_flip_notify if vblank->queued == FALSEMichel Dänzer1-1/+4
2016-08-15present: Free the fake_present OsTimerPtrOlivier Fourdan1-1/+2