aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cache.c
Commit message (Expand)AuthorAgeFilesLines
* add an explicit callback decleration and use it to silence warningsZack Rusin2008-02-261-6/+6
* implement deleting of driver side cached state in cso'sZack Rusin2008-02-261-1/+12
* Code reorganization: update build.José Fonseca2008-02-151-2/+2
* gallium: incorporate alpha state into depth_stencil state object.Keith Whitwell2007-12-171-29/+11
* Explain a little better what we're doing here.Zack Rusin2007-10-031-3/+10
* 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