summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_bld_sample_soa.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: Implement non SSE4.1 versions of floor and round.José Fonseca2009-09-291-2/+2
* llvmpipe: Don't assert due to unsupported texture wrap modes.José Fonseca2009-09-161-0/+5
* llvmpipe: Make lp_type a regular union.José Fonseca2009-09-141-4/+4
* llvmpipe: Update status in README and TODO/FIXME comments throughout the code.José Fonseca2009-09-111-0/+7
* llvmpipe: Fix sampling from depth textures. Respect texture compare func.José Fonseca2009-09-101-30/+88
* llvmpipe: Copy the texture target into the sampler static state.José Fonseca2009-09-101-0/+1
* llvmpipe: Quick hack for 1D textures.José Fonseca2009-09-091-0/+3
* llvmpipe: Texture sampling code generation primitives.José Fonseca2009-09-071-0/+342