summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_quad_bufloop.c
AgeCommit message (Collapse)Author
2007-12-10gallium: remove unnecessary guards on qs->nextKeith Whitwell
2007-12-09Fix looping for multi-color buffer writing.Brian
2007-10-27Use FREE instead of free. Fix newlines.michal
2007-10-27Define destroy method called by softpipe's destructor.michal
2007-08-14Continue reducing dependencies on core mesa include files.Keith Whitwell
Mainly down to the support for legacy TNL processing now.
2007-08-08fix qs->next testsBrian
2007-08-08add quad_stage::begin() funcsBrian
2007-07-13Simplify slightly.Keith Whitwell
Don't bother trying to save a small memcpy.
2007-07-12minor changes, comments about multiple color buffers, MRT.Brian
2007-07-12Add 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.