[Mesa-dev] [PATCH 0/4] i965: Fixes and cleanups for intel_syncobj.c

Kenneth Graunke kenneth at whitecape.org
Thu Oct 6 00:06:11 UTC 2016


On Tuesday, October 4, 2016 3:37:52 PM PDT Chad Versace wrote:
> 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%)
> 
> 

Series is:
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: This is a digitally signed message part.
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20161005/35ba2d80/attachment.sig>


More information about the mesa-dev mailing list