Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-05 | gallium/docs: document additional wrap mode restrictions | Brian Paul | |
2010-03-05 | gallium/docs: updated/improve sampler state documentation | Brian Paul | |
2010-02-12 | gallium: make max_anisotropy a unsigned bitfield member | Roland 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-09 | gallium: Remove prefilter member from pipe_sampler_state struct. | Michal Krol | |
2010-01-21 | docs: clean up sampler description | Roland Scheidegger | |
2009-12-20 | Moar docs, mostly context. | Corbin Simpson | |
2009-12-20 | Fill out some of the CSO info. | Corbin Simpson | |
...And looks like there's already things I don't know. Go figure. | |||
2009-12-20 | Add Gallium docs. | Corbin Simpson | |
In Sphinx/ReST format. |