summaryrefslogtreecommitdiff
path: root/present
AgeCommit message (Expand)AuthorFilesLines
2015-06-16present: Copy unflip contents back to the Screen PixmapChris Wilson1-4/+4
2014-12-25present: If present_queue_vblank() fails, do present_execute().Kenneth Graunke1-8/+7
2014-12-08present: unvalidated lengths in Present extension procs [CVE-2014-8103 2/2]Alan Coopersmith1-0/+6
2014-12-08present: Fix use of vsynced pageflips and honor PresentOptionAsync. (v4)Mario Kleiner1-1/+4
2014-12-08present: Avoid crashes in DebugPresent(), a bit more info.Mario Kleiner1-4/+4
2014-11-24Merge remote-tracking branch 'whot/for-keith'Keith Packard1-2/+2
2014-11-12Drop trailing whitespacesPeter Hutterer1-2/+2
2014-10-30Fix present_notify to return right away when querying current or past msc.Axel Davy1-2/+2
2014-10-02Fix present_pixmap when using present_notify_mscAxel Davy1-1/+1
2014-09-18present: Clear pending flip pixmaps at CloseScreenKeith Packard1-3/+4
2014-09-18present: Support PresentOptionCopyKeith Packard1-1/+4
2014-09-11glx/present: Only send GLX_BufferSwapComplete for PresentCompleteKindPixmapKeith Packard2-1/+2
2014-07-31present: Avoid crash at server shutdownKeith Packard1-1/+2
2014-07-31present: Make window MSC offset 0 initiallyKeith Packard3-7/+14
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