[Mesa-dev] [PATCH 0/3] i965: add support for sampling from AYUV images
Lionel Landwerlin
lionel.g.landwerlin at intel.com
Thu Nov 8 18:23:51 UTC 2018
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
More information about the mesa-dev
mailing list