aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.c
Commit message (Expand)AuthorAgeFilesLines
* gallivm: add a version of log2 which handles edge casesZack Rusin2013-07-191-3/+3
* gallivm: handle nan's in min/maxZack Rusin2013-07-191-4/+8
* gallium: fixup definitions of the rsq and sqrtZack Rusin2013-07-111-5/+0
* gallivm: Eliminate redundant lp_build_select calls.José Fonseca2013-07-121-12/+2
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-121-4/+4
* tgsi: fix operand type of TGSI_OPCODE_NOTChia-I Wu2013-05-081-1/+1
* gallivm: implement switch opcodeRoland Scheidegger2013-04-201-0/+2
* gallium: Disambiguate TGSI_OPCODE_IF.José Fonseca2013-04-171-0/+1
* gallivm: fix unsigned divide and remainder opcodesZack Rusin2013-04-101-4/+33
* llvmpipe: implement ucmpZack Rusin2013-04-041-0/+21
* gallivm: Implement the breakc instructionZack Rusin2013-03-271-0/+1
* gallivm: implement support for SQRT opcodeBrian Paul2013-02-041-0/+33
* gallivm: Lower TGSI_OPCODE_MUL to fmul by defaultTom Stellard2012-12-101-2/+3
* gallivm: Have a default emit function for min/max opcodeVincent Lejeune2012-12-051-0/+29
* gallivm: have a default emit function for fdiv/rcpVincent Lejeune2012-12-051-0/+25
* u2f_emit: Fix type parameter in LLVM call.Olivier Galibert2012-06-261-1/+1
* gallium: Add TGSI_OPCODE_F2U to gallivm backend.Paul Berry2012-06-151-0/+13
* gallivm: Fix copy'n'paste typo bug translating CEIL opcode.José Fonseca2012-05-111-2/+2
* gallivm: implement iabs/issg opcode.Dave Airlie2012-05-091-0/+25
* gallivm: add major integer opcodes to the tgsi action handlerDave Airlie2012-02-281-1/+382
* gallivm: Fix TGSI_OPCODE_ARR's translation.José Fonseca2012-02-211-2/+14
* gallivm: enable stores of integer types. (v2) + fix ARLDave Airlie2012-02-171-1/+15
* gallivm: Don't use C99 member initializers.José Fonseca2012-01-301-26/+26
* gallivm: Move declaration before code.José Fonseca2012-01-301-2/+2
* gallivm: Add a new interface for doing TGSI->LLVM conversionsTom Stellard2012-01-301-0/+1182