Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium: propogate draw retval changes into more drivers | Keith Whitwell | 2009-12-21 | 1 | -30/+30 |
| | |||||
* | r300g: Fix up SW TCL rendering functions. | Corbin Simpson | 2009-11-08 | 1 | -0/+5 |
| | | | | They don't work, but at least they're clean now. | ||||
* | r300g: move vborender context function to seperate file | Maciej Cencora | 2009-11-07 | 1 | -0/+2 |
| | | | | | | r300g: Un-migrate r300_draw_render. It'll make maintaining the SW TCL path easier. | ||||
* | r300g: Move render functions to r300_render. | Corbin Simpson | 2009-10-22 | 1 | -0/+52 |
Part of the fastpath cleanup. |