On Mon, 6 Dec 2010 14:53:19 -0800, James Jones <[email protected]> wrote:
> As a precursor to the fence sync object video driver > and extension API, move some code from Xext to > miext/sync. Most of this is just code to set up the > build system to include the new directory. No > functional code is added in this change. > > Signed-off-by: James Jones <[email protected]> > diff --git a/miext/sync/misync.c b/miext/sync/misync.c Weird to have this file appear with no content, and some compilers will complain about a file that generates no output, but having all of the build changes in one place does seem convenient, making this kinda necessary or the library would get really small. > +/* Sync object types */ > +#define SYNC_COUNTER 0 > +#define SYNC_FENCE 1 Careful here -- that's not for this patch yet. Otherwise, this looks fine. Reviewed-by: Keith Packard <[email protected]> -- [email protected]
pgpCxvD4C2gov.pgp
Description: PGP signature
_______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
