summaryrefslogtreecommitdiff
path: root/present
AgeCommit message (Expand)AuthorFilesLines
2017-04-26Add a Meson build system alongside autotools.Eric Anholt1-0/+19
2017-03-01dispatch: Mark swapped dispatch as _X_COLDAdam Jackson1-6/+6
2017-02-08present: Allow flipping with PRIME slave outputsMichel Dänzer1-16/+0
2017-02-01present: disable page flip only when a slave crtc is activeQiang Yu1-1/+13
2017-01-10present: Only call present_flip_notify if vblank->queued == FALSEMichel Dänzer1-1/+4
2016-08-15present: Free the fake_present OsTimerPtrOlivier Fourdan1-1/+2
2016-08-15present: Call set_abort_flip / restore_screen_pixmap in clear_window_flipMichel Dänzer3-4/+12
2016-08-15present: Make present_restore_screen_pixmap handle screen->root == NULLMichel Dänzer1-2/+3
2016-07-30present: Handle event mask updates as specified v2Michel Dänzer2-5/+26
2016-07-28present: Only call restore_screen_pixmap once from set_abort_flipMichel Dänzer1-3/+4
2016-06-17xrandrprovider: Do not use separate lists for unbound / source / offload slavesHans de Goede1-1/+1
2016-06-17present: Fix presentation of flips out of orderChris Wilson1-3/+6
2016-06-17present: Improve scaling of vblank handlerChris Wilson1-9/+15
2016-03-24present: Only requeue for next MSC after flip failureMichel Dänzer1-1/+1
2016-03-11present: fail flipping if we have any slave outputsDave Airlie1-0/+4
2016-03-01present: Call present_restore_screen_pixmap from present_set_abort_flipMichel Dänzer1-14/+14
2016-03-01present: Factor code for restoring screen pixmap out of present_unflip (v2)Michel Dänzer1-16/+23
2016-03-01present: Only update screen pixmap from flip pixmap once per unflipMichel Dänzer1-7/+9
2016-02-25present: Only requeue if target MSC is not reached after an unflipMichel Dänzer1-4/+3
2016-02-25present: Requeue if flip driver hook fails and target MSC not reachedMichel Dänzer1-0/+14
2016-02-25present: Move msc_is_(equal_or_)after to the top of present.cMichel Dänzer1-22/+22
2016-01-19present: Handle wraparound when comparing MSC valuesMichel Dänzer1-5/+27
2015-12-07present: Do not replace Pixmaps on redirected Window on unflipChris Wilson1-9/+19
2015-12-07present: When cancelling a pending synchronous flip, requeue itChris Wilson2-1/+16
2015-12-07present: Requery pending flips with the right sync_flip modeChris Wilson2-2/+4
2015-11-09present: Fix Async swap logicAxel Davy1-12/+13
2015-11-09present: Execute right away if target_msc equals current_mscJammy Zhou1-1/+1
2015-10-21present: Fix missed notify MSC computationChris Wilson1-1/+1
2015-09-30present: Don't stash the MSC value when present_get_ust_msc failsFredrik Höglund1-6/+8
2015-07-08present: static cleanupAdam Jackson3-5/+3
2015-05-26present: 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