aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_tgsi_insn.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* svga: Only emit Z depth work if it is actually readJakob Bornecrantz2011-09-231-2/+2
* svga: Wip for passing depth in a texcoordJakob Bornecrantz2011-09-231-0/+52
* svga: Cannot use negate or abs on source to dsx/dsy instructions.José Fonseca2011-02-181-1/+19
* svga: Ensure LRP's restrictions are observed in all uses.José Fonseca2011-02-181-38/+51
* svga: Preserve src swizzles in submit_op2/3/4.José Fonseca2011-02-181-25/+45
* svga: Don't use more than one constant per IFC instruction.José Fonseca2011-02-171-2/+15
* svga: Fix translation of TGSI SSG opcode.Michel Dänzer2011-01-311-1/+39