Re: [Mesa-dev] [PATCH] mesa/glformats: restrict luminance alpha formats to API_OPENGL_COMPAT

2015-09-14 Thread Anuj Phogat
On Mon, Sep 14, 2015 at 11:17 AM, Nanley Chery wrote: > From: Nanley Chery > > According the GL 3.1 spec, luminance alpha formats are deprecated. > > Signed-off-by: Nanley Chery > --- > src/mesa/main/extensions.c | 4 ++-- > src/mesa/main/teximage.c | 6 -- > 2 files changed, 6 insertion

[Mesa-dev] [PATCH] mesa/glformats: restrict luminance alpha formats to API_OPENGL_COMPAT

2015-09-14 Thread Nanley Chery
From: Nanley Chery According the GL 3.1 spec, luminance alpha formats are deprecated. Signed-off-by: Nanley Chery --- src/mesa/main/extensions.c | 4 ++-- src/mesa/main/teximage.c | 6 -- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/mesa/main/extensions.c b/src/mesa