summaryrefslogtreecommitdiff
path: root/present
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-15present: Call set_abort_flip / restore_screen_pixmap in clear_window_flipMichel Dänzer3-4/+12
2016-08-15present: Make present_restore_screen_pixmap handle screen->root == NULLMichel Dänzer1-2/+3
2016-07-30present: Handle event mask updates as specified v2Michel Dänzer2-5/+26
2016-07-28present: Only call restore_screen_pixmap once from set_abort_flipMichel Dänzer1-3/+4
2016-06-17xrandrprovider: Do not use separate lists for unbound / source / offload slavesHans de Goede1-1/+1
2016-06-17present: Fix presentation of flips out of orderChris Wilson1-3/+6
2016-06-17present: Improve scaling of vblank handlerChris Wilson1-9/+15
2016-03-24present: Only requeue for next MSC after flip failureMichel Dänzer1-1/+1
2016-03-11present: fail flipping if we have any slave outputsDave Airlie1-0/+4
2016-03-01present: Call present_restore_screen_pixmap from present_set_abort_flipMichel Dänzer1-14/+14
2016-03-01present: Factor code for restoring screen pixmap out of present_unflip (v2)Michel Dänzer1-16/+23
2016-03-01present: Only update screen pixmap from flip pixmap once per unflipMichel Dänzer1-7/+9
2016-02-25present: Only requeue if target MSC is not reached after an unflipMichel Dänzer1-4/+3
2016-02-25present: Requeue if flip driver hook fails and target MSC not reachedMichel Dänzer1-0/+14