Re: [Mesa-dev] [PATCH v2] mesa/formats: add more MESA_FORMAT_LAYOUTs

2015-08-14 Thread Chad Versace
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

Re: [Mesa-dev] [PATCH v2] mesa/formats: add more MESA_FORMAT_LAYOUTs

2015-08-12 Thread Nanley Chery
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,

[Mesa-dev] [PATCH v2] mesa/formats: add more MESA_FORMAT_LAYOUTs

2015-08-11 Thread Nanley Chery
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