Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-08 | llvmpipe: remove tex tile cache and related code | Keith Whitwell | |
2009-08-30 | llvmpipe: Texture cache in 4 ubytes instead of 4 floats. | José Fonseca | |
This is more a short term experiment than a long term commitment, as we'll need to support higher precision textures too, as this will all be be replaced by runtime generated code. With this change most Mesa demos fps increased around 10%. Not a huge improvement, but not a negligible one either. | |||
2009-08-30 | llvmpipe: Texture cache is read-only. No need to flush. | José Fonseca | |
2009-08-29 | llvmpipe: Split the texture cache from the color/depth/stencil cache. | José Fonseca | |