Re: [Mesa-dev] [PATCH 3/6] mesa/formats: add MESA_LAYOUT_LATC

2015-09-18 Thread Anuj Phogat
On Fri, Aug 28, 2015 at 7:50 AM, Nanley Chery wrote: > From: Nanley Chery > > This enables us to predicate statments on a compressed format being > a type of LATC format. Also, remove the comment that lists the enum > (which was getting a tad long). > > Signed-off-by: Nanley Chery > --- > src/

[Mesa-dev] [PATCH 3/6] mesa/formats: add MESA_LAYOUT_LATC

2015-08-28 Thread Nanley Chery
From: Nanley Chery This enables us to predicate statments on a compressed format being a type of LATC format. Also, remove the comment that lists the enum (which was getting a tad long). Signed-off-by: Nanley Chery --- src/mesa/main/format_info.py | 2 +- src/mesa/main/formats.c | 11 ---