Re: [Mesa-dev] [PATCH 03/13] anv/lower_ycbcr: make sure to set 0s on all components

2018-11-08 Thread Jason Ekstrand
On Mon, Nov 5, 2018 at 9:36 AM Lionel Landwerlin < lionel.g.landwer...@intel.com> wrote: > To play around with debugging, we might want to disable one or the > other component. Having 0s as default values makes this work. > Otherwise we might have NULL components, leading to crashes. > > Signed-of

[Mesa-dev] [PATCH 03/13] anv/lower_ycbcr: make sure to set 0s on all components

2018-11-05 Thread Lionel Landwerlin
To play around with debugging, we might want to disable one or the other component. Having 0s as default values makes this work. Otherwise we might have NULL components, leading to crashes. Signed-off-by: Lionel Landwerlin --- src/intel/vulkan/anv_nir_lower_ycbcr_textures.c | 4 +++- 1 file chan