[Mesa-dev] [PATCH 0/3] i965: add support for sampling from AYUV images
Tapani Pälli
tapani.palli at intel.com
Fri Nov 9 05:43:41 UTC 2018
Wanted to note that I'm not sure if we need this for Android but if so
we will need and entry in platform_android.c droid_yuv_formats table
too. It looks like there's no matching HAL format, so it would be a new
HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED entry.
On 11/8/18 8:23 PM, Lionel Landwerlin wrote:
> Hi all,
>
> This series is a copycat of what Johnson Lin did to add UYVY support a
> while ago, only this time adding AYUV. Hopefully I didn't get the byte
> ordering as I had to write the piglit tests for it too :)
>
> https://patchwork.freedesktop.org/series/52254/
>
> Cheers,
>
> Lionel Landwerlin (3):
> nir/lower_tex: Add AYUV lowering support
> dri: add AYUV format
> i965: add support for sampling from AYUV
>
> include/GL/internal/dri_interface.h | 2 ++
> src/compiler/nir/nir.h | 1 +
> src/compiler/nir/nir_lower_tex.c | 36 ++++++++++++++++++++----
> src/egl/drivers/dri2/egl_dri2.c | 1 +
> src/intel/compiler/brw_compiler.h | 1 +
> src/intel/compiler/brw_nir.c | 1 +
> src/mesa/drivers/dri/i965/brw_wm.c | 6 ++++
> src/mesa/drivers/dri/i965/intel_screen.c | 3 ++
> 8 files changed, 45 insertions(+), 6 deletions(-)
>
> --
> 2.19.1
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
More information about the mesa-dev
mailing list