aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi
Commit message (Expand)AuthorAgeFilesLines
* tgsi: handle TG4 opcode in tgsi execDave Airlie2015-05-202-2/+12
* tgsi/dump: fix declaration printing of tessellation inputs/outputsIlia Mirkin2015-05-161-2/+18
* tgsi/ureg: allow ureg_dst to have dimension indicesIlia Mirkin2015-05-162-8/+75
* tgsi/ureg: use correct limit for max input countMarek Olšák2015-05-161-1/+1
* tgsi/sanity: set implicit in/out array sizes based on patch sizesIlia Mirkin2015-05-161-4/+32
* tgsi/scan: allow scanning tessellation shadersIlia Mirkin2015-05-161-1/+5
* gallium: add tessellation shader propertiesIlia Mirkin2015-05-161-1/+6
* gallium: add new semantics for tessellationIlia Mirkin2015-05-161-0/+5
* gallium: add new PATCHES primitive typeIlia Mirkin2015-05-161-1/+2
* gallium: add tessellation shader typesIlia Mirkin2015-05-163-2/+8
* tgsi: also dump label for TGSI_OPCODE_BGNSUB opcodeBrian Paul2015-04-151-0/+1
* tgsi: fix out-of-bounds access for cube arraysIlia Mirkin2015-03-261-1/+1
* 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-163-2/+4
* nouveau: Fix build, invalid extern "C" around header inclusion.Mark Janes2015-03-061-0/+7
* tgsi/lowering: don't forget interp for BCOLOR inputsRob Clark2015-03-031-3/+7
* tgsi: avoid returning pointer to local var, make it staticIlia Mirkin2015-02-211-1/+1
* tgsi: fix type-mismatch warningMarek Olšák2015-02-211-1/+1
* gallium: add shader cap for dldexp/dfracexp supportIlia Mirkin2015-02-191-0/+1
* gallium: add a cap to enable double rounding opcodesIlia Mirkin2015-02-191-0/+2
* gallium: add some more double opcodes to avoid unnecessary loweringIlia Mirkin2015-02-191-0/+5
* softpipe/tgsi: expose doubles for softpipe.Dave Airlie2015-02-201-1/+1
* tgsi: add support for flt64 constantsDave Airlie2015-02-207-6/+112
* gallium: add double opcodes and TGSI execution (v4.2)Dave Airlie2015-02-202-16/+772
* tgsi/ureg: Add missing some missing opcodes opcode_tmp.hEric Anholt2015-02-061-0/+4
* tgsi/ureg: Move ureg_dst_register() to the header.Eric Anholt2015-02-062-28/+25
* tgsi: add tgsi_get_processor_type helper from radeonMarek Olšák2015-02-042-0/+14
* tgsi: track max array per fileRob Clark2015-01-072-0/+4
* tgsi: keep track of read vs written indirectsRob Clark2015-01-072-0/+8
* tgsi: add uses_centroid into tgsi_shader_infoMarek Olšák2015-01-072-0/+4
* gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEXRoland Scheidegger2014-12-163-0/+10
* tgsi: add tgsi_shader_info::writes_clipvertexMarek Olšák2014-12-102-0/+4
* tgsi: add clip and cull distance writemasks into tgsi_shader_infoMarek Olšák2014-12-102-0/+6
* tgsi: add tgsi_shader_info::writes_psizeMarek Olšák2014-12-102-0/+4
* tgsi/lowering: add support to lower TXP (v2)Rob Clark2014-12-092-15/+34
* gallium: Drop the unused CND opcode.Eric Anholt2014-11-244-19/+1
* gallium: Drop unused BRA opcode.Eric Anholt2014-11-243-6/+1
* gallium: Drop the unused SFL/STR opcodes.Eric Anholt2014-11-243-51/+2
* gallium: Drop the unused RFL opcode.Eric Anholt2014-11-243-58/+1
* gallium: Drop unused X2D opcode.Eric Anholt2014-11-243-47/+1
* gallium: Drop the unused ARA opcode.Eric Anholt2014-11-243-6/+1
* gallium: Drop the unused RCC opcode.Eric Anholt2014-11-244-23/+1
* gallium: Drop the NRM and NRM4 opcodes.Eric Anholt2014-11-243-76/+2
* draw: fixes for vertex shaders outputting layer or viewport indexRoland Scheidegger2014-11-191-9/+6
* tgsi/ureg: add ureg_UARL shortcut (v2)Christoph Bumiller2014-11-181-0/+1
* tgsi/ureg: simplify code for declaring propertiesMarek Olšák2014-11-162-176/+12
* tgsi: fixup the string of VS_WINDOW_SPACE_POSITIONMarek Olšák2014-11-161-1/+1
* tgsi: add a tgsi_free_tokens() functionBrian Paul2014-10-312-0/+13
* gallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it in st/mesaMarek Olšák2014-10-211-0/+2
* gallium: Rename freedreno parts of tgsi_lowering.[ch].Eric Anholt2014-10-082-31/+31