summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_tex_sample.c
AgeCommit message (Expand)Author
2010-11-30gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul
2010-09-24llvmpipe: make texture border_color dynamic stateBrian Paul
2010-09-24llvmpipe: make min/max lod and lod bias dynamic stateBrian Paul
2010-09-16llvmpipe: add LP_PERF flag to disable various aspects of rasterizationKeith Whitwell
2010-05-12gallivm/llvmpipe: add const qualifiersBrian Paul
2010-05-04gallivm: Proper implementation of TXL opcode.José Fonseca
2010-05-04gallivm: Implement TXD.José Fonseca
2010-04-25llvmpipe: lp_tex_sample_llvm.c -> lp_tex_sample.cJosé Fonseca
2009-09-07llvmpipe: Code generate the texture sampling inside the shader.José Fonseca
2009-09-07llvmpipe: Further abstract the texture sampling generation from TGSI translat...José Fonseca
2009-08-30llvmpipe: Texture cache in 4 ubytes instead of 4 floats.José Fonseca
2009-08-29llvmpipe: Back port recent softpipe-opt improvements from Keith.José Fonseca
2009-08-29llvmpipe: Split the texture cache from the color/depth/stencil cache.José Fonseca
2009-08-29llvmpipe: shortcircuit repeated lookups of the same tileKeith Whitwell
2009-08-29llvmpipe: remove backwards dependency from tilecache to llvmpipeKeith Whitwell
2009-08-29llvmpipe: Fork softpipe for experimentation with llvm.José Fonseca