summaryrefslogtreecommitdiff
path: root/miext/sync
AgeCommit message (Expand)AuthorFilesLines
2014-11-12Drop trailing whitespacesPeter Hutterer1-2/+2
2014-03-17sync: Add a header include necessary to use misyncstr.hEric Anholt1-0/+1
2013-12-02miext/sync: Handle libxshmfence API changeKeith Packard1-1/+1
2013-12-02miext: Move SyncShm FDs out of the way of clientsKeith Packard1-0/+3
2013-11-23miext: Ensure xshmfence is only called when driver supports itKeith Packard6-10/+162
2013-11-04Disable DRI3 and sync fence FD functions if xshmfence isn't availableKeith Packard1-1/+6
2013-10-31dri3: Add DRI3 extensionKeith Packard6-22/+250
2013-10-31misync: Don't smash custom screen sync functionsKeith Packard1-1/+1
2013-09-10miext/sync: Fix multi-screen support in SyncFence initializationKeith Packard1-10/+11
2013-08-06Replace INCLUDES with AM_CPPFLAGSPeter Hutterer1-1/+1
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-2/+2
2012-03-21Introduce a consistent coding styleKeith Packard3-95/+94
2010-12-27mi: Sync: Don't free managed screen privateDaniel Stone1-1/+0
2010-12-06Add fence sync driver interfaceJames Jones3-2/+233
2010-12-06Move some sync code to miextJames Jones4-0/+147