summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_quad_bufloop.c
AgeCommit message (Collapse)Author
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.