summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/codegen/nv50_ir_target_nvc0.cpp
Commit message (Expand)AuthorAgeFilesLines
* nv50/ir: teach insnCanLoad() about SHLADDSamuel Pitoiset2016-09-291-0/+2
* nv50/ir: add preliminary support for SHLADDSamuel Pitoiset2016-09-291-2/+9
* nvc0/ir: fix comments about instructions infoSamuel Pitoiset2016-09-171-2/+3
* nvc0/ir: allow min/max instructions to be dual-issued in pairsKarol Herbst2016-09-031-2/+12
* nvc0/ir: don't dual-issue ops that depend or interfere with each otherKarol Herbst2016-09-031-0/+6
* nouveau: Add support for SV_WORK_DIMHans de Goede2016-07-021-0/+1
* nvc0/ir: limit max number of regs based on availability in SMIlia Mirkin2016-05-301-1/+3
* nv50/ir: fix a comment in canDualIssue()Samuel Pitoiset2016-05-211-1/+1
* nouveau: codegen: Use FILE_MEMORY_BUFFER for buffersHans de Goede2016-04-201-0/+1
* nvc0/ir: be careful about propagating very large offsets into const loadIlia Mirkin2016-01-141-0/+10
* nvc0: add ARB_shader_draw_parameters supportIlia Mirkin2015-12-301-0/+3
* nvc0/ir: fix up mul+add -> mad algebraic opt, enable for integersIlia Mirkin2015-12-071-2/+0
* nv50/ir: avoid looking at uninitialized srcMods entriesIlia Mirkin2015-12-031-1/+1
* nvc0/ir: Teach insnCanLoad about double immediatesHans de Goede2015-11-061-6/+19
* nvc0/ir: tess factors are now sysvals, adapt codegen to expect thatIlia Mirkin2015-07-231-1/+2
* nvc0/ir: no instruction can load a double immediateIlia Mirkin2015-02-201-0/+2
* nv50/ir: avoid array overrun when checking for supported modsIlia Mirkin2014-09-081-1/+1
* nvc0/ir: use SM35 ISA with GK20AAlexandre Courbot2014-05-271-5/+10
* nvc0: maxwell isa has no per-instruction join modifierBen Skeggs2014-05-151-1/+2
* nvc0: allow for easier modification of compiler library routinesBen Skeggs2014-05-151-12/+12
* nvc0/ir: add support for new bitfield manipulation opcodesIlia Mirkin2014-04-281-1/+6
* nvc0/ir: add support for SAMPLEMASK sysvalIlia Mirkin2014-04-261-0/+1
* nvc0: add support for PIPE_CAP_SAMPLE_SHADINGIlia Mirkin2014-04-261-0/+2
* nv50/ir/gk110: add 64/128-bit fetch/export supportIlia Mirkin2014-03-181-7/+0
* nvc0: fixup gk110 and up not being listed in various switch statementsBen Skeggs2013-12-061-4/+8
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-0/+604