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
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