summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_jit.c
AgeCommit message (Expand)Author
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-05llvmpipe: added code to set texture depth, max mipmap levels infoBrian Paul
2010-03-03llvmpipe: Centralize LLVM initialization.José Fonseca
2010-02-10llvmpipe: Remove unnecessary headers.Vinson Lee
2010-02-08llvmpipe: include gallivm/lp_bld_misc.hBrian 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-27llvmpipe: added debug option to disable LLVM optimization passesBrian Paul
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-21llvmpipe: Remove unnecessary headers.Vinson Lee
2010-01-14llvmpipe: implement scissor testingBrian Paul
2010-01-07llvmpipe: Remove TGSI sampler pointers from JIT context too.José Fonseca
2010-01-07llvmpipe: Remove more loose ends of TGSI exec sampling.José Fonseca
2009-11-26llvmpipe: Fake missing SSSE3 when simulation less capabable machines.José Fonseca
2009-11-24llvmpipe: Use assert instead of abort. Only verify functions on debug builds.José Fonseca
2009-10-28llvmpipe: Make sure the JIT engine and X86 target are linked on MSVC build.José Fonseca
2009-09-29llvmpipe: Workaround for bug in llvm 2.5.José Fonseca
2009-09-29llvmpipe: Emit SSE intrinsics based on runtime cpu capability check.José Fonseca
2009-09-26llvmpipe: Allow building with LLVM 2.6 too.José Fonseca
2009-09-16llvmpipe: Make the code portable for MinGW.José Fonseca
2009-09-07llvmpipe: Code generate the texture sampling inside the shader.José Fonseca
2009-08-29llvmpipe: Isolate sampling from TGSI translation.José Fonseca
2009-08-29llvmpipe: Pre-declare fetch_texel.José Fonseca
2009-08-29llvmpipe: Pass the alpha ref value and blend color in the jit context.José Fonseca
2009-08-29llvmpipe: Pass fragment context to generated function in a single structure.José Fonseca
2009-08-29llvmpipe: Centralize the C <-> JIT interfaces in one place.José Fonseca