Age | Commit message (Expand) | Author | Files | Lines |
2017-01-29 | llvmpipe: Use LLVMDumpModule, not DumpModule. | Bas Nieuwenhuizen | 1 | -1/+1 |
2017-01-29 | various: Fix missing DumpModule with recent LLVM. | Bas Nieuwenhuizen | 1 | -1/+7 |
2016-04-27 | llvmpipe: s/Elements/ARRAY_SIZE/ | Brian Paul | 1 | -5/+5 |
2015-11-04 | llvmpipe: add cache for compressed textures | Roland Scheidegger | 1 | -0/+3 |
2014-09-26 | gallivm: More fallout from disabling with LLVM 3.6 | Michel Dänzer | 1 | -2/+2 |
2014-05-14 | gallivm,draw,llvmpipe: Remove support for versions of LLVM prior to 3.1. | José Fonseca | 1 | -28/+0 |
2014-01-16 | llvmpipe: do constant buffer bounds checking in shaders | Zack Rusin | 1 | -1/+6 |
2013-12-09 | llvmpipe: clamp fragment shader depth write to the current viewport depth range. | Matthew McClure | 1 | -8/+40 |
2013-06-19 | llvmpipe: use 64bit counter for occlusion queries | Roland Scheidegger | 1 | -1/+1 |
2013-02-08 | llvmpipe: refactoring of visibility counter handling | Roland Scheidegger | 1 | -0/+19 |
2013-01-28 | gallivm: split sampler and texture state | Roland Scheidegger | 1 | -17/+37 |
2012-12-07 | gallivm,llvmpipe,draw: Support multiple constant buffers. | José Fonseca | 1 | -1/+2 |
2012-11-28 | llvmpipe: Unswizzled rendering. | James Benton | 1 | -3/+7 |
2012-11-12 | gallivm,draw,llvmpipe: use base ptr + mip offsets instead of mip pointers | Roland Scheidegger | 1 | -6/+8 |
2012-07-17 | gallivm,draw,llvmpipe: Support wider native registers. | José Fonseca | 1 | -5/+3 |
2012-05-16 | draw,llvmpipe: Avoid named struct types on LLVM 3.0 and later. | José Fonseca | 1 | -10/+2 |
2011-07-19 | llvmpipe: fix build with LLVM 3.0svn | Tobias Droste | 1 | -4/+15 |
2011-04-08 | llvmpipe: Take the sampler view's first_level into account when sampling. | Fabian Bieler | 1 | -0/+4 |
2010-12-22 | llvmpipe: Remove unnecessary headers. | Vinson Lee | 1 | -2/+0 |
2010-11-30 | gallivm/llvmpipe: squash merge of the llvm-context branch | Brian Paul | 1 | -71/+60 |
2010-10-21 | llvmpipe: Remove unnecessary header. | Vinson Lee | 1 | -1/+0 |
2010-10-20 | llvmpipe/draw: always enable LLVMAddInstructionCombiningPass() | Brian Paul | 1 | -7/+1 |
2010-10-12 | llvmpipe: Do not dispose the execution engine. | José Fonseca | 1 | -3/+0 |
2010-09-24 | llvmpipe: make texture border_color dynamic state | Brian Paul | 1 | -2/+5 |
2010-09-24 | llvmpipe: make min/max lod and lod bias dynamic state | Brian Paul | 1 | -0/+15 |
2010-07-13 | llvmpipe: pass mask into fragment shader | Keith Whitwell | 1 | -16/+0 |
2010-05-15 | llvmpipe: Remove unnecessary headers. | Vinson Lee | 1 | -1/+0 |
2010-05-15 | llvmpipe: Use GALLIVM_DEBUG opt where applicable. | José Fonseca | 1 | -2/+4 |
2010-05-12 | llvmpipe: Enable mem2reg pass even with LP_DEBUG=nopt. | José Fonseca | 1 | -0/+5 |
2010-05-04 | llvmpipe: predicate LLVMDumpModule() on DEBUG_JIT | Brian Paul | 1 | -3/+2 |
2010-05-03 | Reorder LLVM passes, running mem2reg earlier. | Török Edwin | 1 | -2/+2 |
2010-04-24 | gallivm: Centralize the cpu caps detection. | José Fonseca | 1 | -9/+0 |
2010-04-19 | llvmpipe: get 3D texture image stride from an array rather than computing it | Brian Paul | 1 | -1/+6 |
2010-04-16 | Merge the lp-surface-tiling branch into master. | Brian Paul | 1 | -2/+2 |
2010-04-06 | gallivm: Move the global LLVM objects (module, engine, provider, target) into... | José Fonseca | 1 | -13/+4 |
2010-03-18 | gallivm/llvmpipe: simplify front/back stencil ref value handling | Brian Paul | 1 | -3/+7 |
2010-03-17 | llvmpipe: use new LP_JIT_CTX_ enums for jit context field positions | Brian Paul | 1 | -19/+28 |
2010-03-17 | llvmpipe: added stencil ref values to jit context state | Brian Paul | 1 | -12/+15 |
2010-03-17 | llvmpipe: break lines | Brian Paul | 1 | -1/+2 |
2010-03-11 | gallivm/llvmpipe: replace 'int stride' with 'int row_stride[MAX_LEVELS]' | Brian Paul | 1 | -3/+4 |
2010-03-08 | llvmpipe/gallivm: checkpoint: array of pointers to mipmap levels | Brian Paul | 1 | -1/+3 |
2010-03-05 | llvmpipe: added code to set texture depth, max mipmap levels info | Brian Paul | 1 | -1/+9 |
2010-03-03 | llvmpipe: Centralize LLVM initialization. | José Fonseca | 1 | -2/+2 |
2010-02-10 | llvmpipe: Remove unnecessary headers. | Vinson Lee | 1 | -1/+0 |
2010-02-08 | llvmpipe: include gallivm/lp_bld_misc.h | Brian Paul | 1 | -0/+1 |
2010-02-08 | llvmpipe: export the tgsi translation code to a common layer | Zack Rusin | 1 | -1/+1 |
2010-01-31 | Merge remote branch 'origin/master' into lp-binning | José Fonseca | 1 | -1/+0 |
2010-01-27 | llvmpipe: added debug option to disable LLVM optimization passes | Brian Paul | 1 | -13/+17 |
2010-01-22 | Merge branch 'mesa_7_7_branch' | Brian Paul | 1 | -1/+0 |
2010-01-21 | llvmpipe: Remove unnecessary headers. | Vinson Lee | 1 | -1/+0 |