softpipe: fix off-by-one in nearest texcoord routines
authorKeith Whitwell <keithw@vmware.com>
Mon, 27 Jul 2009 14:51:15 +0000 (15:51 +0100)
committerKeith Whitwell <keithw@vmware.com>
Mon, 27 Jul 2009 14:51:15 +0000 (15:51 +0100)
commit5fdac2dcea09c654725666b3cab5f59dfc9e31a5
treee8945c59299265afb83106dc20c661eafbdfed7d
parent6142de393fe34ff0866f8489f1292eb473276f11
softpipe: fix off-by-one in nearest texcoord routines

Stray '- 0.5' copied from linear versions.
src/gallium/drivers/softpipe/sp_tex_sample.c