Re: [Mesa-dev] [PATCH 3/3] mesa: fix issues with glTexStorage() and proxy textures

2016-07-14 Thread Brian Paul
On 07/13/2016 03:57 PM, Brian Paul wrote: When we call ctx->Driver.TestProxyTexImage() we want to have the texture object's Immutable and NumLevels fields initialized so that the function doesn't have to guess about the number of mipmap levels. But since the proxy textures are shared by the old

[Mesa-dev] [PATCH 3/3] mesa: fix issues with glTexStorage() and proxy textures

2016-07-13 Thread Brian Paul
When we call ctx->Driver.TestProxyTexImage() we want to have the texture object's Immutable and NumLevels fields initialized so that the function doesn't have to guess about the number of mipmap levels. But since the proxy textures are shared by the old glTexImage() and new glTexStorage(), we can'