On Friday, 2018-11-09 10:55:47 +0000, Lionel Landwerlin wrote: > Hi all, > > This v2 just splits the nir commit in 2 for readability and adds an > entry into the android backend. > > Many thanks to Tapani for the review. > > Cheers, > > Lionel Landwerlin (4): > nir/lower_tex: add alpha channel parameter for yuv lowering > nir/lower_tex: Add AYUV lowering support > dri: add AYUV format > i965: add support for sampling from AYUV
Patch 1, 3 & 4 are: Reviewed-by: Eric Engestrom <eric.engest...@intel.com> Patch 2 is: Acked-by: Eric Engestrom <eric.engest...@intel.com> > > 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/egl/drivers/dri2/platform_android.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 ++ > 9 files changed, 46 insertions(+), 6 deletions(-) > > -- > 2.19.1 > _______________________________________________ > mesa-dev mailing list > mesa-dev@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev