Re: [PATCH RESEND xserver 0/6] sync int64 series resend

2017-09-20 Thread Adam Jackson
On Mon, 2017-09-18 at 17:34 -0700, Eric Anholt wrote:
> I've squashed in the fixes and I'm resending, since some of the early
> patches never got reviewed.  I suspect they got lost in all the noise
> about casting.  Still passes the tests locally and on Travis.

Thanks for resending this, I was having trouble untangling what the
final version of each patch was. Merged:

remote: I: patch #170208 updated using rev 
a09743c9300f805d6527368ddcf44f5dccd4b366.
remote: I: patch #177590 updated using rev 
a8eeb332ccf4d13b3fdcc382397bd3ea45e76212.
remote: I: patch #173354 updated using rev 
3336291fc68444ee65b48ba675ec947e505fed57.
remote: I: patch #177589 updated using rev 
5cbfa276541e6a621cf9c4b44b75323e90a5bd4c.
remote: I: patch #177593 updated using rev 
e0f872207aa203adb85e825c311ed50fe3a3af60.
remote: I: patch #177591 updated using rev 
294670682120c65001b36369d6395003704f4ac1.
remote: I: 6 patch(es) updated to state Accepted.
To ssh://git.freedesktop.org/git/xorg/xserver
   de3b61869..294670682  master -> master

- ajax
___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: https://lists.x.org/mailman/listinfo/xorg-devel

[PATCH RESEND xserver 0/6] sync int64 series resend

2017-09-18 Thread Eric Anholt
I've squashed in the fixes and I'm resending, since some of the early
patches never got reviewed.  I suspect they got lost in all the noise
about casting.  Still passes the tests locally and on Travis.

Eric Anholt (6):
  meson: Move Xvfb build under an option.
  meson: Add Xvfb and Xephyr-glamor testing.
  test: Return error from simple-xinit if the client crashes.
  test: Add basic SYNC tests.
  sync: Convert from "CARD64" to int64_t.
  sync: Clean up a bit of header formatting.

 Xext/sync.c  | 302 --
 Xext/syncsrv.h   |  23 ++-
 hw/meson.build   |   4 +-
 hw/vfb/meson.build   |   2 +-
 include/misc.h   |  29 
 meson.build  |   1 +
 meson_options.txt|   2 +
 miext/sync/misync.c  |   5 +-
 miext/sync/misyncstr.h   |  22 ++-
 present/present_fence.c  |   2 +-
 test/meson.build |  26 +++
 test/scripts/xephyr-glamor-piglit.sh |   7 +
 test/scripts/xvfb-piglit.sh  |   7 +
 test/simple-xinit.c  |   3 +
 test/sync/meson.build|   9 ++
 test/sync/sync.c | 304 +++
 16 files changed, 557 insertions(+), 191 deletions(-)
 create mode 100644 test/meson.build
 create mode 100644 test/sync/meson.build
 create mode 100644 test/sync/sync.c

-- 
2.14.1

___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: https://lists.x.org/mailman/listinfo/xorg-devel