summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/lp_bld_sample.h
Commit message (Expand)AuthorAgeFilesLines
* gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-301-14/+14
* gallivm: Eliminate unsigned integer arithmetic from texture coordinates.José Fonseca2010-10-111-4/+0
* gallivm: Do size computations simultanously for all dimensions (AoS).José Fonseca2010-10-091-3/+19
* llvmpipe: First minify the texture size, then broadcast.José Fonseca2010-10-081-9/+4
* gallivm: Move into the as much of the second level code as possible.José Fonseca2010-10-081-11/+18
* gallivm: Clamp mipmap level and zero mip weight simultaneously.José Fonseca2010-10-081-0/+1
* gallivm: Simplify lp_build_mipmap_level_sizes' interface.José Fonseca2010-10-081-12/+6
* gallivm: Vectorize the rho computation.José Fonseca2010-10-071-1/+12
* gallivm: Compute lod as integer whenever possible.José Fonseca2010-10-061-5/+7
* gallivm: Only apply min/max_lod when necessary.José Fonseca2010-10-061-0/+2
* gallivm: don't apply zero lod_biasKeith Whitwell2010-10-061-0/+1
* gallivm: added some commentsBrian Paul2010-09-301-8/+11
* gallivm: More comprehensive border usage logic.José Fonseca2010-09-301-0/+5
* gallivm: Remove dead experimental code.José Fonseca2010-09-251-4/+0
* gallivm: Fetch the lod from the dynamic state when min_lod == max_lod.José Fonseca2010-09-251-1/+0
* llvmpipe: make texture border_color dynamic stateBrian Paul2010-09-241-1/+8
* llvmpipe: make min/max lod and lod bias dynamic stateBrian Paul2010-09-241-1/+17
* gallivm: added missing case for PIPE_TEXTURE_RECTBrian Paul2010-09-171-0/+1
* gallivm: make lp_build_sample_nop publicKeith Whitwell2010-09-161-0/+3
* gallivm: expand AoS sampling to cover all filtering modesBrian Paul2010-09-151-1/+163
* gallivm: Compute the 4 texel offsets for linear filtering en ensemble.José Fonseca2010-08-301-0/+9
* gallivm: Include missing header in lp_bld_sample.h.Vinson Lee2010-08-241-0/+2
* gallivm: Do 4ubyte AoS texture filtering for any format that can be expressed.José Fonseca2010-07-021-2/+5
* gallivm: Move gather functions to its own module.José Fonseca2010-07-021-9/+0
* gallivm: rename texel result paramBrian Paul2010-05-121-1/+1
* gallivm: add a few commentsBrian Paul2010-05-121-3/+3
* gallivm/llvmpipe: add const qualifiersBrian Paul2010-05-121-7/+7
* gallivm: Proper implementation of TXL opcode.José Fonseca2010-05-041-1/+2
* gallivm: Implement TXD.José Fonseca2010-05-041-0/+2
* llvmpipe: Respect pipe_sampler_view::swizzle_r/g/b/aJosé Fonseca2010-04-261-1/+7
* gallivm: pass 3D texture stride as an arrayBrian Paul2010-04-191-0/+5
* llvmpipe: Respect pipe_sampler_view::format.José Fonseca2010-04-121-1/+2
* llvmpipe: pipe_target needs now 3 bits to be represented.José Fonseca2010-04-121-1/+1
* Squashed commit of the following:Keith Whitwell2010-04-101-4/+4
* gallivm/llvmpipe: rename os_llvm.h to lp_bld.hBrian Paul2010-03-151-1/+1
* gallivm/llvmpipe: replace 'int stride' with 'int row_stride[MAX_LEVELS]'Brian Paul2010-03-111-3/+3
* gallivm/llvmpipe: include os_llvm.h instead of llvm-c/Core.hBrian Paul2010-03-111-1/+1
* gallivm: overhaul of texture sampling codeBrian Paul2010-03-101-1/+3
* llvmpipe/gallivm: checkpoint: array of pointers to mipmap levelsBrian Paul2010-03-081-2/+1
* gallivm: added methods for getting texture depth, num mipmap levelsBrian Paul2010-03-051-0/+12
* gallivm: added field for sampler lodBrian Paul2010-03-051-0/+1
* gallivm: added texture border_color fieldBrian Paul2010-03-041-0/+1
* gallium: Remove prefilter member from pipe_sampler_state struct.Michal Krol2010-02-091-1/+0
* llvmpipe: export the tgsi translation code to a common layerZack Rusin2010-02-081-0/+155