i965/fs: Use a properly named constant in TXB handling.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 28 Oct 2010 20:07:11 +0000 (13:07 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Fri, 25 Feb 2011 23:30:45 +0000 (15:30 -0800)
commite54d62b89677624b5806442cc5053c0ceedd79b0
tree43d948ed36f746b921d23fd8ea0717581309c5f9
parenta3cd542894606e3f2c892a4218cc6f7370c827a5
i965/fs: Use a properly named constant in TXB handling.

The old value, BRW_SAMPLER_MESSAGE_SIMD8_SAMPLE makes it sound like we're
doing a non-bias texture lookup.  It has the same value as the new constant
BRW_SAMPLER_MESSAGE_SIMD8_SAMPLE_BIAS_COMPARE, so there should be no
functional changes.
src/mesa/drivers/dri/i965/brw_fs.cpp