aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_jit.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: drop LLVM < 3.4 supportEric Engestrom2020-01-221-4/+0
* llvmpipe/gallivm: add kernel inputsDave Airlie2019-12-271-0/+5
* gallium: Require LLVM >= 3.4Adam Jackson2019-09-111-4/+0
* llvmpipe: replace more complex 3.x version check with LLVM_VERSION_MAJOR/MINOREric Engestrom2019-09-061-2/+3
* gallivm: add compute jit interface.Dave Airlie2019-09-041-0/+99
* llvmpipe: reogranise jit pointer orderingDave Airlie2019-09-041-15/+15
* llvmpipe: introduce image jit type to fragment shader jit.Dave Airlie2019-08-271-1/+43
* gallivm: move first/last level jit texture members.Dave Airlie2019-08-271-6/+6
* llvmpipe: refactor jit type creationDave Airlie2019-08-271-76/+87
* llvmpipe: add support for ssbo to the fragment shader jit.Dave Airlie2019-07-071-1/+10
* llvmpipe: improve rasterization discard logicRoland Scheidegger2018-05-231-0/+1
* llvmpipe: Use LLVMDumpModule, not DumpModule.Bas Nieuwenhuizen2017-01-291-1/+1
* various: Fix missing DumpModule with recent LLVM.Bas Nieuwenhuizen2017-01-291-1/+7
* 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