summaryrefslogtreecommitdiff
path: root/present/present_event.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-08present: Fix swapping of PresentCompleteNotify eventsAdam Jackson1-0/+2
2018-01-24Revert "present: Only send PresentCompleteNotify events to the presenting cli...Michel Dänzer1-3/+2
2017-11-23present: Only send PresentCompleteNotify events to the presenting clientMichel Dänzer1-2/+3
2016-07-30present: Handle event mask updates as specified v2Michel Dänzer1-3/+26
2015-07-08present: static cleanupAdam Jackson1-1/+1
2014-09-11glx/present: Only send GLX_BufferSwapComplete for PresentCompleteKindPixmapKeith Packard1-1/+1
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-3/+3
2013-12-05present: Send GLX_BufferSwapComplete events from present extensionKeith Packard1-0/+10
2013-11-20present: Block for wait_fence in present_executeKeith Packard1-2/+0
2013-10-31present: Add Present extensiondri3Keith Packard1-0/+239