Re: [Mesa-dev] [PATCH] isl: Add assertions for render target swizzle restrictions

2017-02-02 Thread Nanley Chery
On Thu, Feb 02, 2017 at 12:28:02PM -0800, Jason Ekstrand wrote: > On Thu, Feb 2, 2017 at 11:09 AM, Nanley Chery wrote: > > > On Tue, Jan 31, 2017 at 06:51:12PM -0800, Jason Ekstrand wrote: > > > --- > > > src/intel/isl/isl_surface_state.c | 32 > > > 1 file chang

Re: [Mesa-dev] [PATCH] isl: Add assertions for render target swizzle restrictions

2017-02-02 Thread Jason Ekstrand
On Thu, Feb 2, 2017 at 11:09 AM, Nanley Chery wrote: > On Tue, Jan 31, 2017 at 06:51:12PM -0800, Jason Ekstrand wrote: > > --- > > src/intel/isl/isl_surface_state.c | 32 > > 1 file changed, 32 insertions(+) > > > > diff --git a/src/intel/isl/isl_surface_state.c

Re: [Mesa-dev] [PATCH] isl: Add assertions for render target swizzle restrictions

2017-02-02 Thread Nanley Chery
On Tue, Jan 31, 2017 at 06:51:12PM -0800, Jason Ekstrand wrote: > --- > src/intel/isl/isl_surface_state.c | 32 > 1 file changed, 32 insertions(+) > > diff --git a/src/intel/isl/isl_surface_state.c > b/src/intel/isl/isl_surface_state.c > index b735478..c7b220b 10

Re: [Mesa-dev] [PATCH] isl: Add assertions for render target swizzle restrictions

2017-02-01 Thread Anuj Phogat
On Tue, Jan 31, 2017 at 6:51 PM, Jason Ekstrand wrote: > --- > src/intel/isl/isl_surface_state.c | 32 > 1 file changed, 32 insertions(+) > > diff --git a/src/intel/isl/isl_surface_state.c > b/src/intel/isl/isl_surface_state.c > index b735478..c7b220b 100644 > --

[Mesa-dev] [PATCH] isl: Add assertions for render target swizzle restrictions

2017-01-31 Thread Jason Ekstrand
--- src/intel/isl/isl_surface_state.c | 32 1 file changed, 32 insertions(+) diff --git a/src/intel/isl/isl_surface_state.c b/src/intel/isl/isl_surface_state.c index b735478..c7b220b 100644 --- a/src/intel/isl/isl_surface_state.c +++ b/src/intel/isl/isl_surface_s