Re: [Mesa-dev] [PATCH 1/2] i965: Add and use a helper to update the indirect miptree color

2018-04-23 Thread Nanley Chery
On Mon, Apr 23, 2018 at 11:27:16AM -0700, Jason Ekstrand wrote: > There are two refactors going on here that are being conflated. One is > what the commit message says where we add and use a helper. > > On Fri, Apr 20, 2018 at 3:12 PM, Rafael Antognolli < > rafael.antogno...@intel.com> wrote: >

Re: [Mesa-dev] [PATCH 1/2] i965: Add and use a helper to update the indirect miptree color

2018-04-23 Thread Jason Ekstrand
There are two refactors going on here that are being conflated. One is what the commit message says where we add and use a helper. On Fri, Apr 20, 2018 at 3:12 PM, Rafael Antognolli < rafael.antogno...@intel.com> wrote: > On Wed, Apr 11, 2018 at 01:56:16PM -0700, Nanley Chery wrote: > > Split

Re: [Mesa-dev] [PATCH 1/2] i965: Add and use a helper to update the indirect miptree color

2018-04-20 Thread Rafael Antognolli
On Wed, Apr 11, 2018 at 01:56:16PM -0700, Nanley Chery wrote: > Split out this functionality to enable a fast-clear optimization for > color miptrees in the next commit. > --- > src/mesa/drivers/dri/i965/brw_clear.c | 54 > --- >

[Mesa-dev] [PATCH 1/2] i965: Add and use a helper to update the indirect miptree color

2018-04-11 Thread Nanley Chery
Split out this functionality to enable a fast-clear optimization for color miptrees in the next commit. --- src/mesa/drivers/dri/i965/brw_clear.c | 54 --- src/mesa/drivers/dri/i965/intel_mipmap_tree.c | 22 +++ src/mesa/drivers/dri/i965/intel_mipmap_tree.h