Re: [Mesa-dev] [PATCH 5/6] Implement the proper packing for the stencil payload

2015-10-20 Thread Matt Turner
On Tue, Oct 20, 2015 at 3:25 PM, Ben Widawsky wrote: > On Tue, Oct 20, 2015 at 03:17:38PM -0700, Matt Turner wrote: >> On Tue, Oct 20, 2015 at 2:29 PM, Ben Widawsky >> wrote: >> > This patch is split out for review. It will be squashed before pushing. >> > --- >> > src/mesa/drivers/dri/i965/brw_

Re: [Mesa-dev] [PATCH 5/6] Implement the proper packing for the stencil payload

2015-10-20 Thread Ben Widawsky
On Tue, Oct 20, 2015 at 03:17:38PM -0700, Matt Turner wrote: > On Tue, Oct 20, 2015 at 2:29 PM, Ben Widawsky > wrote: > > This patch is split out for review. It will be squashed before pushing. > > --- > > src/mesa/drivers/dri/i965/brw_defines.h| 1 + > > src/mesa/drivers/dri/i965/brw_fs

Re: [Mesa-dev] [PATCH 5/6] Implement the proper packing for the stencil payload

2015-10-20 Thread Matt Turner
On Tue, Oct 20, 2015 at 2:29 PM, Ben Widawsky wrote: > This patch is split out for review. It will be squashed before pushing. > --- > src/mesa/drivers/dri/i965/brw_defines.h| 1 + > src/mesa/drivers/dri/i965/brw_fs.cpp | 6 +++- > src/mesa/drivers/dri/i965/brw_fs.h

[Mesa-dev] [PATCH 5/6] Implement the proper packing for the stencil payload

2015-10-20 Thread Ben Widawsky
This patch is split out for review. It will be squashed before pushing. --- src/mesa/drivers/dri/i965/brw_defines.h| 1 + src/mesa/drivers/dri/i965/brw_fs.cpp | 6 +++- src/mesa/drivers/dri/i965/brw_fs.h | 2 ++ src/mesa/drivers/dri/i965/brw_fs_generator.cpp | 44 +