aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/lp_bld_tgsi.c
Commit message (Expand)AuthorAgeFilesLines
* 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