aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_tex_sample.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: add LP_PERF flag to disable various aspects of rasterizationKeith Whitwell2010-09-161-0/+6
* gallivm/llvmpipe: add const qualifiersBrian Paul2010-05-121-3/+3
* gallivm: Proper implementation of TXL opcode.José Fonseca2010-05-041-2/+4
* gallivm: Implement TXD.José Fonseca2010-05-041-3/+4
* llvmpipe: lp_tex_sample_llvm.c -> lp_tex_sample.cJosé Fonseca2010-04-251-0/+216
* llvmpipe: Code generate the texture sampling inside the shader.José Fonseca2009-09-071-1713/+0
* llvmpipe: Further abstract the texture sampling generation from TGSI translat...José Fonseca2009-09-071-0/+133
* llvmpipe: Texture cache in 4 ubytes instead of 4 floats.José Fonseca2009-08-301-14/+14
* llvmpipe: Back port recent softpipe-opt improvements from Keith.José Fonseca2009-08-291-92/+385
* llvmpipe: Split the texture cache from the color/depth/stencil cache.José Fonseca2009-08-291-10/+10
* llvmpipe: shortcircuit repeated lookups of the same tileKeith Whitwell2009-08-291-5/+7
* llvmpipe: remove backwards dependency from tilecache to llvmpipeKeith Whitwell2009-08-291-21/+11
* llvmpipe: Fork softpipe for experimentation with llvm.José Fonseca2009-08-291-0/+1295