summaryrefslogtreecommitdiff
path: root/src/mesa/softpipe
AgeCommit message (Collapse)Author
2007-05-24use GLubyte for stencil ref/mask/clearBrian
2007-05-24Stencil state.Brian
2007-05-24Implement blend stateBrian
2007-05-24#ifndef SP_DEFINES_H protection, copyrightBrian
2007-05-24scissor depends on glScissor() and framebuffer sizeBrian
2007-05-24add scissor stateBrian
2007-05-24scissor stateBrian
2007-05-24define, use SP_MAX_CLIP_PLANESBrian
2007-05-24First version of the softpipe rasterizer.Keith Whitwell
This will flesh out to hopefully acheive 3 things: - New software rasterizer for mesa - New driver model for mesa & dri with much smaller drivers - The basis for the cell driver. It's got a long way to go yet, but will at least run trivial/tri.c.