Re: [Mesa-dev] i965 sampler state cleanups

2014-07-30 Thread Pohjolainen, Topi
On Tue, Jul 29, 2014 at 04:29:05PM -0700, Kenneth Graunke wrote: > A while back, I wrote a patch to skip border color upload, and got > annoyed by having to write it twice - once for the Gen4-6 code, and > once for Gen7+. So I decided to clean that up. > > 23 patches and a bug fix later, I've uni

[Mesa-dev] i965 sampler state cleanups

2014-07-29 Thread Kenneth Graunke
A while back, I wrote a patch to skip border color upload, and got annoyed by having to write it twice - once for the Gen4-6 code, and once for Gen7+. So I decided to clean that up. 23 patches and a bug fix later, I've unified the code, deleting gen7_sampler_state.c entirely. There's now one cop