summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_jit.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: s/Elements/ARRAY_SIZE/Brian Paul2016-04-271-5/+5
* llvmpipe: add cache for compressed texturesRoland Scheidegger2015-11-041-0/+3
* gallivm: More fallout from disabling with LLVM 3.6Michel Dänzer2014-09-261-2/+2
* gallivm,draw,llvmpipe: Remove support for versions of LLVM prior to 3.1.José Fonseca2014-05-141-28/+0
* llvmpipe: do constant buffer bounds checking in shadersZack Rusin2014-01-161-1/+6
* llvmpipe: clamp fragment shader depth write to the current viewport depth range.Matthew McClure2013-12-091-8/+40
* llvmpipe: use 64bit counter for occlusion queriesRoland Scheidegger2013-06-191-1/+1
* llvmpipe: refactoring of visibility counter handlingRoland Scheidegger2013-02-081-0/+19
* gallivm: split sampler and texture stateRoland Scheidegger2013-01-281-17/+37
* gallivm,llvmpipe,draw: Support multiple constant buffers.José Fonseca2012-12-071-1/+2
* llvmpipe: Unswizzled rendering.James Benton2012-11-281-3/+7
* gallivm,draw,llvmpipe: use base ptr + mip offsets instead of mip pointersRoland Scheidegger2012-11-121-6/+8
* gallivm,draw,llvmpipe: Support wider native registers.José Fonseca2012-07-171-5/+3
* draw,llvmpipe: Avoid named struct types on LLVM 3.0 and later.José Fonseca2012-05-161-10/+2
* llvmpipe: fix build with LLVM 3.0svnTobias Droste2011-07-191-4/+15
* llvmpipe: Take the sampler view's first_level into account when sampling.Fabian Bieler2011-04-081-0/+4
* llvmpipe: Remove unnecessary headers.Vinson Lee2010-12-221-2/+0
* gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-301-71/+60
* llvmpipe: Remove unnecessary header.Vinson Lee2010-10-211-1/+0
* llvmpipe/draw: always enable LLVMAddInstructionCombiningPass()Brian Paul2010-10-201-7/+1
* llvmpipe: Do not dispose the execution engine.José Fonseca2010-10-121-3/+0
* llvmpipe: make texture border_color dynamic stateBrian Paul2010-09-241-2/+5
* llvmpipe: make min/max lod and lod bias dynamic stateBrian Paul2010-09-241-0/+15
* llvmpipe: pass mask into fragment shaderKeith Whitwell2010-07-131-16/+0
* llvmpipe: Remove unnecessary headers.Vinson Lee2010-05-151-1/+0
* llvmpipe: Use GALLIVM_DEBUG opt where applicable.José Fonseca2010-05-151-2/+4
* llvmpipe: Enable mem2reg pass even with LP_DEBUG=nopt.José Fonseca2010-05-121-0/+5
* llvmpipe: predicate LLVMDumpModule() on DEBUG_JITBrian Paul2010-05-041-3/+2
* Reorder LLVM passes, running mem2reg earlier.Török Edwin2010-05-031-2/+2
* gallivm: Centralize the cpu caps detection.José Fonseca2010-04-241-9/+0
* llvmpipe: get 3D texture image stride from an array rather than computing itBrian Paul2010-04-191-1/+6
* Merge the lp-surface-tiling branch into master.Brian Paul2010-04-161-2/+2
* gallivm: Move the global LLVM objects (module, engine, provider, target) into...José Fonseca2010-04-061-13/+4
* gallivm/llvmpipe: simplify front/back stencil ref value handlingBrian Paul2010-03-181-3/+7
* llvmpipe: use new LP_JIT_CTX_ enums for jit context field positionsBrian Paul2010-03-171-19/+28
* llvmpipe: added stencil ref values to jit context stateBrian Paul2010-03-171-12/+15
* llvmpipe: break linesBrian Paul2010-03-171-1/+2
* gallivm/llvmpipe: replace 'int stride' with 'int row_stride[MAX_LEVELS]'Brian Paul2010-03-111-3/+4
* llvmpipe/gallivm: checkpoint: array of pointers to mipmap levelsBrian Paul2010-03-081-1/+3
* llvmpipe: added code to set texture depth, max mipmap levels infoBrian Paul2010-03-051-1/+9
* llvmpipe: Centralize LLVM initialization.José Fonseca2010-03-031-2/+2
* llvmpipe: Remove unnecessary headers.Vinson Lee2010-02-101-1/+0
* llvmpipe: include gallivm/lp_bld_misc.hBrian Paul2010-02-081-0/+1
* llvmpipe: export the tgsi translation code to a common layerZack Rusin2010-02-081-1/+1
* Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-311-1/+0
|\
| * Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-1/+0
| |\
| | * llvmpipe: Remove unnecessary headers.Vinson Lee2010-01-211-1/+0
* | | llvmpipe: added debug option to disable LLVM optimization passesBrian Paul2010-01-271-13/+17
* | | llvmpipe: implement scissor testingBrian Paul2010-01-141-5/+16
|/ /
* | llvmpipe: Remove TGSI sampler pointers from JIT context too.José Fonseca2010-01-071-9/+6