Re: [Mesa-dev] [PATCH 10/10] i965: Support 32 texture image units on Haswell+.

2014-01-22 Thread Matt Turner
On Sat, Jan 18, 2014 at 8:20 PM, Kenneth Graunke wrote: > The Intel closed source OpenGL driver recently began supporting 32 > texture image units on Haswell. This makes the open source driver > support 32 as well. > > Earlier generations don't have the message header field required to > support

[Mesa-dev] [PATCH 10/10] i965: Support 32 texture image units on Haswell+.

2014-01-18 Thread Kenneth Graunke
The Intel closed source OpenGL driver recently began supporting 32 texture image units on Haswell. This makes the open source driver support 32 as well. Earlier generations don't have the message header field required to support more than 16 sampler states, so we continue to advertise 16 there.