Comment 41 for bug 371605

Revision history for this message
In , Eric Anholt (eric-anholt) wrote :

commit 79b6851148574419389ac8055b0c31b8bdac3ab3
Author: Eric Anholt <email address hidden>
Date: Wed Aug 5 12:45:16 2009 -0700

    Fix sampler indexes on i965 planar video.

    We only set up one sampler, because all of our sampling is the same. By
    using a non-zero index for the other two samplers, we'd dereference (likely)
    zeroed data, resulting in using NEAREST filtering. This was a regression in
    40671132cb3732728703c6444f4577467fa9223f which incidentally switched from
    having 6 samplers to 1.

    Bug #22895, #19856