summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_info.c
Commit message (Expand)AuthorAgeFilesLines
* tgsi: fix the src type of TGSI_OPCODE_MEMBARMarek Olšák2016-12-141-0/+1
* gallium: add opcode and types for 64-bit integers. (v3)Dave Airlie2016-09-211-10/+82
* gallium: add VOTE_* opcodes to implement GL_ARB_shader_group_voteIlia Mirkin2016-06-061-0/+3
* tgsi: s/Elements/ARRAY_SIZE/Brian Paul2016-04-271-1/+1
* gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*Marek Olšák2016-04-221-5/+5
* tgsi: set correct output mode for RESQNicolai Hähnle2016-03-091-1/+1
* tgsi: set correct src type for UP2HMarek Olšák2016-02-021-0/+1
* tgsi: add MEMBAR opcode to handle memoryBarrier* GLSL intrinsicsIlia Mirkin2016-01-291-1/+1
* gallium: add a RESQ opcode to query info about a resourceIlia Mirkin2016-01-081-1/+1
* tgsi: add a is_store propertyIlia Mirkin2016-01-081-223/+223
* tgsi: update PK2H/UP2H channel behavior infoIlia Mirkin2016-01-031-8/+8
* tgsi: add a TXQS opcode to retrieve the number of texture samplesIlia Mirkin2015-09-131-1/+2
* 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