summaryrefslogtreecommitdiff
path: root/Xext/sync.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-18sync: Fix diffgreater comparisonDavid Weinehall1-1/+1
2017-09-27sync: Fix delta value checkLouis-Francis Ratté-Boulianne1-1/+1
2017-09-20sync: Convert from "CARD64" to int64_t.Eric Anholt1-159/+143
2017-06-02meson: Fix enabling of xshmfence.Eric Anholt1-2/+2
2017-03-01dispatch: Mark swapped dispatch as _X_COLDAdam Jackson1-23/+23
2016-09-02sync: Don't do return client->noClientExceptionAdam Jackson1-6/+6
2016-07-18Remove fd_set from Block/Wakeup handler APIKeith Packard1-6/+6
2015-12-08sync: Don't allow creating a system counter before sync is initializedAdam Jackson1-18/+3
2015-04-21Convert top level extensions to new *allocarray functionsAlan Coopersmith1-2/+2
2014-11-12Drop trailing whitespacesPeter Hutterer1-1/+1
2014-02-09sync: Avoid ridiculously long timeoutsMark Kettenis1-5/+2
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-25/+25
2013-11-23Xext: Recover from miSyncInitFenceFromFD failure without crashingKeith Packard1-1/+1
2013-11-04Disable DRI3 and sync fence FD functions if xshmfence isn't availableKeith Packard1-0/+8
2013-11-01Merge remote-tracking branch 'whot/for-keith'Keith Packard1-1/+10
2013-11-01sync: fix corner-case in triggering idle alarmsPeter Hutterer1-1/+10
2013-10-31dri3: Add DRI3 extensionKeith Packard1-2/+30
2013-10-18sync: split updating and triggering a counter upPeter Hutterer1-2/+11
2013-10-18sync: always set the brackets (#59644)Peter Hutterer1-0/+20
2013-10-18sync: if the idle time was reset, force alarms to trigger (#70476)Peter Hutterer1-3/+29
2013-10-18dix: provide accessor methods for the last device event timePeter Hutterer1-1/+1
2013-10-18sync: supply the counter from IdleTimeBlockHandlerPeter Hutterer1-1/+1
2013-10-18sync: always call BracketValues when recalculating upper/lower bracketsPeter Hutterer1-3/+2
2013-10-18sync: compress two if statementsPeter Hutterer1-32/+19
2013-02-05Handle failure to create counter in init_system_idle_counterAlan Coopersmith1-5/+8
2012-08-06sync: Fix logic error from b55bf248581dc66321b24b29f199f6dc8d02db1bAdam Jackson1-12/+12
2012-07-10Sync: Always initialise system counter listDaniel Stone1-2/+2
2012-07-09Move extension initialisation prototypes into extinit.hDaniel Stone1-1/+1
2012-07-09Use C99 designated initializers in extension EventsAlan Coopersmith1-8/+10
2012-07-09Use C99 designated initializers in Xext RepliesAlan Coopersmith1-45/+50
2012-07-09Use calloc to zero fill buffers being allocated for replies & eventsAlan Coopersmith1-1/+1
2012-07-09Fix more poorly indented/wrapped comments & codeAlan Coopersmith1-5/+6
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith1-7/+7
2012-03-22Xext: Add per-device SyncCountersPeter Hutterer1-5/+43
2012-03-22Change lastDeviceIdleTime to be per-devicePeter Hutterer1-1/+1
2012-03-22Xext: strdup() the SystemSyncCounter namePeter Hutterer1-1/+2
2012-03-22Xext: store the bracket values for idle counters in the privatePeter Hutterer1-18/+27
2012-03-22Xext: pass the counter into block/wakeup handlersPeter Hutterer1-4/+4
2012-03-22Xext: add a private field to SyncSystemCountersPeter Hutterer1-0/+10
2012-03-22Xext: localise pIdleTimeValueLess/GreaterPeter Hutterer1-12/+16
2012-03-22Xext: localise use of IdleTimeCounterPeter Hutterer1-7/+9
2012-03-22sync: Use a linked list instead of an array for SysCounterList.Jamey Sharp1-39/+14
2012-03-22Xext: SyncCreateSystemCounter returns a SyncCounter*Peter Hutterer1-1/+1
2012-03-22Xext: typedef QueryValue and BracketValue prototypesPeter Hutterer1-5/+2
2012-03-21Indentation: Change '& stuff' to '&stuff'Daniel Stone1-1/+1
2012-03-21Introduce a consistent coding styleKeith Packard1-1261/+1131
2011-11-23Fix gcc -Wwrite-strings warnings in various extensionsAlan Coopersmith1-2/+2
2011-09-21Use internal temp variable for swap macrosMatt Turner1-117/+69
2011-01-05X Sync CleanupsJames Jones1-56/+86
2010-12-19IDLETIME: Fix edge-case in IdleTimeBlockHandlerChristopher James Halse Rogers1-0/+8