aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/lp_bld_tgsi.c
Commit message (Expand)AuthorAgeFilesLines
* gallivm: add lp_build_emit_fetch_src() helperSamuel Pitoiset2017-04-011-5/+17
* gallium: remove TGSI_OPCODE_ABSMarek Olšák2017-01-051-1/+1
* gallivm: support negation on 64-bit integersNicolai Hähnle2016-09-211-0/+4
* gallivm/llvmpipe: prepare support for ARB_gpu_shader_int64.Dave Airlie2016-09-211-0/+2
* gallivm: Fix trivial sign warningsJan Vesely2016-06-131-3/+3
* gallivm: more 64-bit integer prep work.Dave Airlie2016-06-111-8/+8
* gallivm: special case TGSI_OPCODE_STORENicolai Hähnle2016-03-091-1/+1
* gallivm: add PK2H/UP2H supportRoland Scheidegger2016-02-021-1/+0
* gallivm: set correct opcode info from unary/binary/ternary emitsMarek Olšák2015-10-171-3/+6
* gallivm: add LLVMAttribute parameter to lp_build_intrinsicMarek Olšák2015-07-311-1/+1
* gallivm: add fp64 support. (v2.1)Dave Airlie2015-07-011-2/+45
* gallium: Drop unused BRA opcode.Eric Anholt2014-11-241-1/+0
* gallium: Drop unused X2D opcode.Eric Anholt2014-11-241-1/+0
* gallium: Drop the unused ARA opcode.Eric Anholt2014-11-241-1/+0
* gallium: Drop the unused RCC opcode.Eric Anholt2014-11-241-1/+0
* gallivm: add a few const qualifiersBrian Paul2014-02-021-3/+3
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* gallivm: Compile flag to debug TGSI execution through printfs.José Fonseca2013-11-141-0/+4
* gallivm: fix exec_mask interaction with geometry shader after end of mainRoland Scheidegger2013-08-121-1/+1
* gallivm: Remove bogus assert.José Fonseca2013-07-051-4/+1
* tgsi: allow negation of all integer typesZack Rusin2013-05-021-1/+1
* gallivm/tgsi: fix src modifier fetching with non-float types.Roland Scheidegger2013-02-161-2/+34
* gallivm: DIV shouldn't be deprecated.Roland Scheidegger2013-02-161-1/+0
* gallivm,llvmpipe: handle TXF (texelFetch) instruction, including offsetsRoland Scheidegger2012-11-271-0/+60
* radeon/llvm: add support for TXQ/TXF/DDX/DDY instructionsVadim Girlin2012-05-081-2/+0
* gallivm: drop deprecated opcodesDave Airlie2012-02-281-8/+0
* gallivm: enable fetch for integer opcodes. (v2)Dave Airlie2012-02-171-1/+2
* gallivm: Add a new interface for doing TGSI->LLVM conversionsTom Stellard2012-01-301-0/+409