s/Tungsten Graphics/VMware/
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_tgsi_soa.c
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2014-01-16 Zack Rusinllvmpipe: do constant buffer bounds checking in shaders
2013-11-21 Vinson Leegallivm: Ignore unknown file type in non-debug builds.
2013-11-19 Si Chengallivm: Fix mask calculation for emit_kill_if.
2013-11-14 José Fonsecagallivm: Compile flag to debug TGSI execution through...
2013-11-14 Roland Scheideggergallivm,llvmpipe: fix float->srgb conversion to handle...
2013-11-08 Roland Scheideggergallivm: deduplicate some indirect register address...
2013-11-06 Roland Scheideggergallivm: fix indirect addressing of inputs
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-14 Roland Scheideggergallivm: already pass coords in the right place in...
2013-08-12 Roland Scheideggergallivm: fix exec_mask interaction with geometry shader...
2013-08-12 Roland Scheideggergallivm: simplify geometry shader mask handling a bit
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-27 Roland Scheideggergallivm: handle texel swizzles correctly for d3d10...
2013-07-19 Zack Rusingallivm: handle nan's in min/max
2013-07-12 Brian Paultgsi: rename the TGSI fragment kill opcodes
2013-07-12 Brian Paultgsi: fix-up KILP comments
2013-07-04 Roland Scheideggergallivm: do per-pixel lod calculations for explicit lod
2013-07-02 José Fonsecagallivm: Fix indirect immediate registers.
2013-06-12 Roland Scheideggergallivm: (trivial) remove duplicated code block (includ...
2013-05-14 Zack Rusingallivm/soa: implement indirect addressing in immediates
2013-04-27 Zack Rusingallivm: fix indirect addressing of temps in soa mode
2013-04-22 José Fonsecagallivm: Fix assignment of unsigned values to OUT register.
2013-04-20 Roland Scheideggergallivm: implement switch opcode
2013-04-20 Roland Scheideggergallivm: use uint build context for mask instead of...
2013-04-20 Roland Scheideggergallivm/tgsi: fix up breakc
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-17 José Fonsecagallium: Disambiguate TGSI_OPCODE_IF.
2013-04-17 José Fonsecagallium: Eliminate TGSI_OPCODE_IFC.
2013-04-10 Zack Rusingallivm/tgsi: handle untyped moves
2013-04-10 Zack Rusingallivm: fix loops and conditionals within GS
2013-04-10 Zack Rusingallivm: fix breakc
2013-04-03 Roland Scheideggergallivm: honor explicit derivatives values for cube...
2013-04-03 Zack Rusindraw: Implement support for primitive id
2013-04-03 Zack Rusingallivm: cleanup the gs interface
2013-04-01 Adam Jacksongallivm: Minor comment cleanup
2013-03-27 Zack Rusingallivm: Implement the breakc instruction
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-03-19 Christian Königtgsi: use separate structure for indirect address v2
2013-03-11 Roland Scheideggergallivm: clean up passing derivatives around
2013-02-20 Roland Scheideggergallivm: fix indirect src register fetches requiring...
2013-02-16 Roland Scheideggergallivm/tgsi: fix issues with sample opcodes
2013-02-12 Roland Scheideggergallium: fix tgsi SAMPLE_L opcode to use separate sourc...
2013-02-09 Roland Scheideggergallivm: fix up size queries for dx10 sviewinfo opcode
2013-02-09 Roland Scheideggergallivm: hook up dx10 sampling opcodes
2013-01-28 Roland Scheideggergallivm: split sampler and texture state
2012-12-07 José Fonsecagallivm: Allow indirection from TEMP registers too.
2012-12-07 José Fonsecagallivm,llvmpipe,draw: Support multiple constant buffers.
2012-11-29 Roland Scheideggergallivm: fix a trivial txq issue for 2d shadow and...
2012-11-29 Roland Scheideggergallivm: support array textures
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 José FonsecaFix fetching integer inputs.
2012-05-17 Olivier Galibertllvmpipe: Implement TXQ.
2012-04-25 José Fonsecagallivm: Use lp_build_alloca instead of LLVMBuildAlloca...
2012-04-03 James Bentongallivm: Maximum loop iterations
2012-02-21 José Fonsecagallivm: Fix TGSI_OPCODE_ARR's translation.
2012-02-17 Dave Airliegallivm: fetch immediates to correct type (v2)
2012-02-17 Dave Airliegallivm: enable stores of integer types. (v2) + fix ARL
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-02-17 Dave Airliegallivm: fix build gather to take a bld context
2012-02-17 Dave Airliegallivm: pass build context to exec_mask_store.
2012-01-30 Tom Stellardgallivm: Add a new interface for doing TGSI->LLVM conve...
2012-01-30 Tom Stellardgallium: Move duplicated helper macros to tgsi_exec.h
2012-01-30 Tom Stellardgallium: Unify defines of CHAN_[XYZW] in tgsi_exec.h
2011-10-16 José Fonsecagallivm: Eliminate tgsi_util_get_full_src_register_sign...
2011-09-10 Marek Olšákgallium: add shadow 1D and 2D array samplers to TGSI
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-04-27 Marek Olšákgallivm: fix warning: ‘value’ may be used uninitialized...
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-12-03 Brian Paulgallivm: fix null builder pointers
2010-12-03 Brian Paulgallivm/llvmpipe: remove lp_build_context::builder
2010-11-30 Brian Paulgallivm/llvmpipe: squash merge of the llvm-context...
2010-11-30 Zack Rusingallivm: fix storing of the addr register
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-10 Zack Rusingallivm: implement indirect addressing over inputs
2010-11-09 José Fonsecagallivm: Allocate TEMP/OUT arrays only once.
2010-11-09 Zack Rusingallivm: implement indirect addressing of the output...
2010-11-05 Brian Paulgallivm: add const qualifiers, fix comment string
2010-11-05 Brian Paulgallivm: alloca() was called too often for temporary...
2010-11-04 Brian Paulgallivm: implement execution mask for scatter stores
2010-11-04 Brian Paulgallivm: add pixel offsets in scatter stores
2010-11-04 Brian Paulgallivm: added debug code to dump temp registers
next