aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/lp_bld_sample.c
Commit message (Expand)AuthorAgeFilesLines
* gallivm: Zero min_lod and max_lod when only one view is selected and min/mag ...José Fonseca2010-06-021-3/+9
* llvmpipe: additional commentsBrian Paul2010-05-131-3/+5
* llvmpipe: Respect pipe_sampler_view::swizzle_r/g/b/aJosé Fonseca2010-04-261-0/+5
* gallivm: remove Z/stencil special case code in lp_build_sample_offset()Brian Paul2010-04-221-46/+8
* llvmpipe: Respect pipe_sampler_view::format.José Fonseca2010-04-121-2/+8
* Squashed commit of the following:Keith Whitwell2010-04-101-1/+1
* gallivm: Fallback to calling util_format_description::fetch_float for any for...José Fonseca2010-04-061-2/+3
* gallivm/llvmpipe: rename some constant building functionsBrian Paul2010-03-151-3/+3
* llvmpipe: Switch to PIPE_TEX_MIPFILTER_NONE when texture has no mipmaps.José Fonseca2010-03-131-1/+5
* gallivm: overhaul of texture sampling codeBrian Paul2010-03-101-7/+17
* llvmpipe/gallivm: checkpoint: array of pointers to mipmap levelsBrian Paul2010-03-081-2/+1
* gallivm: Add some notes about sampler static state construction.José Fonseca2010-03-061-1/+17
* gallivm: added field for sampler lodBrian Paul2010-03-051-4/+5
* gallivm: added texture border_color fieldBrian Paul2010-03-041-0/+9
* 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/+190