Re: [Mesa-dev] [PATCH] anv/cmd_buffer: Disable CCS on BDW input attachments

2017-04-14 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand On Fri, Apr 14, 2017 at 12:18 PM, Nanley Chery wrote: > The description under RENDER_SURFACE_STATE::RedClearColor says, > >For Sampling Engine Multisampled Surfaces and Render Targets: > Specifies the clear value for the red channel. >For Other Surfaces:

[Mesa-dev] [PATCH] anv/cmd_buffer: Disable CCS on BDW input attachments

2017-04-14 Thread Nanley Chery
The description under RENDER_SURFACE_STATE::RedClearColor says, For Sampling Engine Multisampled Surfaces and Render Targets: Specifies the clear value for the red channel. For Other Surfaces: This field is ignored. This means that the sampler on BDW doesn't support CCS. Cc: Samuel