aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/cso_cache
Commit message (Expand)AuthorAgeFilesLines
* fix a mem leak, document another existing leakBrian2008-01-011-1/+8
* gallium: incorporate alpha state into depth_stencil state object.Keith Whitwell2007-12-172-20/+7
* Make the alpha test state a cso.Zack Rusin2007-09-212-3/+17
* Fix failover state binding and convert the sampler to use the newZack Rusin2007-09-201-0/+5
* Convert depth_stencil state to the new semantics.Zack Rusin2007-09-201-0/+5
* Switch fragment/vertex shaders to the new caching semantics.Zack Rusin2007-09-201-0/+10
* Fix a really stupid mistake that Michel hit. Return proper hash.Zack Rusin2007-09-191-0/+6
* Convert the rasterizer cso to the new semantics.Zack Rusin2007-09-191-0/+5
* Redo the cso cache to map driver data in a lot more pleasing way.Zack Rusin2007-09-191-0/+5
* Finish up conversions of shaders to immutable objects.Zack Rusin2007-09-192-7/+15
* Convert shader to an immutable state object.Zack Rusin2007-09-182-5/+12
* move cso cache to the pipe directoryZack Rusin2007-09-184-0/+679