summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/softpipe/sp_quad_bufloop.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove unnecessary guards on qs->nextKeith Whitwell2007-12-101-2/+1
* Fix looping for multi-color buffer writing.Brian2007-12-091-3/+1
* Use FREE instead of free. Fix newlines.michal2007-10-271-3/+3
* Define destroy method called by softpipe's destructor.michal2007-10-271-0/+7
* Continue reducing dependencies on core mesa include files.Keith Whitwell2007-08-141-5/+3
* fix qs->next testsBrian2007-08-081-1/+1
* add quad_stage::begin() funcsBrian2007-08-081-0/+8
* Simplify slightly.Keith Whitwell2007-07-131-9/+5
* minor changes, comments about multiple color buffers, MRT.Brian2007-07-121-1/+8
* Add a quad 'bufloop' stage to handle glDrawBuffer(GL_FRONT_AND_BACK).Brian2007-07-121-0/+59