summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gallium: Reformat tgsi_lowering.c for the normal style.Eric Anholt2014-10-082-1204/+1201
* gallium: Copy fd_lowering.[ch] to tgsi_lowering.[ch] for code sharing.Eric Anholt2014-10-082-0/+1662
* tgsi: change tgsi_shader_info::properties to a one-dimensional arrayMarek Olšák2014-10-042-4/+3
* tgsi: remove some not so useful variables from tgsi_shader_infoMarek Olšák2014-10-042-11/+0
* tgsi: simplify shader properties in tgsi_shader_infoMarek Olšák2014-10-042-40/+25
* tgsi: fix Semantic.Name assignment in tgsi_transform_input_decl()Brian Paul2014-09-301-1/+1
* gallium: replace pipe_type enum with tgsi_return_type enumBrian Paul2014-09-225-15/+16
* tgsi: add inst/decl helpers for tgsi_transform utilityBrian Paul2014-09-221-0/+333
* tgsi: fix tgsi transform's epilog callbackBrian Paul2014-09-221-7/+15
* tgsi: add prolog() method to tgsi_transform_contextBrian Paul2014-09-222-0/+13
* gallivm,tgsi: fix idiv by zero crashrconde2014-09-171-4/+4