summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_tgsi_insn.c
Commit message (Expand)AuthorAgeFilesLines
* svga: silence a couple unused variable warningsBrian Paul2016-07-081-0/+1
* svga: s/Elements/ARRAY_SIZE/Brian Paul2016-04-251-5/+5
* gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák2016-04-221-11/+11
* svga: emit sampler declarations in the helper function for non vgpu10Charmaine Lee2016-03-291-0/+3
* svga: use shader sampler view declarationsBrian Paul2016-03-211-1/+1
* util/pstipple: allow fragment shader POSITION to be a system valueMarek Olšák2016-01-081-1/+2
* gallium/drivers/svga: Use unsigned for loop indexEdward O'Callaghan2016-01-061-6/+6
* svga: detect constant color writes in fragment shadersBrian Paul2015-10-221-0/+27
* svga: update driver for version 10 GPU interfaceBrian Paul2015-09-021-40/+65
* gallium: remove TGSI_SAT_MINUS_PLUS_ONEMarek Olšák2015-05-201-1/+1
* gallium: Drop the NRM and NRM4 opcodes.Eric Anholt2014-11-241-38/+0
* svga: fix comment for emit_adjusted_vertex_attribs()Brian Paul2014-04-171-3/+3
* svga: add VS code to set attribute W component to 1Brian Paul2014-04-171-45/+68
* svga: implement support for signed byte vertex attributesBrian Paul2014-04-171-12/+116
* svga: use new inst_token_setp() helper functionBrian Paul2014-04-171-12/+9
* svga: use new inst_token_predicated() helper functionBrian Paul2014-04-171-13/+8
* svga: replace out-of-temps assertion with debug warningBrian Paul2014-02-121-2/+4
* svga: minor code movement in svga_tgsi_insn.cBrian Paul2014-01-231-47/+47
* svga: simplify common immediate value constructionBrian Paul2014-01-231-89/+113
* svga: add comments, etc to svga_tgsi_insn.c codeBrian Paul2014-01-231-31/+163
* svga: implement TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFSBrian Paul2014-01-211-0/+9
* svga: rename color output variablesBrian Paul2014-01-211-4/+4
* svga: remove special-case code for texkil w componentBrian Paul2013-11-211-23/+6
* svga: print warning for unsupported indirect dest reg indexingBrian Paul2013-11-151-0/+4
* svga: we don't support TGSI_OPCODE_CONTBrian Paul2013-09-301-0/+3
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-121-9/+9
* svga: minor cleanups, comments in svga_tgsi_insn.cBrian Paul2013-06-221-8/+19
* svga: move some svga/tgsi functionsBrian Paul2013-06-191-0/+129
* svga: formatting fixes in svga_tgsi_insn.cBrian Paul2013-06-191-260/+395
* svga: remove TGSI_OPCODE_BREAKC instruction translationRoland Scheidegger2013-04-201-1/+0
* svga: check for NaN shader immediatesBrian Paul2013-02-011-2/+4
* svga: silence MSVC float/int assignment warningsBrian Paul2012-10-161-1/+1
* svga: silence some MSVC signed/unsigned comparison warningsBrian Paul2012-10-161-1/+1
* svga: fix invalid memory reference in needs_to_create_zero()Brian Paul2012-07-261-5/+5
* svga: whitespace fixesBrian Paul2012-07-051-114/+90
* svga: implement TGSI_OPCODE_ROUNDBrian Paul2012-07-051-15/+51
* svga: fix CMP translation for vertex shadersBrian Paul2012-07-051-36/+37
* svga: properly implement TRUNC instructionBrian Paul2012-07-051-1/+54
* svga: fix register collision issue in emit_conditional()Brian Paul2012-07-051-0/+24
* svga: fix saturated TEX instructionsBrian Paul2012-05-311-6/+13
* svga: implement CEIL opcode translationBrian Paul2012-05-091-0/+28
* svga: move temp register index assertionsBrian Paul2012-02-231-4/+11
* svga: remove old, unused sincos code for SM2.0Brian Paul2011-10-111-48/+0
* svga: remove support for shader model 2.0Brian Paul2011-10-111-56/+6
* svga: test register W component in emit_kil()Brian Paul2011-09-231-16/+44
* svga: fix depth/shadow compare for non-projected texcoordsBrian Paul2011-09-231-16/+24
* svga: implement texture swizzlingBrian Paul2011-09-231-9/+117
* svga: check that we don't exceed input/ouput register limitsBrian Paul2011-09-231-1/+0
* svga: implement point sprite suppportBrian Paul2011-09-231-3/+70
* svga: Share one texcoord between depth and fogJakob Bornecrantz2011-09-231-2/+2