Re: [Mesa-dev] [PATCH v3] mesa/formats: refactor by removing compressed formats

2015-08-24 Thread Nanley Chery
Thanks for pointing out these errors. I'll fix them in the next version. On Fri, Aug 21, 2015 at 2:34 PM, Chad Versace wrote: > On Wed 19 Aug 2015, Nanley Chery wrote: > > From: Nanley Chery > > > > All compressed formats return GL_FALSE and there isn't any evidence to > > support that this beh

Re: [Mesa-dev] [PATCH v3] mesa/formats: refactor by removing compressed formats

2015-08-21 Thread Chad Versace
On Wed 19 Aug 2015, Nanley Chery wrote: > From: Nanley Chery > > All compressed formats return GL_FALSE and there isn't any evidence to > support that this behaviour would change. Remove all switch cases for > compressed formats. > > v2. Since the exhaustive switch is removed, add a gtest to ens