summaryrefslogtreecommitdiff
path: root/present
AgeCommit message (Expand)AuthorFilesLines
2014-06-23present: fix bad logic in cancelling scheduled operations.Axel Davy1-1/+1
2014-06-23present: restore screen pixmap when aborting a flipFrank Binns1-3/+21
2014-06-17present: Remove executing vblank from window list. Bug# 79709.Keith Packard1-0/+1
2014-06-04present: Queue flips for later executionKeith Packard2-38/+89
2014-01-12Replace 'pointer' type with 'void *'Keith Packard4-6/+6
2013-12-20present: Set complete notify mode to Skip as neededKeith Packard1-1/+15
2013-12-20present: Don't abandon presents which are already queued for flipKeith Packard1-0/+3
2013-12-20present: Handle PresentOptionAsync for copy modeKeith Packard1-3/+11
2013-12-13present: Don't use the major/minor version from the protocol headersAdam Jackson1-2/+3
2013-12-10present: recursively set window pixmaps on flipKeith Packard1-7/+37
2013-12-09present: Disable when Xinerama is activeAdam Jackson1-0/+5
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: Send GLX_BufferSwapComplete events from present extensionKeith Packard2-0/+19
2013-12-05present: Set window pixmap to flipped pixmapKeith Packard1-4/+20
2013-12-05present: Leave vblank on window list until flip completeKeith Packard2-8/+13
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 Packard4-4/+76
2013-11-20present: Signal destroyed flip window with vblank->window == NULLKeith Packard3-9/+6
2013-11-20present: Ignore event_id 0 from driver vblank notifyKeith Packard1-0/+3
2013-11-20present: Round fake MSC computations intead of truncatingKeith Packard1-1/+1
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 Packard11-0/+2393