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
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
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