summaryrefslogtreecommitdiff
path: root/src/gallium/docs/source/cso/sampler.rst
AgeCommit message (Collapse)Author
2010-03-05gallium/docs: document additional wrap mode restrictionsBrian Paul
2010-03-05gallium/docs: updated/improve sampler state documentationBrian Paul
2010-02-12gallium: make max_anisotropy a unsigned bitfield memberRoland Scheidegger
saves us a dword in sampler state, hw can't do non-integer aniso degree anyway. To allow aniso 1x (which seems of dubious value but some hardware (radeons) have such a mode, and even d3d allows specifiying it) redefine anisotropic filtering as disabled only if max_anistropy is 0.
2010-02-09gallium: Remove prefilter member from pipe_sampler_state struct.Michal Krol
2010-01-21docs: clean up sampler descriptionRoland Scheidegger
2009-12-20Moar docs, mostly context.Corbin Simpson
2009-12-20Fill out some of the CSO info.Corbin Simpson
...And looks like there's already things I don't know. Go figure.
2009-12-20Add Gallium docs.Corbin Simpson
In Sphinx/ReST format.