On Wed 12 Aug 2015, Nanley Chery wrote:
> My comment about making ASTC format detection simpler is a little
> subjective. I'm planning to remove it from the final patch if it's
> accepted. What this change allows in general is detecting compressed
> formats belonging to a certain category of compre
My comment about making ASTC format detection simpler is a little
subjective. I'm planning to remove it from the final patch if it's
accepted. What this change allows in general is detecting compressed
formats belonging to a certain category of compressed formats.
Regards,
Nanley
On Tue, Aug 11,
From: Nanley Chery
Add the classes of compressed formats as layouts. This will make determining if
a texture is an ASTC format simpler.
v2. simplify layout name construction (Ilia).
Cc: Jason Ekstrand
Signed-off-by: Nanley Chery
---
src/mesa/main/format_info.py | 10 +-
src/mesa/main