Re: [Mesa-dev] [PATCH 17/64] isl/state: Refactor the setup of clear colors

2016-06-16 Thread Chad Versace
On Thu 16 Jun 2016, Jason Ekstrand wrote: > On Thu, Jun 16, 2016 at 11:05 AM, Chad Versace > wrote: > > > On Sat 11 Jun 2016, Jason Ekstrand wrote: > > > This commit switches clear colors to use #if's instead of a C if. This > > > lets us properly handle SNB where the

Re: [Mesa-dev] [PATCH 17/64] isl/state: Refactor the setup of clear colors

2016-06-16 Thread Jason Ekstrand
On Thu, Jun 16, 2016 at 11:05 AM, Chad Versace wrote: > On Sat 11 Jun 2016, Jason Ekstrand wrote: > > This commit switches clear colors to use #if's instead of a C if. This > > lets us properly handle SNB where the clear color field doesn't exist. > > --- > >

Re: [Mesa-dev] [PATCH 17/64] isl/state: Refactor the setup of clear colors

2016-06-16 Thread Chad Versace
On Sat 11 Jun 2016, Jason Ekstrand wrote: > This commit switches clear colors to use #if's instead of a C if. This > lets us properly handle SNB where the clear color field doesn't exist. > --- > src/intel/isl/isl_surface_state.c | 44 > +++ > 1 file changed,

[Mesa-dev] [PATCH 17/64] isl/state: Refactor the setup of clear colors

2016-06-11 Thread Jason Ekstrand
This commit switches clear colors to use #if's instead of a C if. This lets us properly handle SNB where the clear color field doesn't exist. --- src/intel/isl/isl_surface_state.c | 44 +++ 1 file changed, 22 insertions(+), 22 deletions(-) diff --git