aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_tex_sample.h
Commit message (Collapse)AuthorAgeFilesLines
* softpipe: fix vertex shader texture samplingBrian Paul2008-12-171-6/+14
| | | | | Need to disable/bypass lambda calculation since derivatives of texcoords are meaningless for adjacent vertices.
* gallium: minor texture-related clean-ups, comments, etcBrian2008-12-011-3/+3
|
* softpipe: remove old/unneeded dependencies between TGSI exec and softpipeBrian2008-11-231-1/+49
| | | | | Use tgsi_sampler struct as a base class. Softpipe subclasses it and adds the fields it needs.
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+17
This is in a separate commit to ensure renames are properly preserved.