aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/lp_bld_sample.h
Commit message (Expand)AuthorAgeFilesLines
* gallivm: clean up passing derivatives aroundRoland Scheidegger2013-03-121-1/+5
* llvmpipe: support GL_ARB_texture_buffer_object/GL_ARB_texture_buffer_rangeRoland Scheidegger2013-02-251-2/+2
* gallivm: fix up size queries for dx10 sviewinfo opcodeRoland Scheidegger2013-02-081-0/+1
* gallivm,draw,llvmpipe: mass rename of unit->texture_unit/sampler_unitRoland Scheidegger2013-01-281-16/+16
* gallivm: split sampler and texture stateRoland Scheidegger2013-01-281-18/+40
* llvmpipe: increase texture target width to reflect increaseDave Airlie2012-12-111-1/+1
* gallivm: support array texturesRoland Scheidegger2012-11-291-1/+6
* gallivm,llvmpipe: handle TXF (texelFetch) instruction, including offsetsRoland Scheidegger2012-11-271-4/+21
* gallivm,draw,llvmpipe: use base ptr + mip offsets instead of mip pointersRoland Scheidegger2012-11-121-3/+10
* gallivm,draw,llvmpipe: Support wider native registers.José Fonseca2012-07-171-13/+38
* gallivm: Allow to force nearest filtering on a per-axis basis.José Fonseca2012-07-171-0/+4
* llvmpipe: Implement TXQ.Olivier Galibert2012-05-181-0/+14
* llvmpipe: Take the sampler view's first_level into account when sampling.Fabian Bieler2011-04-081-0/+6
* 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