summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/codegen/nv50_ir_target_nvc0.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-03-31nvc0/ir: disable support for LIMMs on MAD/FMAKarol Herbst1-8/+2
2017-03-18nvc0/ir: treat FMA like MAD for operand propagationKarol Herbst1-0/+1
2017-02-09nvc0/ir: add support for all the new int64 tgsi opcodesIlia Mirkin1-1/+6
2016-11-26gm107/ir: do not combine CONST loadsSamuel Pitoiset1-2/+7
2016-09-29nv50/ir: teach insnCanLoad() about SHLADDSamuel Pitoiset1-0/+2
2016-09-29nv50/ir: add preliminary support for SHLADDSamuel Pitoiset1-2/+9
2016-09-17nvc0/ir: fix comments about instructions infoSamuel Pitoiset1-2/+3
2016-09-03nvc0/ir: allow min/max instructions to be dual-issued in pairsKarol Herbst1-2/+12
2016-09-03nvc0/ir: don't dual-issue ops that depend or interfere with each otherKarol Herbst1-0/+6
2016-07-02nouveau: Add support for SV_WORK_DIMHans de Goede1-0/+1
2016-05-30nvc0/ir: limit max number of regs based on availability in SMIlia Mirkin1-1/+3
2016-05-21nv50/ir: fix a comment in canDualIssue()Samuel Pitoiset1-1/+1
2016-04-20nouveau: codegen: Use FILE_MEMORY_BUFFER for buffersHans de Goede1-0/+1
2016-01-14nvc0/ir: be careful about propagating very large offsets into const loadIlia Mirkin1-0/+10
2015-12-30nvc0: add ARB_shader_draw_parameters supportIlia Mirkin1-0/+3
2015-12-07nvc0/ir: fix up mul+add -> mad algebraic opt, enable for integersIlia Mirkin1-2/+0
2015-12-03nv50/ir: avoid looking at uninitialized srcMods entriesIlia Mirkin1-1/+1
2015-11-06nvc0/ir: Teach insnCanLoad about double immediatesHans de Goede1-6/+19
2015-07-23nvc0/ir: tess factors are now sysvals, adapt codegen to expect thatIlia Mirkin1-1/+2
2015-02-20nvc0/ir: no instruction can load a double immediateIlia Mirkin1-0/+2
2014-09-08nv50/ir: avoid array overrun when checking for supported modsIlia Mirkin1-1/+1
2014-05-27nvc0/ir: use SM35 ISA with GK20AAlexandre Courbot1-5/+10
2014-05-15nvc0: maxwell isa has no per-instruction join modifierBen Skeggs1-1/+2
2014-05-15nvc0: allow for easier modification of compiler library routinesBen Skeggs1-12/+12
2014-04-28nvc0/ir: add support for new bitfield manipulation opcodesIlia Mirkin1-1/+6
2014-04-26nvc0/ir: add support for SAMPLEMASK sysvalIlia Mirkin1-0/+1
2014-04-26nvc0: add support for PIPE_CAP_SAMPLE_SHADINGIlia Mirkin1-0/+2
2014-03-18nv50/ir/gk110: add 64/128-bit fetch/export supportIlia Mirkin1-7/+0
2013-12-06nvc0: fixup gk110 and up not being listed in various switch statementsBen Skeggs1-4/+8
2013-09-11Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr1-0/+604