gallivm: rework lp_build_tgsi_soa to take a struct
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_tgsi.h
2019-07-23 Dave Airliegallivm: rework lp_build_tgsi_soa to take a struct
2019-07-07 Dave Airliegallivm: add buffer operations to the tgsi->llvm conver...
2019-07-07 Dave Airliegallivm: add ssbo pointers to the soa build api.
2018-02-01 Brian Paulgallivm/llvmpipe: add const qualifiers on sampler variables
2017-09-29 Nicolai Hähnlegallivm: add dst register index to lp_build_tgsi_contex...
2017-04-01 Samuel Pitoisetgallivm: add lp_build_emit_fetch_src() helper
2017-03-31 Marek Olšákgallium: remove support for predicates from TGSI (v2)
2016-09-21 Dave Airliegallivm/llvmpipe: prepare support for ARB_gpu_shader_int64.
2016-06-13 Jan Veselygallivm: Fix trivial sign warnings
2016-04-18 Dave Airliegallivm: convert size query to using a set of parameters.
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-03 Tim Rowleygallium/auxilary: more __cplusplus exports
2015-11-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-04 Roland Scheideggerllvmpipe: add cache for compressed textures
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-07-01 Dave Airliegallivm: add fp64 support. (v2.1)
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-23 Dave Airliedraw/gallivm: add invocation ID support for llvmpipe.
2015-03-31 Roland Scheideggergallivm: simplify sampler interface
2015-03-27 Roland Scheideggergallivm: pass jit_context pointer through to sampling
2014-12-16 Roland Scheideggerdraw: implement support for the VERTEXID_NOBASE and...
2014-09-20 Roland Scheideggergallivm: add information about different sampler/view...
2014-09-16 Roland Scheideggergallivm: handle SAMPLE opcode in aos sampling
2014-05-14 Roland Scheideggergallivm: only fetch pointers to constant buffers once
2014-02-06 Zack Rusingallivm: handle huge number of immediates
2014-02-06 Zack Rusingallivm: allow large numbers of temporaries
2014-02-03 Zack Rusingallivm: fix opcode and function nesting
2014-02-02 Brian Paulgallivm: add a few const qualifiers
2014-01-16 Zack Rusinllvmpipe: do constant buffer bounds checking in shaders
2013-11-14 José Fonsecagallivm: Compile flag to debug TGSI execution through...
2013-09-06 Zack Rusingallivm: support indirect registers on both dimensions
2013-08-20 Roland Scheideggergallivm: implement better control of per-quad/per-eleme...
2013-08-09 Roland Scheideggergallivm: use texture target from shader instead of...
2013-08-08 Roland Scheideggergallivm: propagate scalar_lod to emit_size_query too
2013-07-04 Roland Scheideggergallivm: do per-pixel lod calculations for explicit lod
2013-05-14 Zack Rusingallivm/soa: implement indirect addressing in immediates
2013-04-20 Roland Scheideggergallivm: implement switch opcode
2013-04-18 José Fonsecagallivm: Drop pos arg from lp_build_tgsi_soa.
2013-04-17 Zack Rusingallivm/gs: fix indirect addressing in geometry shaders
2013-04-17 Zack Rusindraw/gs: make sure geometry shaders don't overflow
2013-04-17 Zack Rusingallivm/gs: fix the end primitive calls
2013-04-10 Zack Rusingallivm: fix loops and conditionals within GS
2013-04-03 Zack Rusindraw: Implement support for primitive id
2013-04-03 Zack Rusingallivm: cleanup the gs interface
2013-03-27 Zack Rusingallivm: implement implicit primitive flushing
2013-03-27 Zack Rusingallium/llvm: implement geometry shaders in the llvm...
2013-03-19 Roland Scheideggergallivm: fix return opcode handling in main function...
2013-02-16 Roland Scheideggergallivm/tgsi: fix issues with sample opcodes
2013-02-09 Roland Scheideggergallivm: fix up size queries for dx10 sviewinfo opcode
2013-02-09 Roland Scheideggergallivm: hook up dx10 sampling opcodes
2013-02-04 Brian Paulgallivm: implement support for SQRT opcode
2013-01-28 Roland Scheideggergallivm: split sampler and texture state
2012-11-27 Roland Scheideggergallivm,llvmpipe: handle TXF (texelFetch) instruction...
2012-07-17 José Fonsecagallivm,draw,llvmpipe: Support wider native registers.
2012-06-19 Olivier Galibertllvmpipe: Add vertex id support.
2012-06-19 Olivier Galibertllvmpipe: Simplify and fix system variables fetch.
2012-05-17 Olivier Galibertllvmpipe: Implement TXQ.
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-02 James Bentonllvmpipe: Check when a shader does not satisfy 0 <...
2012-04-03 James Bentongallivm: Maximum loop iterations
2012-02-17 Dave Airliegallivm: enable fetch for integer opcodes. (v2)
2012-02-17 Dave Airliegallivm: add uint/int bld to the base builder. (v2)
2012-01-30 Tom Stellardgallivm: Add a new interface for doing TGSI->LLVM conve...
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
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-12-09 Brian Paulgallivm/llvmpipe: implement system values and instanceID
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-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é Fonsecagallivm: Name anonymous union.
2010-10-11 José Fonsecagallivm: More detailed analysis of tgsi shaders.
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-11 José Fonsecagallivm: Use const keyword on swizzles.
2010-09-11 José Fonsecagallivm: Allow to TGSI AoS translation to happen in...
2010-09-11 José Fonsecagallivm: Cleanup the TGSI <-> sampler interface.
2010-09-11 José Fonsecagallivm: Basic AoS TGSI -> LLVM IR.
2010-09-11 José Fonsecagallivm: Move the texture modifiers to the header.
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-12 Brian Paulgallivm/llvmpipe: add const qualifiers
2010-05-04 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-05-04 José Fonsecagallivm: Proper implementation of TXL opcode.
2010-05-04 José Fonsecagallivm: Fix several glitches introduced in the prev...
2010-05-04 José Fonsecagallivm: Implement TXD.
2010-05-02 Kristian HøgsbergMerge branch 'gles2-2'
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 Zack Rusingallivm: implement indirect addressing over temporaries
next