softpipe: implement PIPE_TEX_WRAP_CLAMP_TO_EDGE for unorm texture sampling
authorBrian Paul <brianp@vmware.com>
Fri, 5 Mar 2010 19:38:05 +0000 (12:38 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 5 Mar 2010 20:28:18 +0000 (13:28 -0700)
commitb5b128b26841e7f947edd8f0cbcc91a530d6bb8f
tree2e4387bf2cf851eca5769e8e657315c2733c4625
parente9968ebfa40b4740601c1596950ebd3f168664b0
softpipe: implement PIPE_TEX_WRAP_CLAMP_TO_EDGE for unorm texture sampling

CLAMP_TO_BORDER and CLAMP_TO_EDGE were doing the same thing.
src/gallium/drivers/softpipe/sp_tex_sample.c