summaryrefslogtreecommitdiffstats
path: root/src/mesa/softpipe/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* added depth(Z) state supportBrian2007-05-302-0/+2
* depth(Z) stateBrian2007-05-301-0/+88
* use GLubyte for stencil ref/mask/clearBrian2007-05-241-7/+7
* Stencil state.Brian2007-05-244-0/+143
* Implement blend stateBrian2007-05-243-0/+204
* scissor depends on glScissor() and framebuffer sizeBrian2007-05-241-9/+28
* add scissor stateBrian2007-05-242-4/+6
* scissor stateBrian2007-05-241-0/+69
* define, use SP_MAX_CLIP_PLANESBrian2007-05-241-1/+1
* First version of the softpipe rasterizer.Keith Whitwell2007-05-2415-0/+1328