Re: [Mesa-dev] [PATCH] intel: Remove intel_mipmap_tree::wraps_etc

2013-02-27 Thread Anuj Phogat
On Wed, Feb 27, 2013 at 1:31 PM, Chad Versace wrote: > The field was equivalent to (etc_format != MESA_FORMAT_NONE), and > therefore duplicate information. > > This patch removes field and replaces all references to it with > `etc_format != MESA_FORMAT_NONE`. > > No Piglit ETC test regresses on In

Re: [Mesa-dev] [PATCH] intel: Remove intel_mipmap_tree::wraps_etc

2013-02-27 Thread Kenneth Graunke
On 02/27/2013 01:31 PM, Chad Versace wrote: The field was equivalent to (etc_format != MESA_FORMAT_NONE), and therefore duplicate information. This patch removes field and replaces all references to it with `etc_format != MESA_FORMAT_NONE`. No Piglit ETC test regresses on Intel Sandybridge. Si

[Mesa-dev] [PATCH] intel: Remove intel_mipmap_tree::wraps_etc

2013-02-27 Thread Chad Versace
The field was equivalent to (etc_format != MESA_FORMAT_NONE), and therefore duplicate information. This patch removes field and replaces all references to it with `etc_format != MESA_FORMAT_NONE`. No Piglit ETC test regresses on Intel Sandybridge. Signed-off-by: Chad Versace --- src/mesa/drive