summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/codegen/nv50_ir_target_gm107.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-06-03nouveau: move codegen to a common higher level directory.Dave Airlie1-367/+0
2022-06-03nouveau: move codegen into a standalone library.Dave Airlie1-2/+2
2018-08-27nv50/ir: optimize imul/imad to xmadsRhys Perry1-1/+0
2018-08-27gm107/ir: add support for OP_XMAD on GM107+Rhys Perry1-1/+5
2018-08-27nv50/ir: add preliminary support for OP_XMADRhys Perry1-0/+1
2018-08-04gm200/ir: add native OP_SQRT supportKarol Herbst1-1/+7
2018-07-19gm107/ir: use CS2R for SV_CLOCKRhys Perry1-1/+10
2017-01-12nv50/ir: improve instruction pipelining on gm107Samuel Pitoiset1-0/+253
2016-07-27gm107/ir: add a legalize SSA pass for PFETCHSamuel Pitoiset1-1/+1
2015-12-07nvc0/ir: fix up mul+add -> mad algebraic opt, enable for integersIlia Mirkin1-5/+0
2014-05-15nvc0: add maxwell (sm50) compiler backendBen Skeggs1-0/+100