summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_tex_sample.h
AgeCommit message (Collapse)Author
2007-08-14Continue reducing dependencies on core mesa include files.Keith Whitwell
Mainly down to the support for legacy TNL processing now.
2007-08-14Implement remaining mipmap modes for 2D textures.Brian
Also, add lodbias param to get_samples()
2007-08-14tgsi_sampler->get_samples() now operates on a quad (returns 4 colors).Brian
Lambda/level-of-detail is also computed in get_samples() now.
2007-08-08add lambda param to get_sample()Brian
2007-08-07initial texture filtering codeBrian