softpipe: fix repeat() function for NPOT textures
authorBrian Paul <brianp@vmware.com>
Sat, 25 Sep 2010 19:06:31 +0000 (13:06 -0600)
committerBrian Paul <brianp@vmware.com>
Sat, 25 Sep 2010 19:37:05 +0000 (13:37 -0600)
commite31f0f996537046228602a251706613ca4163209
tree11542ad2e6692d47f3f13963308d4e64b535634d
parentf3e6a0faa9090cfcfcafe06e1481ed5a18838ca0
softpipe: fix repeat() function for NPOT textures

The trick of casting the coord to an unsigned value only works for POT
textures.  Add a bias instead.  This fixes a few piglit texwrap failures.
src/gallium/drivers/softpipe/sp_tex_sample.c