[Mesa-dev] [PATCH v2] mesa: don't enable online compression for ASTC formats
Matt Turner
mattst88 at gmail.com
Tue Aug 11 16:45:36 PDT 2015
On Tue, Aug 11, 2015 at 4:14 PM, Nanley Chery <nanleychery at gmail.com> wrote:
> +static bool
> +_mesa_format_no_online_compression(const struct gl_context *ctx, GLenum format)
> +{
> + return _mesa_is_astc_format(format) ||
> + compressedteximage_only_format(ctx, format);
Needs one more space of indentation.
> +}
More information about the mesa-dev
mailing list