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

Iago Toral itoral at igalia.com
Wed Oct 5 06:49:56 UTC 2016


For the series:
Reviewed-by: Iago Toral Quiroga <itoral at igalia.com>

On Tue, 2016-10-04 at 15:37 -0700, 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%)
> 


More information about the mesa-dev mailing list