Hi Chad,

On 4 October 2016 at 23:37, Chad Versace <chadvers...@chromium.org> wrote:
> We locked an unitialized mutex in the callstack
>     glClientWaitSync
>     intel_gl_client_wait_sync
>     brw_fence_client_wait_sync
> because we forgot to initialize it in intel_gl_fence_sync.
> (The EGLSync codepath didn't have this bug. It initialized the mutex in
> intel_dri_create_sync).
>
> We also forgot to tear down (mtx_destroy) the mutex when destroying
> the sync object.
>
> Cc: mesa-sta...@lists.freedesktop.org
Do you have a few minutes to roll an similar fix for i915 ? It should
be identical (barring naming fixes) to this.

Thanks
Emil
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to