summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_state_blend.c
AgeCommit message (Expand)Author
2007-09-19Avoid redundant reallocation of the template.Zack Rusin
2007-09-19Redo the cso cache to map driver data in a lot more pleasing way.Zack Rusin
2007-09-18Combing depth and stencil objects and making them immutable.Zack Rusin
2007-09-18Fix the warning.Zack Rusin
2007-09-18First stab at immutable state objects (create/bind/delete)Zack Rusin
2007-08-14Continue reducing dependencies on core mesa include files.Keith Whitwell
2007-07-10Begin hooking up stenciling.Brian
2007-07-09Rename G_NEW_* tokens to SP_NEW_*Brian
2007-07-09New 'draw' module for primitive drawing (clipping, culling, etc).Brian
2007-07-03hook in state tracking for blend colorBrian
2007-06-20checkpoint: implement z/depth testingBrian
2007-06-20quad blending works now, but many blend terms need to be added in blend_quad().Brian