index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
llvmpipe
/
lp_jit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallivm,draw,llvmpipe: Support wider native registers.
José Fonseca
2012-07-17
1
-5
/
+3
*
draw,llvmpipe: Avoid named struct types on LLVM 3.0 and later.
José Fonseca
2012-05-16
1
-10
/
+2
*
llvmpipe: fix build with LLVM 3.0svn
Tobias Droste
2011-07-19
1
-4
/
+15
*
llvmpipe: Take the sampler view's first_level into account when sampling.
Fabian Bieler
2011-04-08
1
-0
/
+4
*
llvmpipe: Remove unnecessary headers.
Vinson Lee
2010-12-22
1
-2
/
+0
*
gallivm/llvmpipe: squash merge of the llvm-context branch
Brian Paul
2010-11-30
1
-71
/
+60
*
llvmpipe: Remove unnecessary header.
Vinson Lee
2010-10-21
1
-1
/
+0
*
llvmpipe/draw: always enable LLVMAddInstructionCombiningPass()
Brian Paul
2010-10-20
1
-7
/
+1
*
llvmpipe: Do not dispose the execution engine.
José Fonseca
2010-10-12
1
-3
/
+0
*
llvmpipe: make texture border_color dynamic state
Brian Paul
2010-09-24
1
-2
/
+5
*
llvmpipe: make min/max lod and lod bias dynamic state
Brian Paul
2010-09-24
1
-0
/
+15
*
llvmpipe: pass mask into fragment shader
Keith Whitwell
2010-07-13
1
-16
/
+0
*
llvmpipe: Remove unnecessary headers.
Vinson Lee
2010-05-15
1
-1
/
+0
*
llvmpipe: Use GALLIVM_DEBUG opt where applicable.
José Fonseca
2010-05-15
1
-2
/
+4
*
llvmpipe: Enable mem2reg pass even with LP_DEBUG=nopt.
José Fonseca
2010-05-12
1
-0
/
+5
*
llvmpipe: predicate LLVMDumpModule() on DEBUG_JIT
Brian Paul
2010-05-04
1
-3
/
+2
*
Reorder LLVM passes, running mem2reg earlier.
Török Edwin
2010-05-03
1
-2
/
+2
*
gallivm: Centralize the cpu caps detection.
José Fonseca
2010-04-24
1
-9
/
+0
*
llvmpipe: get 3D texture image stride from an array rather than computing it
Brian Paul
2010-04-19
1
-1
/
+6
*
Merge the lp-surface-tiling branch into master.
Brian Paul
2010-04-16
1
-2
/
+2
*
gallivm: Move the global LLVM objects (module, engine, provider, target) into...
José Fonseca
2010-04-06
1
-13
/
+4
*
gallivm/llvmpipe: simplify front/back stencil ref value handling
Brian Paul
2010-03-18
1
-3
/
+7
*
llvmpipe: use new LP_JIT_CTX_ enums for jit context field positions
Brian Paul
2010-03-17
1
-19
/
+28
*
llvmpipe: added stencil ref values to jit context state
Brian Paul
2010-03-17
1
-12
/
+15
*
llvmpipe: break lines
Brian Paul
2010-03-17
1
-1
/
+2
*
gallivm/llvmpipe: replace 'int stride' with 'int row_stride[MAX_LEVELS]'
Brian Paul
2010-03-11
1
-3
/
+4
*
llvmpipe/gallivm: checkpoint: array of pointers to mipmap levels
Brian Paul
2010-03-08
1
-1
/
+3
*
llvmpipe: added code to set texture depth, max mipmap levels info
Brian Paul
2010-03-05
1
-1
/
+9
*
llvmpipe: Centralize LLVM initialization.
José Fonseca
2010-03-03
1
-2
/
+2
*
llvmpipe: Remove unnecessary headers.
Vinson Lee
2010-02-10
1
-1
/
+0
*
llvmpipe: include gallivm/lp_bld_misc.h
Brian Paul
2010-02-08
1
-0
/
+1
*
llvmpipe: export the tgsi translation code to a common layer
Zack Rusin
2010-02-08
1
-1
/
+1
*
Merge remote branch 'origin/master' into lp-binning
José Fonseca
2010-01-31
1
-1
/
+0
|
\
|
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-1
/
+0
|
|
\
|
|
*
llvmpipe: Remove unnecessary headers.
Vinson Lee
2010-01-21
1
-1
/
+0
*
|
|
llvmpipe: added debug option to disable LLVM optimization passes
Brian Paul
2010-01-27
1
-13
/
+17
*
|
|
llvmpipe: implement scissor testing
Brian Paul
2010-01-14
1
-5
/
+16
|
/
/
*
|
llvmpipe: Remove TGSI sampler pointers from JIT context too.
José Fonseca
2010-01-07
1
-9
/
+6
*
|
llvmpipe: Remove more loose ends of TGSI exec sampling.
José Fonseca
2010-01-07
1
-18
/
+0
*
|
llvmpipe: Fake missing SSSE3 when simulation less capabable machines.
José Fonseca
2009-11-26
1
-0
/
+1
*
|
llvmpipe: Use assert instead of abort. Only verify functions on debug builds.
José Fonseca
2009-11-24
1
-1
/
+1
|
/
*
llvmpipe: Make sure the JIT engine and X86 target are linked on MSVC build.
José Fonseca
2009-10-28
1
-2
/
+1
*
llvmpipe: Workaround for bug in llvm 2.5.
José Fonseca
2009-09-29
1
-1
/
+14
*
llvmpipe: Emit SSE intrinsics based on runtime cpu capability check.
José Fonseca
2009-09-29
1
-0
/
+3
*
llvmpipe: Allow building with LLVM 2.6 too.
José Fonseca
2009-09-26
1
-0
/
+5
*
llvmpipe: Make the code portable for MinGW.
José Fonseca
2009-09-16
1
-1
/
+1
*
llvmpipe: Code generate the texture sampling inside the shader.
José Fonseca
2009-09-07
1
-1
/
+36
*
llvmpipe: Isolate sampling from TGSI translation.
José Fonseca
2009-08-29
1
-2
/
+1
*
llvmpipe: Pre-declare fetch_texel.
José Fonseca
2009-08-29
1
-2
/
+22
*
llvmpipe: Pass the alpha ref value and blend color in the jit context.
José Fonseca
2009-08-29
1
-1
/
+7
[next]