summaryrefslogtreecommitdiff
path: root/src/mesa/softpipe
AgeCommit message (Expand)Author
2007-06-14Small optimization for line drawing.Keith Whitwell
2007-06-14Remove some dead code.Keith Whitwell
2007-06-12simple line drawing codeBrian
2007-05-30sketch out texture sampler stateBrian
2007-05-30comments, clean-up, alphabetize membersBrian
2007-05-30added depth(Z) state supportBrian
2007-05-30depth(Z) stateBrian
2007-05-28implement point renderingBrian
2007-05-25INLINE goes before the function's return typeBrian
2007-05-25Add some comments to explain things, code clarifications.Brian
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