Re: [Mesa-dev] [PATCH 16/21] swrast: Support sampler object for texture fetching state

2012-06-11 Thread Brian Paul
On 06/11/2012 12:59 AM, Pauli Nieminen wrote: swrast needs to pass sampler object into all texture fetching functions to use correct sampling state when sampler object is bound to the unit. The changes were made using half manual regular expression replace. With the patch llvmpipe didn't get any

Re: [Mesa-dev] [PATCH 16/21] swrast: Support sampler object for texture fetching state

2012-06-11 Thread Marek Olšák
On Mon, Jun 11, 2012 at 8:59 AM, Pauli Nieminen wrote: > swrast needs to pass sampler object into all texture fetching functions > to use correct sampling state when sampler object is bound to the unit. > The changes were made using half manual regular expression replace. > > With the patch llvmpi