summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_bld_sample_soa.c
AgeCommit message (Expand)Author
2010-01-15llvmpipe: put labels on some value refsBrian Paul
2010-01-06pipe_sampler_state::compare_mode is not a boolean enable flag.Michal Krol
2010-01-06gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri
2009-10-25llvmpipe: Human friendlier sampler state dump.José Fonseca
2009-10-25llvmpipe: Immediate multiplication.José Fonseca
2009-10-25llvmpipe: Fast path for sampling rgba8 textures with linear filtering.José Fonseca
2009-10-25llvmpipe: Merge lp_build_load_rgba_soa into lp_build_sample_texel.José Fonseca
2009-10-25llvmpipe: Factor our pixel offset computation.José Fonseca
2009-10-25llvmpipe: Move a few format/sampling functions into better space.José Fonseca
2009-09-29llvmpipe: Implement non SSE4.1 versions of floor and round.José Fonseca
2009-09-16llvmpipe: Don't assert due to unsupported texture wrap modes.José Fonseca
2009-09-14llvmpipe: Make lp_type a regular union.José Fonseca
2009-09-11llvmpipe: Update status in README and TODO/FIXME comments throughout the code.José Fonseca
2009-09-10llvmpipe: Fix sampling from depth textures. Respect texture compare func.José Fonseca
2009-09-10llvmpipe: Copy the texture target into the sampler static state.José Fonseca
2009-09-09llvmpipe: Quick hack for 1D textures.José Fonseca
2009-09-07llvmpipe: Texture sampling code generation primitives.José Fonseca