Re: [Mesa-dev] [PATCH 1/2] mesa/texformat: enable ASTC formats for TexStorage

2015-08-19 Thread Nanley Chery
On Mon, Aug 17, 2015 at 11:54 AM, Chad Versace wrote: > On Tue 28 Jul 2015, Nanley Chery wrote: > > From: Nanley Chery > > > > According to the spec, Tex*Storage* commands are supported if the GL > > implementation has support for immutable textures. > > > > Signed-off-by: Nanley Chery > > ---

Re: [Mesa-dev] [PATCH 1/2] mesa/texformat: enable ASTC formats for TexStorage

2015-08-17 Thread Chad Versace
On Tue 28 Jul 2015, Nanley Chery wrote: > From: Nanley Chery > > According to the spec, Tex*Storage* commands are supported if the GL > implementation has support for immutable textures. > > Signed-off-by: Nanley Chery > --- > src/mesa/main/texformat.c | 56 > +

[Mesa-dev] [PATCH 1/2] mesa/texformat: enable ASTC formats for TexStorage

2015-07-28 Thread Nanley Chery
From: Nanley Chery According to the spec, Tex*Storage* commands are supported if the GL implementation has support for immutable textures. Signed-off-by: Nanley Chery --- src/mesa/main/texformat.c | 56 +++ 1 file changed, 56 insertions(+) diff --gi