aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_nvc0.cpp
Commit message (Expand)AuthorAgeFilesLines
* nvc0/ir: add support for PK2H/UP2HIlia Mirkin2016-01-031-1/+4
* nv50/ir: always display the opcode number for unknown instructionsSamuel Pitoiset2015-11-291-1/+1
* nvc0/ir: actually emit AFETCH on keplerIlia Mirkin2015-11-181-0/+3
* nvc0/ir: add support for TGSI_SEMANTIC_HELPER_INVOCATIONIlia Mirkin2015-11-121-0/+1
* nvc0/ir: Add support for double immediatesHans de Goede2015-11-061-0/+8
* nvc0: do upload-time fixups for interpolation parametersIlia Mirkin2015-10-291-2/+28
* nvc0/ir: detect i2f/i2i which operate on specific bytes/wordsIlia Mirkin2015-08-201-0/+4
* gk110/ir: fix sched calculator to consider all registers in the ISAIlia Mirkin2015-08-171-7/+10
* nvc0/ir: fix barrier emissionIlia Mirkin2015-07-281-0/+2
* nvc0/ir: kepler can't do indirect shader input/output loads directlyIlia Mirkin2015-07-231-0/+16
* nvc0/ir: allow iset to produce a boolean floatIlia Mirkin2015-05-221-1/+7
* nvc0/ir: avoid jumping to a sched instructionIlia Mirkin2015-05-221-0/+2
* nv50/ir: remove unused private field cycle to SchedDataCalculatorSamuel Pitoiset2015-05-141-1/+0
* nvc0/ir: fix predicated PFETCH for realIlia Mirkin2015-04-301-1/+1
* nvc0/ir: fix predicated PFETCH emissionIlia Mirkin2015-04-291-1/+3
* nvc0/ir: fix lowering of RSQ/RCP/SQRT/MOD to work with F64Ilia Mirkin2015-02-201-2/+2
* nvc0/ir: add emission of dadd/dmul/dmad opcodes, fix minmaxIlia Mirkin2015-02-201-3/+63
* nvc0/ir: fix encoding of offset register into interpolation instructionIlia Mirkin2014-07-091-1/+1
* nvc0/ir: fix emitting vertex streamIlia Mirkin2014-07-011-7/+8
* nvc0/ir: use SM35 ISA with GK20AAlexandre Courbot2014-05-271-1/+1
* nv50/ir: change texture offsets to ValueRefs, allow nonconstIlia Mirkin2014-04-281-1/+3
* nvc0/ir: add support for new bitfield manipulation opcodesIlia Mirkin2014-04-281-0/+17
* nvc0: add support for PIPE_CAP_SAMPLE_SHADINGIlia Mirkin2014-04-261-0/+14
* nvc0: add support for texture gatherIlia Mirkin2014-04-071-0/+1
* nvc0: enable texture query lodIlia Mirkin2014-04-071-0/+2
* nvc0/ir/emit: hardcode vertex output stream to 0 for nowChristoph Bumiller2014-02-071-2/+7
* nouveau/codegen: set dType to S32 for OP_NEG U32Ilia Mirkin2014-01-271-4/+10
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-0/+2988