summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_tgsi_emit.h
AgeCommit message (Expand)AuthorFilesLines
2018-03-23svga: replace unsigned with proper enum namesBrian Paul1-6/+6
2016-03-29svga: emit sampler declarations in the helper function for non vgpu10Charmaine Lee1-0/+4
2016-03-21svga: use shader sampler view declarationsBrian Paul1-0/+2
2015-10-22svga: detect constant color writes in fragment shadersBrian Paul1-0/+3
2015-09-02svga: update driver for version 10 GPU interfaceBrian Paul1-0/+3
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-10/+10
2014-04-17svga: implement support for signed byte vertex attributesBrian Paul1-1/+1
2014-04-17svga: use new inst_token_setp() helper functionBrian Paul1-0/+17
2014-04-17svga: use new inst_token_predicated() helper functionBrian Paul1-0/+17
2014-01-23svga: fix PS output register setup regressionBrian Paul1-1/+2
2014-01-23svga: simplify common immediate value constructionBrian Paul1-2/+2
2014-01-21svga: rename color output variablesBrian Paul1-2/+3
2013-06-19svga: whitespace, comment, formatting fixes in svga_tgsi_emit.hBrian Paul1-42/+56
2013-06-19svga: move some svga/tgsi functionsBrian Paul1-125/+0
2012-02-23svga: move temp register index assertionsBrian Paul1-2/+6
2012-02-23svga: check that we don't exceed temp register limitBrian Paul1-0/+2
2011-11-04svga: Tighten the register file assertions.José Fonseca1-4/+2
2011-11-03svga: implement generic variable index remappingBrian Paul1-1/+11
2011-10-11svga: remove old, unused sincos code for SM2.0Brian Paul1-3/+0
2011-10-11svga: remove support for shader model 2.0Brian Paul1-5/+0
2011-09-23svga: implement point sprite suppportBrian Paul1-0/+5
2011-09-23svga: Share one texcoord between depth and fogJakob Bornecrantz1-0/+7
2011-09-23svga: Wip for passing depth in a texcoordJakob Bornecrantz1-0/+7
2010-09-20svga: Integer constant register file has a separate namespace.Michal Krol1-1/+2
2010-08-20gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri1-0/+1
2010-02-22svga: Don't emit zero writemasks.José Fonseca1-0/+2
2010-02-03svga: fix TXD and TXL opcode translationKeith Whitwell1-0/+17
2010-02-03svga: texture from lod zero inside dynamic branchingKeith Whitwell1-0/+2
2009-11-17svga: Add svga driverJakob Bornecrantz1-0/+345