summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi
Commit message (Expand)AuthorAgeFilesLines
* tgsi: fix parsing of tessellation shader inputs/outputsMarcos Paulo de Souza2015-08-171-1/+16
* tgsi: set implicit array size for tess stagesMarcos Paulo de Souza2015-08-171-1/+5
* tgsi: allow dumping to a file directlyMarek Olšák2015-07-222-4/+20
* gallium: replace INLINE with inlineIlia Mirkin2015-07-2110-80/+80
* tgsi: add DFMA to the opcode infer functions.Dave Airlie2015-07-111-0/+1
* tgsi: whitespace fixes in tgsi_parse.cBrian Paul2015-07-091-13/+13
* tgsi: add infer support for double opcodes.Dave Airlie2015-07-011-0/+37
* softpipe,llvmpipe: fix PIPE_SHADER_CAP_MAX_INPUTS valueMarek Olšák2015-06-251-1/+1
* draw,tgsi: Assume TGSI_PROPERTY_GS_INVOCATIONS default of 1.Jose Fonseca2015-06-231-0/+1
* draw/tgsi: implement geom shader invocation support.Dave Airlie2015-06-232-0/+3
* tgsi: handle indirect sampler arrays. (v2)Dave Airlie2015-06-231-4/+38
* tgsi/transform: add support for SVIEW declsRob Clark2015-06-211-0/+21
* tgsi: add comments for ureg_emit_label()Brian Paul2015-06-191-0/+6
* tgsi: new comments, assertion for executing TGSI_OPCODE_CALBrian Paul2015-06-191-1/+5
* tgsi/ureg: fix a coverity defect in emit_declsMarek Olšák2015-06-051-3/+4
* tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarationsMarek Olšák2015-06-053-36/+141
* tgsi/ureg: add support for output array declarationsMarek Olšák2015-06-052-24/+66
* tgsi/ureg: add support for GS input array declarationsMarek Olšák2015-06-052-13/+28
* tgsi/ureg: merge input and fs_input arraysMarek Olšák2015-06-051-51/+33
* tgsi/ureg: rename and simplify ureg_DECL_gs_inputMarek Olšák2015-06-052-19/+19
* tgsi/ureg: add support for FS input array declarationsMarek Olšák2015-06-052-16/+59
* tgsi/scan: get more information about arrays and handle arrays correctly (v2)Marek Olšák2015-06-052-3/+25
* tgsi/ureg: enable creating tessellation shaders with ureg_create_shaderMarek Olšák2015-05-261-4/+14
* tgsi/text: enable parsing tessellation shadersMarek Olšák2015-05-261-0/+4
* gallium: rename TGSI tessellation processor types to match pipe shader namesMarek Olšák2015-05-264-15/+15
* gallium: remove TGSI_SAT_MINUS_PLUS_ONEMarek Olšák2015-05-205-68/+13
* 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