Re: [Mesa-dev] [PATCH v2 12/13] anv/blorp: Provide surface states for CCS resolves

2017-06-22 Thread Nanley Chery
On Wed, Jun 21, 2017 at 06:19:57PM -0700, Jason Ekstrand wrote: > On Wed, Jun 21, 2017 at 5:15 PM, Nanley Chery wrote: > > > In the future, we plan on using this method to resolve images whose > > surface state fast-clear value is dynamically updated during command > > buffer execution. Start usi

Re: [Mesa-dev] [PATCH v2 12/13] anv/blorp: Provide surface states for CCS resolves

2017-06-21 Thread Jason Ekstrand
On Wed, Jun 21, 2017 at 5:15 PM, Nanley Chery wrote: > In the future, we plan on using this method to resolve images whose > surface state fast-clear value is dynamically updated during command > buffer execution. Start using it now for testing and to reduce churn > later on. > > Signed-off-by: N

[Mesa-dev] [PATCH v2 12/13] anv/blorp: Provide surface states for CCS resolves

2017-06-21 Thread Nanley Chery
In the future, we plan on using this method to resolve images whose surface state fast-clear value is dynamically updated during command buffer execution. Start using it now for testing and to reduce churn later on. Signed-off-by: Nanley Chery Reviewed-by: Iago Toral Quiroga --- src/intel/vulka