Re: [Mesa-dev] [RFC v2 01/15] mesa/formats: define the 2D ASTC formats

2015-06-08 Thread Anuj Phogat
On Mon, Jun 1, 2015 at 10:13 AM, Nanley Chery wrote: > From: Nanley Chery > > Includes definition of the formats, updates to functions likely to be used, as > well as changes necessary for compilation. > > Signed-off-by: Nanley Chery > --- > src/mesa/main/format_info.py | 3 + > src/mesa/main

[Mesa-dev] [RFC v2 01/15] mesa/formats: define the 2D ASTC formats

2015-06-01 Thread Nanley Chery
From: Nanley Chery Includes definition of the formats, updates to functions likely to be used, as well as changes necessary for compilation. Signed-off-by: Nanley Chery --- src/mesa/main/format_info.py | 3 + src/mesa/main/formats.c | 130 +++ src