Re: [Mesa-dev] [PATCH 3/5] isl/formats: Update the table with more samplable formats

2016-08-11 Thread Nanley Chery
On Thu, Aug 11, 2016 at 11:34:38AM -0700, Nanley Chery wrote: > On Tue, Jul 26, 2016 at 10:04:24PM -0700, Jason Ekstrand wrote: > > There were a lot of formats where support was added on Haswell or later but > > we never updated the format table. > > --- > > src/intel/isl/isl_format.c | 30

Re: [Mesa-dev] [PATCH 3/5] isl/formats: Update the table with more samplable formats

2016-08-11 Thread Jason Ekstrand
On Thu, Aug 11, 2016 at 12:14 PM, Nanley Chery wrote: > On Tue, Jul 26, 2016 at 10:04:24PM -0700, Jason Ekstrand wrote: > > There were a lot of formats where support was added on Haswell or later > but > > we never updated the format table. > > --- > >

Re: [Mesa-dev] [PATCH 3/5] isl/formats: Update the table with more samplable formats

2016-08-11 Thread Nanley Chery
On Tue, Jul 26, 2016 at 10:04:24PM -0700, Jason Ekstrand wrote: > There were a lot of formats where support was added on Haswell or later but > we never updated the format table. > --- > src/intel/isl/isl_format.c | 30 +++--- > 1 file changed, 15 insertions(+), 15

Re: [Mesa-dev] [PATCH 3/5] isl/formats: Update the table with more samplable formats

2016-08-11 Thread Nanley Chery
On Tue, Jul 26, 2016 at 10:04:24PM -0700, Jason Ekstrand wrote: > There were a lot of formats where support was added on Haswell or later but > we never updated the format table. > --- > src/intel/isl/isl_format.c | 30 +++--- > 1 file changed, 15 insertions(+), 15

[Mesa-dev] [PATCH 3/5] isl/formats: Update the table with more samplable formats

2016-07-26 Thread Jason Ekstrand
There were a lot of formats where support was added on Haswell or later but we never updated the format table. --- src/intel/isl/isl_format.c | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/intel/isl/isl_format.c