Re: [Mesa-dev] [PATCH 2/2] mesa/formats: make format testing a gtest

2015-08-25 Thread Chad Versace
On Mon 24 Aug 2015, Nanley Chery wrote: > On Fri, Aug 21, 2015 at 2:12 PM, Chad Versace > wrote: > > > On Wed 19 Aug 2015, Nanley Chery wrote: > > > From: Nanley Chery > > > > > > We currently check that our format info table is sane during context > > > initialization in debug builds. Perform t

Re: [Mesa-dev] [PATCH 2/2] mesa/formats: make format testing a gtest

2015-08-24 Thread Nanley Chery
On Fri, Aug 21, 2015 at 2:12 PM, Chad Versace wrote: > On Wed 19 Aug 2015, Nanley Chery wrote: > > From: Nanley Chery > > > > We currently check that our format info table is sane during context > > initialization in debug builds. Perform this check during > > `make check` instead. This enables

Re: [Mesa-dev] [PATCH 2/2] mesa/formats: make format testing a gtest

2015-08-21 Thread Chad Versace
On Wed 19 Aug 2015, Nanley Chery wrote: > From: Nanley Chery > > We currently check that our format info table is sane during context > initialization in debug builds. Perform this check during > `make check` instead. This enables format testing in release builds > and removes the requirement of

[Mesa-dev] [PATCH 2/2] mesa/formats: make format testing a gtest

2015-08-19 Thread Nanley Chery
From: Nanley Chery We currently check that our format info table is sane during context initialization in debug builds. Perform this check during `make check` instead. This enables format testing in release builds and removes the requirement of an exhuastive switch for _mesa_uncompressed_format_t