llvmpipe: fix race between draw and setting fragment shader.
[mesa.git] / src / gallium / drivers / llvmpipe / lp_jit.c
2020-05-06 Dave Airliellvmpipe: add samples support to image jit
2020-05-06 Dave Airliellvmpipe: add num_samples/sample_stride support to...
2020-01-22 Eric Engestromllvmpipe: drop LLVM < 3.4 support
2019-12-27 Dave Airliellvmpipe/gallivm: add kernel inputs
2019-09-11 Adam Jacksongallium: Require LLVM >= 3.4
2019-09-06 Eric Engestromllvmpipe: replace more complex 3.x version check with...
2019-09-04 Dave Airliegallivm: add compute jit interface.
2019-09-04 Dave Airliellvmpipe: reogranise jit pointer ordering
2019-08-27 Dave Airliellvmpipe: introduce image jit type to fragment shader...
2019-08-27 Dave Airliegallivm: move first/last level jit texture members.
2019-08-27 Dave Airliellvmpipe: refactor jit type creation
2019-07-07 Dave Airliellvmpipe: add support for ssbo to the fragment shader...
2018-05-23 Roland Scheideggerllvmpipe: improve rasterization discard logic
2017-01-29 Bas Nieuwenhuizenllvmpipe: Use LLVMDumpModule, not DumpModule.
2017-01-29 Bas Nieuwenhuizenvarious: Fix missing DumpModule with recent LLVM.
2016-04-27 Brian Paulllvmpipe: s/Elements/ARRAY_SIZE/
2015-11-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-04 Roland Scheideggerllvmpipe: add cache for compressed textures
2014-09-26 Michel Dänzergallivm: More fallout from disabling with LLVM 3.6
2014-05-14 José Fonsecagallivm,draw,llvmpipe: Remove support for versions...
2014-01-16 Zack Rusinllvmpipe: do constant buffer bounds checking in shaders
2013-12-09 Matthew McClurellvmpipe: clamp fragment shader depth write to the...
2013-06-19 Roland Scheideggerllvmpipe: use 64bit counter for occlusion queries
2013-02-09 Roland Scheideggerllvmpipe: refactoring of visibility counter handling
2013-01-28 Roland Scheideggergallivm: split sampler and texture state
2012-12-07 José Fonsecagallivm,llvmpipe,draw: Support multiple constant buffers.
2012-11-28 James Bentonllvmpipe: Unswizzled rendering.
2012-11-12 Roland Scheideggergallivm,draw,llvmpipe: use base ptr + mip offsets inste...
2012-07-17 José Fonsecagallivm,draw,llvmpipe: Support wider native registers.
2012-05-16 José Fonsecadraw,llvmpipe: Avoid named struct types on LLVM 3.0...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-19 Tobias Drostellvmpipe: fix build with LLVM 3.0svn
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-08 Fabian Bielerllvmpipe: Take the sampler view's first_level into...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2010-12-22 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-22 Vinson Leellvmpipe: Remove unnecessary headers.
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-30 Brian Paulgallivm/llvmpipe: squash merge of the llvm-context...
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-21 Vinson Leellvmpipe: Remove unnecessary header.
2010-10-20 Brian Paulllvmpipe/draw: always enable LLVMAddInstructionCombinin...
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-12 José Fonsecallvmpipe: Do not dispose the execution engine.
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-24 Brian Paulllvmpipe: make texture border_color dynamic state
2010-09-24 Brian Paulllvmpipe: make min/max lod and lod bias dynamic state
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-14 Zack RusinMerge branch 'mesa-2d-registers'
2010-07-13 Keith Whitwellllvmpipe: pass mask into fragment shader
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-21 Keith WhitwellMerge branch 'gallium-front-ccw'
2010-05-12 José Fonsecallvmpipe: Enable mem2reg pass even with LP_DEBUG=nopt.
2010-05-05 Brian Paulllvmpipe: predicate LLVMDumpModule() on DEBUG_JIT
2010-05-04 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-05-03 Török EdwinReorder LLVM passes, running mem2reg earlier.
2010-05-02 Kristian HøgsbergMerge branch 'gles2-2'
2010-05-19 Keith WhitwellMerge commit 'origin/graw-tests'
2010-05-15 Vinson Leellvmpipe: Remove unnecessary headers.
2010-05-15 José Fonsecallvmpipe: Use GALLIVM_DEBUG opt where applicable.
2010-04-24 José Fonsecagallivm: Centralize the cpu caps detection.
2010-04-23 Ian RomanickMerge branch '7.8'
2010-04-23 Jerome GlisseMerge remote branch 'origin/7.8'
2010-04-23 Michel DänzerMerge branch '7.8'
2010-04-22 Brian PaulMerge branch '7.8'
2010-04-20 José FonsecaMerge branch 'gallium-index-bias'
2010-04-20 Dan NicholsonMerge branch '7.8'
2010-04-19 Brian Paulllvmpipe: get 3D texture image stride from an array...
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-28 Jakob BornecrantzMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-27 Brian PaulMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Brian PaulMerge branch '7.8'
2010-04-16 Brian PaulMerge the lp-surface-tiling branch into master.
2010-04-13 Jesse BarnesMerge branch '7.8'
2010-04-11 Maciej CencoraMerge commit 'origin/7.8'
2010-04-09 Brian PaulMerge branch '7.8'
2010-04-08 Dave AirlieMerge remote branch 'origin/7.8'
2010-04-07 Zack RusinMerge branch 'gallium_draw_llvm'
2010-04-06 José Fonsecagallivm: Move the global LLVM objects (module, engine...
2010-04-05 Ian RomanickMerge branch '7.8'
2010-04-04 Ian RomanickMerge branch '7.8'
2010-03-31 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-30 Michel DänzerMerge branch '7.8'
2010-03-26 Michel DänzerMerge branch '7.8'
2010-03-25 Brian PaulMerge branch '7.8'
2010-03-23 Brian PaulMerge branch '7.8'
next