summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_tgsi_insn.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-23svga: replace unsigned with proper enum namesBrian Paul1-9/+10
2018-03-23svga: use enum tgsi_opcodeBrian Paul1-1/+1
2017-08-22gallium: remove TGSI opcode SCSMarek Olšák1-26/+0
2017-08-22gallium: remove TGSI opcode XPDMarek Olšák1-61/+0
2017-08-22gallium: remove TGSI opcode DPHMarek Olšák1-36/+0
2017-08-22gallium: remove TGSI opcode DP2AMarek Olšák1-1/+0
2017-02-18gallium: remove TGSI_OPCODE_CLAMPMarek Olšák1-1/+0
2017-01-05gallium: remove TGSI_OPCODE_SUBMarek Olšák1-27/+0
2017-01-05gallium: remove TGSI_OPCODE_ABSMarek Olšák1-1/+0
2016-07-08svga: silence a couple unused variable warningsBrian Paul1-0/+1
2016-04-25svga: s/Elements/ARRAY_SIZE/Brian Paul1-5/+5
2016-04-22gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák1-11/+11
2016-03-29svga: emit sampler declarations in the helper function for non vgpu10Charmaine Lee1-0/+3
2016-03-21svga: use shader sampler view declarationsBrian Paul1-1/+1
2016-01-08util/pstipple: allow fragment shader POSITION to be a system valueMarek Olšák1-1/+2
2016-01-06gallium/drivers/svga: Use unsigned for loop indexEdward O'Callaghan1-6/+6
2015-10-22svga: detect constant color writes in fragment shadersBrian Paul1-0/+27
2015-09-02svga: update driver for version 10 GPU interfaceBrian Paul1-40/+65
2015-05-20gallium: remove TGSI_SAT_MINUS_PLUS_ONEMarek Olšák1-1/+1
2014-11-24gallium: Drop the NRM and NRM4 opcodes.Eric Anholt1-38/+0
2014-04-17svga: fix comment for emit_adjusted_vertex_attribs()Brian Paul1-3/+3
2014-04-17svga: add VS code to set attribute W component to 1Brian Paul1-45/+68
2014-04-17svga: implement support for signed byte vertex attributesBrian Paul1-12/+116
2014-04-17svga: use new inst_token_setp() helper functionBrian Paul1-12/+9
2014-04-17svga: use new inst_token_predicated() helper functionBrian Paul1-13/+8
2014-02-12svga: replace out-of-temps assertion with debug warningBrian Paul1-2/+4
2014-01-23svga: minor code movement in svga_tgsi_insn.cBrian Paul1-47/+47
2014-01-23svga: simplify common immediate value constructionBrian Paul1-89/+113
2014-01-23svga: add comments, etc to svga_tgsi_insn.c codeBrian Paul1-31/+163
2014-01-21svga: implement TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFSBrian Paul1-0/+9
2014-01-21svga: rename color output variablesBrian Paul1-4/+4
2013-11-21svga: remove special-case code for texkil w componentBrian Paul1-23/+6
2013-11-15svga: print warning for unsupported indirect dest reg indexingBrian Paul1-0/+4
2013-09-30svga: we don't support TGSI_OPCODE_CONTBrian Paul1-0/+3
2013-07-12tgsi: rename the TGSI fragment kill opcodesBrian Paul1-9/+9
2013-06-22svga: minor cleanups, comments in svga_tgsi_insn.cBrian Paul1-8/+19
2013-06-19svga: move some svga/tgsi functionsBrian Paul1-0/+129
2013-06-19svga: formatting fixes in svga_tgsi_insn.cBrian Paul1-260/+395
2013-04-20svga: remove TGSI_OPCODE_BREAKC instruction translationRoland Scheidegger1-1/+0
2013-02-01svga: check for NaN shader immediatesBrian Paul1-2/+4
2012-10-16svga: silence MSVC float/int assignment warningsBrian Paul1-1/+1
2012-10-16svga: silence some MSVC signed/unsigned comparison warningsBrian Paul1-1/+1
2012-07-26svga: fix invalid memory reference in needs_to_create_zero()Brian Paul1-5/+5
2012-07-05svga: whitespace fixesBrian Paul1-114/+90
2012-07-05svga: implement TGSI_OPCODE_ROUNDBrian Paul1-15/+51
2012-07-05svga: fix CMP translation for vertex shadersBrian Paul1-36/+37
2012-07-05svga: properly implement TRUNC instructionBrian Paul1-1/+54
2012-07-05svga: fix register collision issue in emit_conditional()Brian Paul1-0/+24
2012-05-31svga: fix saturated TEX instructionsBrian Paul1-6/+13
2012-05-09svga: implement CEIL opcode translationBrian Paul1-0/+28