summaryrefslogtreecommitdiff
path: root/present/present_scmd.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-24present: Check for NULL to prevent crashBłażej Szczygieł1-0/+6
2021-06-14present: fix msc offset calculation in screen modeŁukasz Spintzyk1-2/+3
2021-06-14present: Use crtc's screen present operation for syncingŁukasz Spintzyk1-2/+11
2020-10-08present: Add present_vblank::exec_msc fieldMichel Dänzer1-6/+7
2020-10-08present: Move flip target_msc adjustment out of present_vblank_createMichel Dänzer1-1/+4
2019-07-10Revert "present/scmd: Check that the flip and screen pixmap pitches match"Michel Dänzer1-5/+3
2019-03-25present/scmd: Check that the flip and screen pixmap pitches matchMichel Dänzer1-3/+5
2019-02-20present: fix compile warning with debug tracesLionel Landwerlin1-10/+11
2018-03-28present: Adapt flip mode API hooks for window flip modeRoman Gilg1-3/+5
2018-03-28present: Add more hooks to internal flip mode APIRoman Gilg1-24/+14
2018-03-28present: Move timings adjustment in common part of flip mode APIRoman Gilg1-29/+5
2018-03-28present: Add flip mode API hook for present_can_window_flipRoman Gilg1-2/+3
2018-03-28present: Add flip mode API hook for present_pixmapRoman Gilg1-35/+19
2018-03-28present: Refactor execute in separate fileRoman Gilg1-64/+6
2018-03-28present: Add flip mode API hooks for several functionsRoman Gilg1-0/+3
2018-03-28present: Move vblank functionality in seperate fileRoman Gilg1-139/+17
2018-03-28present: Preliminary internal flip mode APIRoman Gilg1-2/+18
2018-03-28present: Move screen flip functionality in separate fileRoman Gilg1-0/+1048