gallivm: rework and implement more texture wrap modes
authorBrian Paul <brianp@vmware.com>
Thu, 4 Mar 2010 17:51:31 +0000 (10:51 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 4 Mar 2010 17:53:27 +0000 (10:53 -0700)
commit4c0c728b2a3c8ebee09ddacd1390be31b1a73e23
tree403b1451af44764caa141adde8611c7d2af5f146
parent516bad2272aa9bb3c85516e0023ddd2ed236dcef
gallivm: rework and implement more texture wrap modes

All the texture wrap modes are now implemented for linear and nearest
sampling.

However, texture border color is not yet supported so some wrap modes
will produce int coords outside the texture bounds.  We'll get garbage
values insted of the texture border color for now.
src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c