Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-07 | r300: rewrite vertex setup for software T&L path using functions from ↵ | Maciej Cencora | |
software TCL path | |||
2009-06-07 | r300: add hw accelerated support for different vertex data formats | Maciej Cencora | |
2009-06-07 | r300: prepare for different vertex data type support | Maciej Cencora | |
2009-05-16 | r300: move forward declarations to where they belong | Maciej Cencora | |
2009-05-16 | r300: software fallbacking handling rewrite | Maciej Cencora | |
Until now falling back to software rasterizer worked only for TCL enabled cards. For non TCL cards we used to plug our rendering functions in r300InitSwtcl, and we had never restored original functions for software rasterizer. |