summaryrefslogtreecommitdiff
path: root/present
Commit message (Expand)AuthorAgeFilesLines
* present: Document the TearFree flip reasons in PresentFlipReasonSultan Alsawaf2023-02-281-0/+6
* present: Fix inaccurate PresentCompleteNotify timing for TearFreeSultan Alsawaf2023-02-281-20/+38
* present: Prevent double vblank enqueue on error when TearFree is usedSultan Alsawaf2023-02-281-17/+19
* present: Send a PresentConfigureNotify event for destroyed windowsAdam Jackson2023-02-153-4/+19
* rootless: Use screen_x and screen_y instead of pixmap pointer hacksJeremy Huddleston Sequoia2023-01-201-1/+1
* present: add awareness for drivers with TearFreeSultan Alsawaf2022-12-192-15/+71
* present: Check for NULL to prevent crashBłażej Szczygieł2022-01-191-0/+6
* Remove autotools supportPovilas Kanapickas2021-10-271-19/+0
* Don't hardcode fps for fake screenBoris-Barboris2021-07-292-10/+20
* present: fallback get_crtc to return crtc belonging to screen with present ex...Łukasz Spintzyk2021-07-201-1/+9
* present: Drop flip_idler member from present_vblank_recMichel Dänzer2021-07-092-2/+0
* present: Refactor present_vblank_init helper ouf of _vblank_createMichel Dänzer2021-07-092-23/+75
* present: Remove present_wnmd_info_recMichel Dänzer2021-07-092-16/+0
* present: Move present_wnmd.c contents to hw/xwayland/xwayland-present.cMichel Dänzer2021-07-096-783/+1
* present: Fold wnmd_init_mode_hooks into wnmd_screen_initMichel Dänzer2021-07-092-27/+19
* present: Move present_wnmd_screen_init to present_wnmd.cMichel Dänzer2021-07-093-23/+28
* present: Dispatch clear_window_flip via present_screen_priv hookMichel Dänzer2021-07-094-48/+52
* present: Remove create_event_id hookMichel Dänzer2021-07-094-24/+9
* present: Pass capabilities to present_vblank_create by valueMichel Dänzer2021-07-094-6/+6
* present: fix msc offset calculation in screen modeŁukasz Spintzyk2021-04-161-2/+3
* present: Use crtc's screen present operation for syncingŁukasz Spintzyk2021-04-162-2/+15
* meson: hide C API if Xorg is disabled (like autotools)Jan Beich2021-03-111-1/+3
* 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