Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-10 | gallium: remove unnecessary guards on qs->next | Keith Whitwell | |
2007-12-09 | Fix looping for multi-color buffer writing. | Brian | |
2007-10-27 | Use FREE instead of free. Fix newlines. | michal | |
2007-10-27 | Define destroy method called by softpipe's destructor. | michal | |
2007-08-14 | Continue reducing dependencies on core mesa include files. | Keith Whitwell | |
Mainly down to the support for legacy TNL processing now. | |||
2007-08-08 | fix qs->next tests | Brian | |
2007-08-08 | add quad_stage::begin() funcs | Brian | |
2007-07-13 | Simplify slightly. | Keith Whitwell | |
Don't bother trying to save a small memcpy. | |||
2007-07-12 | minor changes, comments about multiple color buffers, MRT. | Brian | |
2007-07-12 | Add a quad 'bufloop' stage to handle glDrawBuffer(GL_FRONT_AND_BACK). | Brian | |
This removes the notion of multiple color buffers from all other stages. Will need a bit more work when shaders with multiple render targets arrive. |