Re: [Mesa-dev] [PATCH v4 20/24] anv/cmd_buffer: Rework aux tracking

2018-02-08 Thread Nanley Chery
On Wed, Feb 07, 2018 at 09:42:25PM -0800, Jason Ekstrand wrote: > This commit completely reworks aux tracking. This includes a number of > somewhat distinct changes: > > 1) Since we are no longer fast-clearing multiple slices, we only need > to track one fast clear color and one fast clear t

[Mesa-dev] [PATCH v4 20/24] anv/cmd_buffer: Rework aux tracking

2018-02-07 Thread Jason Ekstrand
This commit completely reworks aux tracking. This includes a number of somewhat distinct changes: 1) Since we are no longer fast-clearing multiple slices, we only need to track one fast clear color and one fast clear type. 2) We store two bits for fast clear instead of one to let us di