freedreno/a3xx: shadow sampler support
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_tgsi_action.c
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...