summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_llvm_sample.c
Commit message (Expand)AuthorAgeFilesLines
* gallivm,llvmpipe: handle TXF (texelFetch) instruction, including offsetsRoland Scheidegger2012-11-271-3/+6
* gallivm,draw,llvmpipe: use base ptr + mip offsets instead of mip pointersRoland Scheidegger2012-11-121-2/+4
* gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul2012-08-161-3/+3
* gallivm,draw,llvmpipe: Support wider native registers.José Fonseca2012-07-171-3/+4
* llvmpipe: Implement TXQ.Olivier Galibert2012-05-181-0/+23
* llvmpipe: Take the sampler view's first_level into account when sampling.Fabian Bieler2011-04-081-0/+2
* gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-301-9/+11
* draw: Fullfil the new min_lod/max_lod/lod_bias/border_color dynamic stateJosé Fonseca2010-09-251-0/+8
* draw: Remove unnecessary header.Vinson Lee2010-07-061-1/+0
* draw: implement vertex texture sampling using llvmZack Rusin2010-07-061-0/+216