aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cache.c
Commit message (Expand)AuthorAgeFilesLines
* Make the alpha test state a cso.Zack Rusin2007-09-211-0/+20
* Allow drivers to cache the template in case they want toZack Rusin2007-09-201-6/+6
* Fix failover state binding and convert the sampler to use the newZack Rusin2007-09-201-10/+12
* Convert depth_stencil state to the new semantics.Zack Rusin2007-09-201-10/+13
* Switch fragment/vertex shaders to the new caching semantics.Zack Rusin2007-09-201-16/+20
* Convert the rasterizer cso to the new semantics.Zack Rusin2007-09-191-9/+11
* Redo the cso cache to map driver data in a lot more pleasing way.Zack Rusin2007-09-191-10/+11
* Finish up conversions of shaders to immutable objects.Zack Rusin2007-09-191-4/+22
* Convert shader to an immutable state object.Zack Rusin2007-09-181-0/+18
* move cso cache to the pipe directoryZack Rusin2007-09-181-2/+2
* converting the setup state to immutable object and renaming it to rasterizer ...Zack Rusin2007-09-181-0/+18
* Combing depth and stencil objects and making them immutable.Zack Rusin2007-09-181-0/+17
* Make sampler an immutable state object.Zack Rusin2007-09-181-0/+17
* Implementing a better hash, removing state_tracker dependency from the cache.Zack Rusin2007-09-181-0/+61