Re: [Mesa-dev] [PATCH v2 13/24] anv: Only fast clear single-slice images

2018-01-24 Thread Nanley Chery
On Wed, Jan 24, 2018 at 05:00:47PM -0800, Jason Ekstrand wrote: > On Wed, Jan 24, 2018 at 4:39 PM, Nanley Chery wrote: > > > On Wed, Jan 24, 2018 at 04:15:33PM -0800, Jason Ekstrand wrote: > > > On Wed, Jan 24, 2018 at 4:04 PM, Nanley Chery > > wrote: > > > > > > > On Fri, Jan 19, 2018 at 03:47:

Re: [Mesa-dev] [PATCH v2 13/24] anv: Only fast clear single-slice images

2018-01-24 Thread Jason Ekstrand
On Wed, Jan 24, 2018 at 4:39 PM, Nanley Chery wrote: > On Wed, Jan 24, 2018 at 04:15:33PM -0800, Jason Ekstrand wrote: > > On Wed, Jan 24, 2018 at 4:04 PM, Nanley Chery > wrote: > > > > > On Fri, Jan 19, 2018 at 03:47:30PM -0800, Jason Ekstrand wrote: > > > > The current strategy we use for mana

Re: [Mesa-dev] [PATCH v2 13/24] anv: Only fast clear single-slice images

2018-01-24 Thread Nanley Chery
On Wed, Jan 24, 2018 at 04:15:33PM -0800, Jason Ekstrand wrote: > On Wed, Jan 24, 2018 at 4:04 PM, Nanley Chery wrote: > > > On Fri, Jan 19, 2018 at 03:47:30PM -0800, Jason Ekstrand wrote: > > > The current strategy we use for managing resolves has an issues where we > > > track clear colors and

Re: [Mesa-dev] [PATCH v2 13/24] anv: Only fast clear single-slice images

2018-01-24 Thread Jason Ekstrand
On Wed, Jan 24, 2018 at 4:04 PM, Nanley Chery wrote: > On Fri, Jan 19, 2018 at 03:47:30PM -0800, Jason Ekstrand wrote: > > The current strategy we use for managing resolves has an issues where we > > track clear colors and the need for resolves per-LOD but we still allow > > resolves of only a su

Re: [Mesa-dev] [PATCH v2 13/24] anv: Only fast clear single-slice images

2018-01-24 Thread Nanley Chery
On Fri, Jan 19, 2018 at 03:47:30PM -0800, Jason Ekstrand wrote: > The current strategy we use for managing resolves has an issues where we > track clear colors and the need for resolves per-LOD but we still allow > resolves of only a subset of the slices in any given LOD and doing so > sets the "ne

[Mesa-dev] [PATCH v2 13/24] anv: Only fast clear single-slice images

2018-01-19 Thread Jason Ekstrand
The current strategy we use for managing resolves has an issues where we track clear colors and the need for resolves per-LOD but we still allow resolves of only a subset of the slices in any given LOD and doing so sets the "needs resolve" flag for that LOD to false while leaving the remaining laye