Re: [PATCH xserver 1/9] Create/Destroy/Trigger/Reset Fence Sync objects

2010-11-08 Thread Adam Jackson
On Tue, 2010-09-21 at 16:32 -0700, James Jones wrote: +static int +FreeFence(void *obj, XID id) +{ +SyncFence *pFence = (SyncFence *) obj; + +free(pFence); + +return Success; +} Seems wordy, but sure. - ajax ___

[PATCH xserver 1/9] Create/Destroy/Trigger/Reset Fence Sync objects

2010-09-21 Thread James Jones
Initial server side implementation of fence sync objects. Allows creation and management of binary state objects. Currently they are not useful as there is no way to wait for them or query their state. The basic trigger operation added here triggers relative to a given X screen's rendering