Kristian

While testing these we found several NULL pointer access and deadlock
problems with the YUV patches. I have uploaded a few proposed fixes,
can you take a look?

(1) i965: fix NULL pointer access in intel_image_target_texture_2d
If image->planar_format is NULL we need to fall back to invoke
intel_set_texture_image_bo().
https://chromium-review.googlesource.com/#/c/344280/

(2) i965: fix NULL pointer access in gen8_update_texture_surface.
This appears to be yet another uncaught NULL pointer access caused by
the recent YUV support patches.
https://chromium-review.googlesource.com/#/c/344906/

(3) platform_android: prevent deadlock in droid_swap_buffers
To avoid blocking other EGL calls, release the display mutex before we
enqueue buffer to android frameworks and re-acquire the mutex upon
return.
https://chromium-review.googlesource.com/#/c/343933/

On Mon, May 16, 2016 at 12:54 PM, Emil Velikov <[email protected]> wrote:
> Please s/dri/dri_interface/ in the summary.
>
> Thanks
> Emil
> _______________________________________________
> mesa-dev mailing list
> [email protected]
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to