gallivm: add a version of log2 which handles edge cases
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_tgsi_action.c
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...