summaryrefslogtreecommitdiff
path: root/syncproto.h
Commit message (Collapse)AuthorAgeFilesLines
* Add protocol for XSyncAwaitFence()James Jones2010-12-031-0/+12
| | | | | | | | | Add the fence sync object equivalent of XSyncAwait() Signed-off-by: James Jones <jajones@nvidia.com> Reviewed-by: Aaron Plattner <aplattner@nvidia.com> Acked-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Add XSyncQueryFence()James Jones2010-12-031-0/+28
| | | | | | | | | Allows callers to query whether a given fence sync object is currently triggered or not. Signed-off-by: James Jones <jajones@nvidia.com> Reviewed-by: Aaron Plattner <aplattner@nvidia.com> Acked-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Initial Fence Sync supportJames Jones2010-12-031-0/+56
| | | | | | | | | | | | | | | Defines the protocol for creation and basic management of binary state sync objects. The following operations are defined: -Creation -Destruction -Trigger -Reset Signed-off-by: James Jones <jajones@nvidia.com> Reviewed-by: Aaron Plattner <aplattner@nvidia.com> Acked-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Remove RCS tags.Peter Hutterer2009-07-161-2/+0
|
* sync: remove sync.h library header, split into syncconst.hPeter Hutterer2009-07-161-0/+380
Rename syncstr.h to syncproto.h