I'm preparing to implement EGL_ANDROID_native_fence_sync, and I wanted to land these fixes and cleanups before doing the real work.
Patch 1 is a bugfix. The other patches are cleanups. This series lives at http://git.kiwitree.net/cgit/~chadv/mesa/log/?h=review/brw-sync-v02 Chad Versace (4): i965/sync: Fix uninitalized usage and leak of mutex i965/sync: Replace 'intel' prefix with 'brw' i965/sync: Rename intel_syncobj.c -> brw_sync.c i965/sync: Rename awkward variable src/mesa/drivers/dri/i965/Makefile.sources | 2 +- src/mesa/drivers/dri/i965/brw_context.c | 2 +- src/mesa/drivers/dri/i965/brw_context.h | 4 +- .../dri/i965/{intel_syncobj.c => brw_sync.c} | 90 ++++++++++++---------- 4 files changed, 54 insertions(+), 44 deletions(-) rename src/mesa/drivers/dri/i965/{intel_syncobj.c => brw_sync.c} (73%) -- 2.10.0 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev