summaryrefslogtreecommitdiff
path: root/present/present.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-10present: recursively set window pixmaps on flipKeith Packard1-7/+37
2013-12-05present: Report damage when flippingKeith Packard1-0/+11
2013-12-05present: Also set the root window pixmap when flippingKeith Packard1-0/+3
2013-12-05present: Clear target_crtc if driver lacks Present supportKeith Packard1-1/+3
2013-12-05present: Set window pixmap to flipped pixmapKeith Packard1-4/+20
2013-12-05present: Leave vblank on window list until flip completeKeith Packard1-5/+9
2013-12-05present: Add a debug output line when skipping a pending presentKeith Packard1-0/+5
2013-11-20present: When unflipping, copy to flip window rather than screenKeith Packard1-2/+2
2013-11-20present: Block for wait_fence in present_executeKeith Packard1-1/+33
2013-11-20present: Signal destroyed flip window with vblank->window == NULLKeith Packard1-6/+5
2013-11-20present: Ignore event_id 0 from driver vblank notifyKeith Packard1-0/+3
2013-11-11present: Change debug output a bit to help diagnose missing vblank signalsKeith Packard1-2/+5
2013-11-11Present: Check for window/fence destroyed when idling pixmapsKeith Packard1-3/+6
2013-10-31present: Add Present extensionKeith Packard1-0/+775