summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cache.h
AgeCommit message (Expand)Author
2010-08-03st/mesa: Clean up header file inclusion in st_cache.h.Vinson Lee
2008-02-15Code reorganization: update build.José Fonseca
2007-12-17gallium: incorporate alpha state into depth_stencil state object.Keith Whitwell
2007-09-21Make the alpha test state a cso.Zack Rusin
2007-09-20Fix failover state binding and convert the sampler to use the newZack Rusin
2007-09-20Convert depth_stencil state to the new semantics.Zack Rusin
2007-09-20Switch fragment/vertex shaders to the new caching semantics.Zack Rusin
2007-09-19Convert the rasterizer cso to the new semantics.Zack Rusin
2007-09-19Redo the cso cache to map driver data in a lot more pleasing way.Zack Rusin
2007-09-19Finish up conversions of shaders to immutable objects.Zack Rusin
2007-09-18Convert shader to an immutable state object.Zack Rusin
2007-09-18converting the setup state to immutable object and renaming it to rasterizer ...Zack Rusin
2007-09-18Combing depth and stencil objects and making them immutable.Zack Rusin
2007-09-18Make sampler an immutable state object.Zack Rusin
2007-09-18Implementing a better hash, removing state_tracker dependency from the cache.Zack Rusin