aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c
Commit message (Expand)AuthorAgeFilesLines
* gallivm/llvmpipe: add const qualifiers on sampler variablesBrian Paul2018-02-011-1/+1
* gallium: use tgsi_get_opcode_name instead of tgsi_opcode_info::mnemonicNicolai Hähnle2017-08-231-1/+1
* gallium: remove TGSI opcode SCSMarek Olšák2017-08-221-3/+0
* gallium: remove TGSI opcode XPDMarek Olšák2017-08-221-3/+0
* gallium: remove TGSI opcode DPHMarek Olšák2017-08-221-3/+0
* gallium: remove TGSI opcode DP2AMarek Olšák2017-08-221-3/+0
* gallium: remove TGSI opcodes PUSHA, POPA, SAD, TXQ_LZMarek Olšák2017-08-221-17/+0
* gallium: remove support for predicates from TGSI (v2)Marek Olšák2017-04-011-46/+0
* gallium: remove TGSI_OPCODE_CLAMPMarek Olšák2017-02-181-8/+0
* gallium: remove TGSI_OPCODE_SUBMarek Olšák2017-01-051-6/+0
* gallium: remove TGSI_OPCODE_ABSMarek Olšák2017-01-051-1/+1
* gallium: remove TGSI_SAT_MINUS_PLUS_ONEMarek Olšák2015-05-201-15/+1
* gallivm: Removed unused variable.José Fonseca2014-11-261-1/+1
* gallium: Drop the unused CND opcode.Eric Anholt2014-11-241-9/+0
* gallium: Drop unused BRA opcode.Eric Anholt2014-11-241-6/+0
* gallium: Drop the unused SFL/STR opcodes.Eric Anholt2014-11-241-8/+0
* gallium: Drop the unused RFL opcode.Eric Anholt2014-11-241-3/+0
* gallium: Drop unused X2D opcode.Eric Anholt2014-11-241-6/+0
* gallium: Drop the unused ARA opcode.Eric Anholt2014-11-241-6/+0
* gallium: Drop the unused RCC opcode.Eric Anholt2014-11-241-5/+0
* gallium: Drop the NRM and NRM4 opcodes.Eric Anholt2014-11-241-5/+0
* gallivm: handle SAMPLE opcode in aos samplingRoland Scheidegger2014-09-161-13/+48
* gallivm: handle huge number of immediatesZack Rusin2014-02-051-1/+1
* gallivm: allow large numbers of temporariesZack Rusin2014-02-051-1/+1
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-121-4/+2
* gallium: Disambiguate TGSI_OPCODE_IF.José Fonseca2013-04-171-0/+1
* gallivm: clean up passing derivatives aroundRoland Scheidegger2013-03-121-14/+7
* gallivm: fix mis-matching AOS instruction emissionMaxence Le Doré2013-02-271-1/+1
* llvmpipe: Unswizzled rendering.James Benton2012-11-281-2/+2
* gallivm: Updated lp_build_const_mask_aos to input number of channels.James Benton2012-11-281-0/+1
* llvmpipe: remove unused variables to fix compile warningsMarek Olšák2012-10-091-4/+2
* gallivm,draw,llvmpipe: Support wider native registers.José Fonseca2012-07-171-4/+6
* gallivm: Added lp_build_const_mask_aos_swizzledJames Benton2012-05-021-2/+4
* gallivm: fixed memory leak in lp_build_tgsi_aosJames Benton2012-05-021-0/+1
* gallivm: enable fetch for integer opcodes. (v2)Dave Airlie2012-02-171-4/+8
* gallivm: add uint/int bld to the base builder. (v2)Dave Airlie2012-02-171-0/+2
* gallivm: Add a new interface for doing TGSI->LLVM conversionsTom Stellard2012-01-301-316/+237
* gallivm: Swizzle constants into the right AoS ordering.Brian Paul2012-01-271-1/+1
* gallivm/llvmpipe: remove lp_build_context::builderBrian Paul2010-12-021-12/+14
* gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-301-26/+21
* gallivm: Silence uninitialized variable warning.Vinson Lee2010-10-211-1/+1
* gallivm: Remove unnecessary header.Vinson Lee2010-09-141-1/+0
* gallivm: Use const keyword on swizzles.José Fonseca2010-09-111-1/+1
* gallivm: Allow to TGSI AoS translation to happen in BGRA ordering.José Fonseca2010-09-111-33/+86
* gallivm: Cleanup the TGSI <-> sampler interface.José Fonseca2010-09-111-3/+2
* gallivm: Basic AoS TGSI -> LLVM IR.José Fonseca2010-09-111-0/+1125