Re: [Mesa-dev] [PATCH 09/14] mesa: overhaul the glGetCompressedTexImage code

2015-07-17 Thread Ilia Mirkin
On Wed, Jul 15, 2015 at 7:40 PM, Brian Paul wrote: > Same idea as the previous patch. > --- > src/mesa/main/texgetimage.c | 345 > ++-- > 1 file changed, 203 insertions(+), 142 deletions(-) > > diff --git a/src/mesa/main/texgetimage.c b/src/mesa/main/texge

[Mesa-dev] [PATCH 09/14] mesa: overhaul the glGetCompressedTexImage code

2015-07-15 Thread Brian Paul
Same idea as the previous patch. --- src/mesa/main/texgetimage.c | 345 ++-- 1 file changed, 203 insertions(+), 142 deletions(-) diff --git a/src/mesa/main/texgetimage.c b/src/mesa/main/texgetimage.c index 49239e7..6ac1779 100644 --- a/src/mesa/main/texgeti