index
:
~mperes/xserver
3x4k
backlight
dpcompliance
dri2-swapbuffers
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Xext
/
sync.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-06
sync: Fix logic error from b55bf248581dc66321b24b29f199f6dc8d02db1b
Adam Jackson
1
-12
/
+12
2012-07-10
Sync: Always initialise system counter list
Daniel Stone
1
-2
/
+2
2012-07-09
Move extension initialisation prototypes into extinit.h
Daniel Stone
1
-1
/
+1
2012-07-09
Use C99 designated initializers in extension Events
Alan Coopersmith
1
-8
/
+10
2012-07-09
Use C99 designated initializers in Xext Replies
Alan Coopersmith
1
-45
/
+50
2012-07-09
Use calloc to zero fill buffers being allocated for replies & events
Alan Coopersmith
1
-1
/
+1
2012-07-09
Fix more poorly indented/wrapped comments & code
Alan Coopersmith
1
-5
/
+6
2012-07-09
Remove unneccesary casts from WriteToClient calls
Alan Coopersmith
1
-7
/
+7
2012-03-22
Xext: Add per-device SyncCounters
Peter Hutterer
1
-5
/
+43
2012-03-22
Change lastDeviceIdleTime to be per-device
Peter Hutterer
1
-1
/
+1
2012-03-22
Xext: strdup() the SystemSyncCounter name
Peter Hutterer
1
-1
/
+2
2012-03-22
Xext: store the bracket values for idle counters in the private
Peter Hutterer
1
-18
/
+27
2012-03-22
Xext: pass the counter into block/wakeup handlers
Peter Hutterer
1
-4
/
+4
2012-03-22
Xext: add a private field to SyncSystemCounters
Peter Hutterer
1
-0
/
+10
2012-03-22
Xext: localise pIdleTimeValueLess/Greater
Peter Hutterer
1
-12
/
+16
2012-03-22
Xext: localise use of IdleTimeCounter
Peter Hutterer
1
-7
/
+9
2012-03-22
sync: Use a linked list instead of an array for SysCounterList.
Jamey Sharp
1
-39
/
+14
2012-03-22
Xext: SyncCreateSystemCounter returns a SyncCounter*
Peter Hutterer
1
-1
/
+1
2012-03-22
Xext: typedef QueryValue and BracketValue prototypes
Peter Hutterer
1
-5
/
+2
2012-03-21
Indentation: Change '& stuff' to '&stuff'
Daniel Stone
1
-1
/
+1
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-1261
/
+1131
2011-11-23
Fix gcc -Wwrite-strings warnings in various extensions
Alan Coopersmith
1
-2
/
+2
2011-09-21
Use internal temp variable for swap macros
Matt Turner
1
-117
/
+69
2011-01-05
X Sync Cleanups
James Jones
1
-56
/
+86
2010-12-19
IDLETIME: Fix edge-case in IdleTimeBlockHandler
Christopher James Halse Rogers
1
-0
/
+8
2010-12-19
Xext: Fix edge case with {Positive, Negative}Transition triggers.
Christopher James Halse Rogers
1
-0
/
+22
2010-12-06
sync: syncObject may be None in SyncInitTrigger
Keith Packard
1
-2
/
+2
2010-12-06
Expose Sync Fence Object protocol
James Jones
1
-0
/
+24
2010-12-06
Add XSyncAwaitFence() handler
James Jones
1
-31
/
+152
2010-12-06
Create/Destroy/Trigger/Reset/Query Fence Sync objs
James Jones
1
-4
/
+223
2010-12-06
Add fence sync driver interface
James Jones
1
-1
/
+5
2010-12-06
Move some sync code to miext
James Jones
1
-1
/
+0
2010-12-06
Factor out generic code from ProcSyncAwait()
James Jones
1
-43
/
+63
2010-12-06
Make Await SyncTrigger functions generic
James Jones
1
-113
/
+199
2010-12-06
Create SyncObject base type.
James Jones
1
-34
/
+61
2010-12-06
Add and use SERVER_SYNC_*_VERSION
James Jones
1
-2
/
+3
2010-09-28
xserver: delete pervasively use of DISPATCH_PROC
Tiago Vignatti
1
-30
/
+0
2010-05-19
Add typed resource-lookup errors for non-core resource types.
Jamey Sharp
1
-8
/
+11
2010-05-19
Set event sequence number in WriteEventsToClient instead of at callers.
Jamey Sharp
1
-5
/
+0
2010-05-19
Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.
Jamey Sharp
1
-6
/
+3
2010-05-18
SyncSendAlarmNotifyEvents: check the correct client's clientGone flag.
Jamey Sharp
1
-1
/
+1
2010-05-13
Eliminate boilerplate around client->noClientException.
Jamey Sharp
1
-7
/
+7
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-27
/
+27
2010-05-10
Fix wrong bracket values when startOver = FALSE.
David James
1
-11
/
+8
2010-04-21
Death to Multibuffer extension
Tiago Vignatti
1
-1
/
+1
2009-12-18
Add type name argument to CreateNewResourceType
Alan Coopersmith
1
-11
/
+5
2009-12-18
Ensure all resource types created have names registered
Alan Coopersmith
1
-0
/
+6
2009-12-18
Check for failures from CreateNewResourceType
Alan Coopersmith
1
-2
/
+6
2009-08-14
Xext: fix up wrong conditions for negative sync transitions.
Peter Hutterer
1
-18
/
+14
2009-08-13
Xext: add missing return code check to ProcSyncDestroyAlarm
Peter Hutterer
1
-0
/
+1
[next]