Re: [Mesa-dev] [PATCH v2 05/23] mesa: Fix get_texbuffer_format().

2014-12-03 Thread Ian Romanick
This patch is Reviewed-by: Ian Romanick Should it also be tagged for 10.4? On 12/01/2014 03:04 AM, Iago Toral Quiroga wrote: > From: Samuel Iglesias Gonsalvez > > We were returning incorrect mesa formats for GL_LUMINANCE_ALPHA16I_EXT > and GL_LUMINANCE_ALPHA32I_EXT. > > Signed-off-by: Samuel

[Mesa-dev] [PATCH v2 05/23] mesa: Fix get_texbuffer_format().

2014-12-01 Thread Iago Toral Quiroga
From: Samuel Iglesias Gonsalvez We were returning incorrect mesa formats for GL_LUMINANCE_ALPHA16I_EXT and GL_LUMINANCE_ALPHA32I_EXT. Signed-off-by: Samuel Iglesias Gonsalvez --- src/mesa/main/teximage.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mesa/main/texi