Re: [Mesa-dev] [PATCH v3 3/3] i965/i915: Add UYVY as the supported format

2017-06-21 Thread Kristian H. Kristensen
Johnson Lin writes: > Trigger the correct sampler options for it. Similar with YUYV > --- > src/intel/compiler/brw_compiler.h| 1 + > src/intel/compiler/brw_nir.c | 1 + > src/mesa/drivers/dri/i915/intel_screen.c | 9 ++--- > src/mesa/drivers/dri/i965/brw_wm.c | 7 +

[Mesa-dev] [PATCH v3 3/3] i965/i915: Add UYVY as the supported format

2017-06-20 Thread Johnson Lin
Trigger the correct sampler options for it. Similar with YUYV --- src/intel/compiler/brw_compiler.h| 1 + src/intel/compiler/brw_nir.c | 1 + src/mesa/drivers/dri/i915/intel_screen.c | 9 ++--- src/mesa/drivers/dri/i965/brw_wm.c | 7 +++ src/mesa/drivers/dri/i965/