Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvmpipe: lp_tex_sample_llvm.c -> lp_tex_sample.c | José Fonseca | 2010-04-25 | 1 | -0/+216 |
* | llvmpipe: Code generate the texture sampling inside the shader. | José Fonseca | 2009-09-07 | 1 | -1713/+0 |
* | llvmpipe: Further abstract the texture sampling generation from TGSI translat... | José Fonseca | 2009-09-07 | 1 | -0/+133 |
* | llvmpipe: Texture cache in 4 ubytes instead of 4 floats. | José Fonseca | 2009-08-30 | 1 | -14/+14 |
* | llvmpipe: Back port recent softpipe-opt improvements from Keith. | José Fonseca | 2009-08-29 | 1 | -92/+385 |
* | llvmpipe: Split the texture cache from the color/depth/stencil cache. | José Fonseca | 2009-08-29 | 1 | -10/+10 |
* | llvmpipe: shortcircuit repeated lookups of the same tile | Keith Whitwell | 2009-08-29 | 1 | -5/+7 |
* | llvmpipe: remove backwards dependency from tilecache to llvmpipe | Keith Whitwell | 2009-08-29 | 1 | -21/+11 |
* | llvmpipe: Fork softpipe for experimentation with llvm. | José Fonseca | 2009-08-29 | 1 | -0/+1295 |