Re: [Mesa-dev] [PATCH] anv: fix nir.h include

2017-10-07 Thread Dylan Baker
Reviewed-by: Dylan Baker Quoting Lionel Landwerlin (2017-10-07 11:33:23) > All over mesa we include "nir/nir.h", we should probably do the same > here. This fixes the meson build that was broken by the ycbcr series. > > Thanks to Dylan for finding the issue. > > Signed-off-by: Lionel Landwerlin

Re: [Mesa-dev] [PATCH] anv: fix nir.h include

2017-10-07 Thread Jason Ekstrand
Rb On October 7, 2017 11:34:10 AM Lionel Landwerlin wrote: All over mesa we include "nir/nir.h", we should probably do the same here. This fixes the meson build that was broken by the ycbcr series. Thanks to Dylan for finding the issue. Signed-off-by: Lionel Landwerlin Fixes: f3e91e78a33

[Mesa-dev] [PATCH] anv: fix nir.h include

2017-10-07 Thread Lionel Landwerlin
All over mesa we include "nir/nir.h", we should probably do the same here. This fixes the meson build that was broken by the ycbcr series. Thanks to Dylan for finding the issue. Signed-off-by: Lionel Landwerlin Fixes: f3e91e78a337 ("anv: add nir lowering pass for ycbcr textures") Cc: Dylan Baker