summaryrefslogtreecommitdiff
path: root/src/mesa/cso_cache
AgeCommit message (Collapse)Author
2007-09-18First stab at immutable state objects (create/bind/delete)Zack Rusin
We want our state objects to be immutable, handled via the create/bind/delete calls instead of struct propagation. Only implementing the blend state to see how it would look like and work.