Re: [Mesa-dev] MaxAnisotropy with GL_NEAREST on i965

2014-06-10 Thread Ian Romanick
On 05/22/2014 02:45 PM, Cody Northrop wrote: > Greetings, > > I ran into a problem with how Mesa on i965 handles MaxAnisotropy. > > The app I'm looking at sets sampler state min and mag filters to > GL_NEAREST, but also sets GL_TEXTURE_MAX_ANISOTROPY_EXT, like so: > > glSamplerParameteri(po

[Mesa-dev] MaxAnisotropy with GL_NEAREST on i965

2014-05-22 Thread Cody Northrop
Greetings, I ran into a problem with how Mesa on i965 handles MaxAnisotropy. The app I'm looking at sets sampler state min and mag filters to GL_NEAREST, but also sets GL_TEXTURE_MAX_ANISOTROPY_EXT, like so: glSamplerParameteri(pointSampler, GL_TEXTURE_MIN_FILTER, GL_NEAREST); glSample