Re: [Mesa-dev] [PATCH 3/3] main: Checking for cube completeness in TextureSubImage.

2015-01-05 Thread Laura Ekstrand
Same new explanation as patch 2: http://cgit.freedesktop.org/~ldeks/mesa/commit/?h=adsa-textures&id=e43d8e347eddc85ff7ecadff1a5c44d646b8e9dc On Thu, Jan 1, 2015 at 11:16 AM, Chad Versace wrote: > On 12/31/2014 05:26 PM, Laura Ekstrand wrote: > > This is part of a potential solution to Khronos B

Re: [Mesa-dev] [PATCH 3/3] main: Checking for cube completeness in TextureSubImage.

2015-01-01 Thread Chad Versace
On 12/31/2014 05:26 PM, Laura Ekstrand wrote: > This is part of a potential solution to Khronos Bug 13223. Cube completeness > is a concept from glGenerateMipmap, but it seems reasonable to check for it in > TextureSubImage when target=GL_TEXTURE_CUBE_MAP. > --- > src/mesa/main/teximage.c | 42 ++

[Mesa-dev] [PATCH 3/3] main: Checking for cube completeness in TextureSubImage.

2014-12-31 Thread Laura Ekstrand
This is part of a potential solution to Khronos Bug 13223. Cube completeness is a concept from glGenerateMipmap, but it seems reasonable to check for it in TextureSubImage when target=GL_TEXTURE_CUBE_MAP. --- src/mesa/main/teximage.c | 42 +- 1 file changed