summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_info.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-1/+1
* tgsi: add DFMA to the opcode infer functions.Dave Airlie2015-07-111-0/+1
* tgsi: add infer support for double opcodes.Dave Airlie2015-07-011-0/+37
* gallium: rename TGSI tessellation processor types to match pipe shader namesMarek Olšák2015-05-261-2/+2
* gallium: add tessellation shader typesIlia Mirkin2015-05-161-0/+4
* tgsi: handle bitwise opcodes in tgsi_opcode_infer_type (v2)Marek Olšák2015-03-161-0/+8
* gallium: add FMA and DFMA opcodes (v3)Marek Olšák2015-03-161-2/+2
* gallium: add some more double opcodes to avoid unnecessary loweringIlia Mirkin2015-02-191-0/+5
* gallium: add double opcodes and TGSI execution (v4.2)Dave Airlie2015-02-201-1/+23
* gallium: Drop the unused CND opcode.Eric Anholt2014-11-241-1/+1
* gallium: Drop unused BRA opcode.Eric Anholt2014-11-241-1/+1
* gallium: Drop the unused SFL/STR opcodes.Eric Anholt2014-11-241-2/+2
* gallium: Drop the unused RFL opcode.Eric Anholt2014-11-241-1/+1
* gallium: Drop unused X2D opcode.Eric Anholt2014-11-241-1/+1
* gallium: Drop the unused ARA opcode.Eric Anholt2014-11-241-1/+1
* gallium: Drop the unused RCC opcode.Eric Anholt2014-11-241-1/+1
* gallium: Drop the NRM and NRM4 opcodes.Eric Anholt2014-11-241-2/+2
* gallium: add opcodes/cap for fine derivative supportIlia Mirkin2014-08-141-2/+2
* gallium: add INTERP_* opcodes to support interpolateAt*Ilia Mirkin2014-07-091-0/+4
* gallium: add vertex stream argument to EMIT/ENDPRIMIlia Mirkin2014-07-011-2/+2
* gallium: add new opcodes for ARB_gs5 bit manipulation supportIlia Mirkin2014-04-281-0/+8
* gallium: add support for LODQ opcodes.Dave Airlie2014-04-071-0/+1
* gallium: add texture gather support to gallium (v3)Dave Airlie2014-02-251-0/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* gallium: Add support for 32x32 muls with 64 bit resultsZack Rusin2013-10-091-0/+6
* tgsi: implement new float comparison instructions returning integer masksRoland Scheidegger2013-08-131-4/+12
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-121-2/+2
* tgsi: fix operand type of TGSI_OPCODE_NOTChia-I Wu2013-05-081-0/+1
* tgsi: refactor tgsi_opcode_infer_src_type()Chia-I Wu2013-05-081-35/+9
* tgsi: refactor tgsi_opcode_infer_dst_type()Chia-I Wu2013-05-081-25/+35
* tgsi: reorder opcodes in opcode type inferenceChia-I Wu2013-05-081-24/+24
* tgsi: allow negation of all integer typesZack Rusin2013-05-021-2/+1
* gallivm/tgsi: fix up breakcRoland Scheidegger2013-04-201-0/+3
* gallium: Disambiguate TGSI_OPCODE_IF.José Fonseca2013-04-171-1/+2
* gallium: Eliminate TGSI_OPCODE_IFC.José Fonseca2013-04-171-1/+1
* gallivm/tgsi: handle untyped movesZack Rusin2013-04-101-0/+1
* gallivm/tgsi: fix issues with sample opcodesRoland Scheidegger2013-02-161-1/+1
* gallivm/tgsi: fix src modifier fetching with non-float types.Roland Scheidegger2013-02-161-2/+4
* gallium: fix tgsi SAMPLE_L opcode to use separate source for explicit lodRoland Scheidegger2013-02-121-1/+1
* gallivm: fix up size queries for dx10 sviewinfo opcodeRoland Scheidegger2013-02-081-0/+4
* tgsi: add support for new SQRT opcodeBrian Paul2013-02-041-1/+1
* gallivm,llvmpipe: handle TXF (texelFetch) instruction, including offsetsRoland Scheidegger2012-11-271-0/+1
* gallium: add defines/shader opcode for texture cube map arrayDave Airlie2012-11-091-1/+4
* gallium: add TGSI support for multisample texturesMarek Olšák2012-08-151-1/+2
* gallium/tgsi: Add support for atomic opcodes.Francisco Jerez2012-05-111-1/+12
* gallium/tgsi: Add support for barriers.Francisco Jerez2012-05-111-0/+4
* gallium/tgsi: Add resource write-back support.Francisco Jerez2012-05-111-0/+1
* gallium/tgsi: Split sampler views from shader resources.Francisco Jerez2012-05-111-3/+4
* gallivm: Fix TGSI_OPCODE_ARR's translation.José Fonseca2012-02-211-0/+1
* tgsi: add source/destination type from opcodes. (v2)Dave Airlie2012-02-171-0/+97