summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_info.h
Commit message (Expand)AuthorAgeFilesLines
* st/mesa,tgsi: use enum tgsi_opcodeBrian Paul2018-03-231-5/+5
* tgsi: s/uint/enum pipe_shader_type/Brian Paul2017-11-171-1/+1
* tgsi: bump tgsi_opcode_info::output_mode size to 4 bitsBrian Paul2017-11-171-1/+1
* tgsi: infer that dst[1] of DFRACEXP is an integerNicolai Hähnle2017-09-291-1/+1
* tgsi: infer that DLDEXP's second source has an integer typeNicolai Hähnle2017-09-291-1/+1
* tgsi: store opcode mnemonics in a separate tableNicolai Hähnle2017-08-231-2/+1
* tgsi: reduce tgsi_opcode_info::pre_dedent and post_indent to 1 bitNicolai Hähnle2017-08-231-2/+2
* gallivm/llvmpipe: prepare support for ARB_gpu_shader_int64.Dave Airlie2016-09-211-1/+2
* gallium: add opcode and types for 64-bit integers. (v3)Dave Airlie2016-09-211-1/+3
* gallium/tgsi: add 64-bitness type check function.Dave Airlie2016-06-111-0/+7
* tgsi: add a is_store propertyIlia Mirkin2016-01-081-0/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* tgsi: remove trailing comma to silence warningBrian Paul2012-02-271-1/+1
* tgsi: add source/destination type from opcodes. (v2)Dave Airlie2012-02-171-0/+15
* tgsi: Add output_mode to struct tgsi_opcode_info v2Tom Stellard2012-01-301-0/+34
* tgsi: Include missing header in tgsi_info.h.Vinson Lee2010-08-271-0/+1
* tgsi: added tgsi_get_processor_name()Brian Paul2010-05-061-0/+3
* aux/tgsi: pull back ureg work from 0.1 branchKeith Whitwell2009-09-031-4/+6
* tgsi: added tgsi_get_opcode_name()Brian Paul2009-08-031-0/+4
* gallium: remove multiple aliases for TGSI opcodesKeith Whitwell2009-07-221-2/+1
* tgsi: Provide alternate instruction mnemonics in tgsi info.Michal Krol2009-04-011-0/+2
* tgsi: Opcode information.Michal Krol2008-08-131-0/+53