Re: [Mesa-dev] [PATCH] i965: Remove base miplevel from sampler state.

2015-09-04 Thread Kenneth Graunke
On Friday, September 04, 2015 10:42:33 AM Ben Widawsky wrote: > Gen9 changes the meaning of this to coarse LOD quality mode. Although that's a > desirable thing to be setting, it doesn't match the gen8 behavior and this was > unintentional. More importantly, we don't ever use this field. So instead

[Mesa-dev] [PATCH] i965: Remove base miplevel from sampler state.

2015-09-04 Thread Ben Widawsky
Gen9 changes the meaning of this to coarse LOD quality mode. Although that's a desirable thing to be setting, it doesn't match the gen8 behavior and this was unintentional. More importantly, we don't ever use this field. So instead of getting it "wrong" drop it entirely. This is a respin of a patc