gallium: remove TGSI_OPCODE_ABS
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_tgsi_action.c
2017-01-05 Marek Olšákgallium: remove TGSI_OPCODE_ABS
2016-11-08 Nicolai Hähnlegallivm: fix [IU]MUL_HI regression
2016-11-08 Roland Scheideggergallivm: introduce 32x32->64bit lp_build_mul_32_lohi...
2016-09-21 Dave Airliegallivm/llvmpipe: prepare support for ARB_gpu_shader_int64.
2016-06-10 Jose Fonsecagallivm: Use llvm.fmuladd.*.
2016-02-05 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-02 Roland Scheideggergallivm: add PK2H/UP2H support
2016-02-02 Roland Scheideggergallivm: add PK2H/UP2H support
2016-01-30 Jason EkstrandMerge branch 'vulkan' into 'vulkan'
2016-01-25 Jason EkstrandMerge remote-tracking branch 'mattst88/nir-lower-pack...
2016-01-16 Jeff Muizelaargallivm: avoid crashing in mod by 0 with llvmpipe
2015-10-19 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-17 Marek Olšákgallivm: implement the correct version of LRP
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-06 Roland Scheideggergallivm: fix lp_build_compare_ext
2015-07-01 Dave Airliegallivm: add fp64 support. (v2.1)
2014-11-24 Eric Anholtgallium: Drop the unused CND opcode.
2014-11-24 Eric Anholtgallium: Drop the unused SFL/STR opcodes.
2014-09-23 Roland Scheideggergallivm: fix idiv
2014-09-17 rcondegallivm,tgsi: fix idiv by zero crash
2014-02-05 Roland Scheideggergallivm: fix F2U opcode
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-10-09 Zack Rusinllvmpipe: implement 64 bit mul opcodes in llvmpipe
2013-09-12 José Fonsecallvmpipe: Remove the special path for TGSI_OPCODE_EXP.
2013-08-13 Roland Scheideggergallivm: implement new float comparison instructions...
2013-08-02 Roland Scheideggergallivm: obey clarified shift behavior
2013-07-19 Zack Rusingallivm: add a version of log2 which handles edge cases
2013-07-19 Zack Rusingallivm: handle nan's in min/max
2013-07-12 Zack Rusingallium: fixup definitions of the rsq and sqrt
2013-07-12 José Fonsecagallivm: Eliminate redundant lp_build_select calls.
2013-07-12 Brian Paultgsi: rename the TGSI fragment kill opcodes
2013-05-08 Chia-I Wutgsi: fix operand type of TGSI_OPCODE_NOT
2013-04-20 Roland Scheideggergallivm: implement switch opcode
2013-04-17 José Fonsecagallium: Disambiguate TGSI_OPCODE_IF.
2013-04-10 Zack Rusingallivm: fix unsigned divide and remainder opcodes
2013-04-04 Zack Rusinllvmpipe: implement ucmp
2013-03-27 Zack Rusingallivm: Implement the breakc instruction
2013-02-04 Brian Paulgallivm: implement support for SQRT opcode
2012-12-11 Tom Stellardgallivm: Lower TGSI_OPCODE_MUL to fmul by default
2012-12-05 Vincent Lejeunegallivm: Have a default emit function for min/max opcode
2012-12-05 Vincent Lejeunegallivm: have a default emit function for fdiv/rcp
2012-06-26 Olivier Galibertu2f_emit: Fix type parameter in LLVM call.
2012-06-15 Paul Berrygallium: Add TGSI_OPCODE_F2U to gallivm backend.
2012-05-11 José Fonsecagallivm: Fix copy'n'paste typo bug translating CEIL...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-09 Dave Airliegallivm: implement iabs/issg opcode.
2012-02-28 Dave Airliegallivm: add major integer opcodes to the tgsi action...
2012-02-21 José Fonsecagallivm: Fix TGSI_OPCODE_ARR's translation.
2012-02-17 Dave Airliegallivm: enable stores of integer types. (v2) + fix ARL
2012-01-30 José Fonsecagallivm: Don't use C99 member initializers.
2012-01-30 José Fonsecagallivm: Move declaration before code.
2012-01-30 Tom Stellardgallivm: Add a new interface for doing TGSI->LLVM conve...