Re: [Mesa-dev] [PATCH 16/27] i965/miptree: Allocate mcs_buf for an image's CCS_E

2017-01-02 Thread Ben Widawsky
On 17-01-02 10:25:49, Topi Pohjolainen Topi Pohjolainen wrote: On Thu, Dec 29, 2016 at 05:41:49PM -0800, Ben Widawsky wrote: On 16-12-10 15:26:02, Pohjolainen, Topi wrote: > On Thu, Dec 01, 2016 at 02:09:57PM -0800, Ben Widawsky wrote: > > From: Ben Widawsky > > > > This code will disable actua

Re: [Mesa-dev] [PATCH 16/27] i965/miptree: Allocate mcs_buf for an image's CCS_E

2017-01-02 Thread Pohjolainen, Topi
On Thu, Dec 29, 2016 at 05:41:49PM -0800, Ben Widawsky wrote: > On 16-12-10 15:26:02, Pohjolainen, Topi wrote: > > On Thu, Dec 01, 2016 at 02:09:57PM -0800, Ben Widawsky wrote: > > > From: Ben Widawsky > > > > > > This code will disable actually creating these buffers for the scanout, > > > but i

Re: [Mesa-dev] [PATCH 16/27] i965/miptree: Allocate mcs_buf for an image's CCS_E

2016-12-29 Thread Ben Widawsky
On 16-12-10 15:26:02, Pohjolainen, Topi wrote: On Thu, Dec 01, 2016 at 02:09:57PM -0800, Ben Widawsky wrote: From: Ben Widawsky This code will disable actually creating these buffers for the scanout, but it puts the allocation in place. Primarily this patch is split out for review, it can be

Re: [Mesa-dev] [PATCH 16/27] i965/miptree: Allocate mcs_buf for an image's CCS_E

2016-12-10 Thread Pohjolainen, Topi
On Thu, Dec 01, 2016 at 02:09:57PM -0800, Ben Widawsky wrote: > From: Ben Widawsky > > This code will disable actually creating these buffers for the scanout, > but it puts the allocation in place. > > Primarily this patch is split out for review, it can be squashed in > later if preferred. > >

[Mesa-dev] [PATCH 16/27] i965/miptree: Allocate mcs_buf for an image's CCS_E

2016-12-01 Thread Ben Widawsky
From: Ben Widawsky This code will disable actually creating these buffers for the scanout, but it puts the allocation in place. Primarily this patch is split out for review, it can be squashed in later if preferred. Signed-off-by: Ben Widawsky --- src/mesa/drivers/dri/i965/intel_mipmap_tree.c