Re: [Mesa-dev] [PATCH 08/13] mesa: overhaul the glGetTexImage code

2015-07-15 Thread Brian Paul
On 07/14/2015 03:54 PM, Ilia Mirkin wrote: On Mon, Jul 13, 2015 at 9:21 PM, Brian Paul wrote: 1. Reorganize the error checking code. 2. Lay groundwork for getting sub images. 3. Implement _mesa_GetnTexImageARB(), _mesa_GetTexImage() and _mesa_GetTextureImage() all in terms of get_texture_im

Re: [Mesa-dev] [PATCH 08/13] mesa: overhaul the glGetTexImage code

2015-07-14 Thread Ilia Mirkin
On Mon, Jul 13, 2015 at 9:21 PM, Brian Paul wrote: > 1. Reorganize the error checking code. > 2. Lay groundwork for getting sub images. > 3. Implement _mesa_GetnTexImageARB(), _mesa_GetTexImage() and >_mesa_GetTextureImage() all in terms of get_texture_image(). > --- > src/mesa/main/texgetima

[Mesa-dev] [PATCH 08/13] mesa: overhaul the glGetTexImage code

2015-07-13 Thread Brian Paul
1. Reorganize the error checking code. 2. Lay groundwork for getting sub images. 3. Implement _mesa_GetnTexImageARB(), _mesa_GetTexImage() and _mesa_GetTextureImage() all in terms of get_texture_image(). --- src/mesa/main/texgetimage.c | 539 +--- 1 file