Re: [Mesa-dev] [PATCH 11/14] i965/fs: Handle compact outputs.

2016-11-16 Thread Jason Ekstrand
On Mon, Nov 14, 2016 at 5:41 PM, Kenneth Graunke wrote: > We need to calculate the number of vec4 slots correctly. > > Signed-off-by: Kenneth Graunke > --- > src/mesa/drivers/dri/i965/brw_fs.h | 2 +- > src/mesa/drivers/dri/i965/brw_fs_nir.cpp | 4 +++- > 2 files changed, 4 insertions(+),

[Mesa-dev] [PATCH 11/14] i965/fs: Handle compact outputs.

2016-11-14 Thread Kenneth Graunke
We need to calculate the number of vec4 slots correctly. Signed-off-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/brw_fs.h | 2 +- src/mesa/drivers/dri/i965/brw_fs_nir.cpp | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_fs.h b/src