Re: [Mesa-dev] [PATCH v1 3/3] i965/i915: Add UYVY as the supported format Trigger the correct sampler options for it. Similar with YUYV

2017-06-16 Thread Kristian H. Kristensen
Johnson Lin writes: Commit subject is too long. Make it a brief summary under 72 characters wide. Explain further, if necessary in commit body. See https://chris.beams.io/posts/git-commit/ for a good guide and rationale. > --- > src/intel/compiler/brw_compiler.h

[Mesa-dev] [PATCH v1 3/3] i965/i915: Add UYVY as the supported format Trigger the correct sampler options for it. Similar with YUYV

2017-06-16 Thread Johnson Lin
--- src/intel/compiler/brw_compiler.h| 1 + src/intel/compiler/brw_nir.c | 1 + src/mesa/drivers/dri/i915/intel_screen.c | 7 +-- src/mesa/drivers/dri/i965/brw_wm.c | 7 +++ src/mesa/drivers/dri/i965/intel_screen.c | 7 +-- 5 files changed, 19 insertions(+),