summaryrefslogtreecommitdiff
path: root/present
Commit message (Expand)AuthorAgeFilesLines
* Drop Xorg DDXMichel Dänzer2021-02-031-2/+0
* Drop autotools build systemMichel Dänzer2021-02-031-20/+0
* present/wnmd: Translate update region to screen spaceMichel Dänzer2020-12-011-2/+6
* present: Include dix-config.h instead of xorg-config.hMichel Dänzer2020-09-1514-47/+2
* present/wnmd: Remove no-op present_wnmd_flip_destroyMichel Dänzer2020-09-072-8/+2
* present/wnmd: Remove dead present_wnmd_can_window_flipMichel Dänzer2020-09-071-29/+0
* present/wnmd: Remove dead check from present_wnmd_check_flipMichel Dänzer2020-09-071-4/+0
* present/wnmd: Can't use page flipping for windows clipped by childrenMichel Dänzer2020-09-041-0/+4
* present/wnmd: Execute copies at target_msc-1 alreadyMichel Dänzer2020-08-251-8/+18
* present/wnmd: Move up present_wnmd_queue_vblankMichel Dänzer2020-08-251-11/+11
* present: Add present_vblank::exec_msc fieldMichel Dänzer2020-08-255-31/+31
* present: Move flip target_msc adjustment out of present_vblank_createMichel Dänzer2020-08-254-8/+13
* present: Check valid region in window mode flipsRoman Gilg2020-07-241-4/+6
* present: Remove superfluous set abort flip function in window modeRoman Gilg2020-07-222-15/+2
* present: Idle vblanks any time in window modeRoman Gilg2020-07-221-0/+7
* present: Notify via distinct API functions in window modeRoman Gilg2020-07-222-13/+46
* Fix spelling/wording issuesAlan Coopersmith2020-07-052-2/+2
* present/wnmd: Free flip_queue entries in present_wnmd_clear_window_flipMichel Dänzer2020-06-251-3/+3
* present/wnmd: Keep pixmap pointer in present_wnmd_clear_window_flipMichel Dänzer2020-06-251-2/+0
* present: Rename window_msc variable in present functionRoman Gilg2020-02-182-4/+4
* present: Move scmd-update-window-crtc functionRoman Gilg2020-02-181-24/+24
* present: Code cleanup of window to crtc timings updateRoman Gilg2020-02-182-34/+35
* present: Unfold and annotate the target-msc getterRoman Gilg2020-02-184-39/+69
* present: Adjust timings with value argumentsRoman Gilg2020-02-184-26/+27
* present/wnmd: Relax assertion on CRTC on abort_vblank()Olivier Fourdan2019-11-181-2/+0
* Revert "present/scmd: Check that the flip and screen pixmap pitches match"Michel Dänzer2019-07-031-5/+3
* present: Require presentproto 1.2Adam Jackson2019-06-201-1/+1
* present: Call present_vblank_scrap in screen modeRoman Gilg2019-03-291-12/+1
* present/scmd: Check that the flip and screen pixmap pitches matchMichel Dänzer2019-03-151-3/+5
* present/wnmd: Allow flipping if the window pixmap matches the toplevel'sMichel Dänzer2019-01-301-2/+2
* present: fix compile warning with debug tracesLionel Landwerlin2018-11-295-20/+24
* present: Remove `present_event_abandon()`Olivier Fourdan2018-10-251-5/+0
* present/wnmd: Fix use after free on CRTC removalOlivier Fourdan2018-10-251-1/+1
* present: fix freed pointer accessLionel Landwerlin2018-09-101-1/+2
* present/wnmd: Preserve window pixmap's screen_x/y on flipMichel Dänzer2018-06-081-0/+4
* present: Fix swapping of PresentCompleteNotify eventsAdam Jackson2018-05-081-0/+2
* present: fix msc offset calculation in window modeRoman Gilg2018-05-021-6/+1
* meson: Distribute more SDK headersThierry Reding2018-04-021-0/+7
* present: Add exported init function of window flip modeRoman Gilg2018-03-282-1/+24
* present: Add cleanups for window flip modeRoman Gilg2018-03-282-1/+34
* present: In window flip mode report damage on flip to driverRoman Gilg2018-03-282-12/+15
* present: Add window flip modeRoman Gilg2018-03-285-1/+719
* present: Add driver facing window flip mode hooksRoman Gilg2018-03-282-0/+44
* present: Adapt flip mode API hooks for window flip modeRoman Gilg2018-03-285-8/+16
* present: Add flip_idler vblank propertyRoman Gilg2018-03-282-0/+2
* present: Add present_window_priv properties for window flip modeRoman Gilg2018-03-282-0/+16
* present: Refactor present_screen_initRoman Gilg2018-03-281-13/+33
* present: Add more hooks to internal flip mode APIRoman Gilg2018-03-284-34/+71
* present: Move timings adjustment in common part of flip mode APIRoman Gilg2018-03-283-29/+50
* present: Add flip mode API hook for present_can_window_flipRoman Gilg2018-03-283-2/+14