aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/softpipe/sp_state_blend.c
Commit message (Expand)AuthorAgeFilesLines
* Redo the cso cache to map driver data in a lot more pleasing way.Zack Rusin2007-09-191-5/+5
* Combing depth and stencil objects and making them immutable.Zack Rusin2007-09-181-14/+20
* Fix the warning.Zack Rusin2007-09-181-1/+1
* First stab at immutable state objects (create/bind/delete)Zack Rusin2007-09-181-2/+17
* Continue reducing dependencies on core mesa include files.Keith Whitwell2007-08-141-2/+0
* Begin hooking up stenciling.Brian2007-07-101-0/+11
* Rename G_NEW_* tokens to SP_NEW_*Brian2007-07-091-4/+4
* New 'draw' module for primitive drawing (clipping, culling, etc).Brian2007-07-091-2/+0
* hook in state tracking for blend colorBrian2007-07-031-0/+11
* checkpoint: implement z/depth testingBrian2007-06-201-0/+26
* quad blending works now, but many blend terms need to be added in blend_quad().Brian2007-06-201-0/+47