summaryrefslogtreecommitdiff
path: root/present
AgeCommit message (Expand)AuthorFilesLines
2020-12-01present/wnmd: Translate update region to screen spaceMichel Dänzer1-2/+6
2020-09-15present: Include dix-config.h instead of xorg-config.hMichel Dänzer14-47/+2
2020-09-07present/wnmd: Remove no-op present_wnmd_flip_destroyMichel Dänzer2-8/+2
2020-09-07present/wnmd: Remove dead present_wnmd_can_window_flipMichel Dänzer1-29/+0
2020-09-07present/wnmd: Remove dead check from present_wnmd_check_flipMichel Dänzer1-4/+0
2020-09-04present/wnmd: Can't use page flipping for windows clipped by childrenMichel Dänzer1-0/+4
2020-08-25present/wnmd: Execute copies at target_msc-1 alreadyMichel Dänzer1-8/+18
2020-08-25present/wnmd: Move up present_wnmd_queue_vblankMichel Dänzer1-11/+11
2020-08-25present: Add present_vblank::exec_msc fieldMichel Dänzer5-31/+31
2020-08-25present: Move flip target_msc adjustment out of present_vblank_createMichel Dänzer4-8/+13
2020-07-24present: Check valid region in window mode flipsRoman Gilg1-4/+6
2020-07-22present: Remove superfluous set abort flip function in window modeRoman Gilg2-15/+2
2020-07-22present: Idle vblanks any time in window modeRoman Gilg1-0/+7
2020-07-22present: Notify via distinct API functions in window modeRoman Gilg2-13/+46
2020-07-05Fix spelling/wording issuesAlan Coopersmith2-2/+2
2020-06-25present/wnmd: Free flip_queue entries in present_wnmd_clear_window_flipMichel Dänzer1-3/+3
2020-06-25present/wnmd: Keep pixmap pointer in present_wnmd_clear_window_flipMichel Dänzer1-2/+0
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