summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_tex_sample_llvm.c
AgeCommit message (Expand)Author
2010-04-19llvmpipe: get 3D texture image stride from an array rather than computing itBrian Paul
2010-03-17llvmpipe: use new LP_JIT_CTX_ enums for jit context field positionsBrian Paul
2010-03-11gallivm/llvmpipe: replace 'int stride' with 'int row_stride[MAX_LEVELS]'Brian Paul
2010-03-08llvmpipe/gallivm: checkpoint: array of pointers to mipmap levelsBrian Paul
2010-03-08llvmpipe: rewrap for 80 columnsBrian Paul
2010-03-05llvmpipe: added code to set texture depth, max mipmap levels infoBrian Paul
2010-03-04llvmpipe: new commentBrian Paul
2010-02-08llvmpipe: export the tgsi translation code to a common layerZack Rusin
2010-01-31Merge remote branch 'origin/master' into lp-binningJosé Fonseca
2010-01-21llvmpipe: Remove unnecessary headers.Vinson Lee
2010-01-06llvmpipe: restrict header visibilityKeith Whitwell
2009-09-14llvmpipe: Make lp_type a regular union.José Fonseca
2009-09-07llvmpipe: Code generate the texture sampling inside the shader.José Fonseca