[Mesa-dev] [PATCH v2 0/4] i965: add support for sampling from AYUV images

Lionel Landwerlin lionel.g.landwerlin at intel.com
Fri Nov 9 10:55:47 UTC 2018


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

 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


More information about the mesa-dev mailing list