[Mesa-dev] [PATCH 1/3] mesa: don't use _mesa_base_tex_format for format parameter of GetTexImage

2013-02-07 Thread Marek Olšák
_mesa_base_tex_format doesn't accept GL_BGR and GL_ABGR_EXT, etc. v2: add a (now hopefully complete) helper function to deal with this NOTE: This is a candidate for the stable branches. --- src/mesa/main/texgetimage.c | 33 - 1 file changed, 32 insertions(+), 1

Re: [Mesa-dev] [PATCH 1/3] mesa: don't use _mesa_base_tex_format for format parameter of GetTexImage

2013-02-07 Thread Brian Paul
On Thu, Feb 7, 2013 at 7:06 AM, Marek Olšák mar...@gmail.com wrote: _mesa_base_tex_format doesn't accept GL_BGR and GL_ABGR_EXT, etc. v2: add a (now hopefully complete) helper function to deal with this NOTE: This is a candidate for the stable branches. --- src/mesa/main/texgetimage.c |

[Mesa-dev] [PATCH 1/3] mesa: don't use _mesa_base_tex_format for format parameter of GetTexImage

2013-02-06 Thread Marek Olšák
_mesa_base_tex_format doesn't accept GL_BGR and GL_ABGR_EXT. NOTE: This is a candidate for the stable branches. --- src/mesa/main/texgetimage.c | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/mesa/main/texgetimage.c b/src/mesa/main/texgetimage.c index