index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
llvmpipe
/
lp_jit.c
Age
Commit message (
Expand
)
Author
2010-04-19
llvmpipe: get 3D texture image stride from an array rather than computing it
Brian Paul
2010-04-16
Merge the lp-surface-tiling branch into master.
Brian Paul
2010-04-06
gallivm: Move the global LLVM objects (module, engine, provider, target) into...
José Fonseca
2010-03-18
gallivm/llvmpipe: simplify front/back stencil ref value handling
Brian Paul
2010-03-17
llvmpipe: use new LP_JIT_CTX_ enums for jit context field positions
Brian Paul
2010-03-17
llvmpipe: added stencil ref values to jit context state
Brian Paul
2010-03-17
llvmpipe: break lines
Brian Paul
2010-03-11
gallivm/llvmpipe: replace 'int stride' with 'int row_stride[MAX_LEVELS]'
Brian Paul
2010-03-08
llvmpipe/gallivm: checkpoint: array of pointers to mipmap levels
Brian Paul
2010-03-05
llvmpipe: added code to set texture depth, max mipmap levels info
Brian Paul
2010-03-03
llvmpipe: Centralize LLVM initialization.
José Fonseca
2010-02-10
llvmpipe: Remove unnecessary headers.
Vinson Lee
2010-02-08
llvmpipe: include gallivm/lp_bld_misc.h
Brian Paul
2010-02-08
llvmpipe: export the tgsi translation code to a common layer
Zack Rusin
2010-01-31
Merge remote branch 'origin/master' into lp-binning
José Fonseca
2010-01-27
llvmpipe: added debug option to disable LLVM optimization passes
Brian Paul
2010-01-22
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-21
llvmpipe: Remove unnecessary headers.
Vinson Lee
2010-01-14
llvmpipe: implement scissor testing
Brian Paul
2010-01-07
llvmpipe: Remove TGSI sampler pointers from JIT context too.
José Fonseca
2010-01-07
llvmpipe: Remove more loose ends of TGSI exec sampling.
José Fonseca
2009-11-26
llvmpipe: Fake missing SSSE3 when simulation less capabable machines.
José Fonseca
2009-11-24
llvmpipe: Use assert instead of abort. Only verify functions on debug builds.
José Fonseca
2009-10-28
llvmpipe: Make sure the JIT engine and X86 target are linked on MSVC build.
José Fonseca
2009-09-29
llvmpipe: Workaround for bug in llvm 2.5.
José Fonseca
2009-09-29
llvmpipe: Emit SSE intrinsics based on runtime cpu capability check.
José Fonseca
2009-09-26
llvmpipe: Allow building with LLVM 2.6 too.
José Fonseca
2009-09-16
llvmpipe: Make the code portable for MinGW.
José Fonseca
2009-09-07
llvmpipe: Code generate the texture sampling inside the shader.
José Fonseca
2009-08-29
llvmpipe: Isolate sampling from TGSI translation.
José Fonseca
2009-08-29
llvmpipe: Pre-declare fetch_texel.
José Fonseca
2009-08-29
llvmpipe: Pass the alpha ref value and blend color in the jit context.
José Fonseca
2009-08-29
llvmpipe: Pass fragment context to generated function in a single structure.
José Fonseca
2009-08-29
llvmpipe: Centralize the C <-> JIT interfaces in one place.
José Fonseca