gallivm: Fix GCC unused-variable warning.
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_tgsi_soa.c
2015-07-31 Vinson Leegallivm: Fix GCC unused-variable warning.
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-07-01 Dave Airliegallivm: add fp64 support. (v2.1)
2015-06-23 Dave Airliedraw/gallivm: add invocation ID support for llvmpipe.
2015-05-20 Marek Olšákgallium: remove TGSI_SAT_MINUS_PLUS_ONE
2015-04-08 Roland Scheideggergallivm: don't use control flow when doing indirect...
2015-03-31 Roland Scheideggergallivm: implement TG4 for ARB_texture_gather
2015-03-31 Roland Scheideggergallivm: add gather support to sampler interface
2015-03-31 Roland Scheideggergallivm: simplify sampler interface
2015-03-27 Roland Scheideggergallivm: pass jit_context pointer through to sampling
2015-01-05 Brian Paulgallivm: silence a couple compiler warnings
2014-12-16 Roland Scheideggerdraw: implement support for the VERTEXID_NOBASE and...
2014-11-24 Eric Anholtgallium: Drop the NRM and NRM4 opcodes.
2014-10-04 Marek Olšáktgsi: change tgsi_shader_info::properties to a one...
2014-10-04 Marek Olšáktgsi: simplify shader properties in tgsi_shader_info
2014-08-29 Roland Scheideggergallivm: handle cube map arrays for texture sampling
2014-08-08 Darius Goadgallivm: Handle MSAA textures in emit_fetch_texels
2014-08-08 Roland Scheideggerdraw: hack around weird primitive id input in gs
2014-08-05 Roland Scheideggergallivm: fix cube map array (and cube map shadow with...
2014-06-18 Marek Olšákgallium: implement ARB_texture_query_levels
2014-05-14 Roland Scheideggergallivm: only fetch pointers to constant buffers once
2014-04-24 José Fonsecagallivm: Fix wrong operator in lp_exec_default.
2014-03-26 Zack Rusindraw/llvm: improve debugging output a bit
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-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
next