summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/lp_bld_sample.c
AgeCommit message (Expand)Author
2010-07-03gallivm: Remove unnecessary headers.Vinson Lee
2010-07-02gallivm: Do 4ubyte AoS texture filtering for any format that can be expressed.José Fonseca
2010-07-02gallivm: Move gather functions to its own module.José Fonseca
2010-06-02gallivm: Zero min_lod and max_lod when only one view is selected and min/mag ...José Fonseca
2010-05-13llvmpipe: additional commentsBrian Paul
2010-04-26llvmpipe: Respect pipe_sampler_view::swizzle_r/g/b/aJosé Fonseca
2010-04-22gallivm: remove Z/stencil special case code in lp_build_sample_offset()Brian Paul
2010-04-12llvmpipe: Respect pipe_sampler_view::format.José Fonseca
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-06gallivm: Fallback to calling util_format_description::fetch_float for any for...José Fonseca
2010-03-15gallivm/llvmpipe: rename some constant building functionsBrian Paul
2010-03-13llvmpipe: Switch to PIPE_TEX_MIPFILTER_NONE when texture has no mipmaps.José Fonseca
2010-03-10gallivm: overhaul of texture sampling codeBrian Paul
2010-03-08llvmpipe/gallivm: checkpoint: array of pointers to mipmap levelsBrian Paul
2010-03-06gallivm: Add some notes about sampler static state construction.José Fonseca
2010-03-05gallivm: added field for sampler lodBrian Paul
2010-03-04gallivm: added texture border_color fieldBrian Paul
2010-02-09gallium: Remove prefilter member from pipe_sampler_state struct.Michal Krol
2010-02-08llvmpipe: export the tgsi translation code to a common layerZack Rusin