summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_jit.c
Commit message (Expand)AuthorAgeFilesLines
* gallivm: refactor common resources out of contextsDave Airlie2023-05-171-69/+5
* llvmpipe: refactor fs/cs jit structure members.Dave Airlie2023-05-171-23/+21
* gallium: consolidate jit image types between draw/llvmpipeDave Airlie2023-04-291-46/+2
* gallivm: consolidate llvmpipe/draw sampler types.Dave Airlie2023-04-291-38/+2
* gallivm: consolidate draw/lp texture type.Dave Airlie2023-04-291-64/+2
* lp_jit: use pipe max for the lp_jit texture levels.Dave Airlie2023-04-291-1/+1
* llvmpipe: rename some vars related to occlusion query and ps invocationsBrian Paul2023-04-051-2/+2
* llvmpipe/fs/linear: port to explicit pointers.Dave Airlie2022-10-031-0/+4
* llvmpipe/cs: convert cs thread data to opaque friendly apiDave Airlie2022-09-291-0/+1
* llvmpipe/cs: convert cs context to opaque friendly apiDave Airlie2022-09-291-0/+1
* llvmpipe/fs: convert linear context to opaque pointers friendlyDave Airlie2022-09-291-0/+1
* llvmpipe/fs: convert thread data ptr to opaque ptr friendly apisDave Airlie2022-09-291-0/+1
* llvmpipe/fs: start passing explicit context pointer type.Dave Airlie2022-09-291-0/+1
* llvmpipe/gallivm/draw: introduce a buffer type.Dave Airlie2022-08-041-27/+9
* llvmpipe: Add a linear rasterizer optimized for 2D rendering.Jose Fonseca2021-07-211-0/+70
* llvmpipe: add support for max aniso query.Dave Airlie2021-07-211-1/+5
* llvmpipe: add filter table shader accessorDave Airlie2021-07-211-0/+9
* llvmpipe: add view index support to rasterizerDave Airlie2021-03-121-0/+1
* llvmpipe/jit: pass fragment sample mask via jit context.Dave Airlie2020-05-061-0/+4
* llvmpipe: add samples support to image jitDave Airlie2020-05-061-1/+9
* llvmpipe: add num_samples/sample_stride support to jit texturesDave Airlie2020-05-061-0/+8
* 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