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@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev