summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/codegen/nv50_ir_target.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-06-10nvir/gv100: enable support for tu1xxBen Skeggs1-0/+1
2020-06-10nvir/gv100: initial supportBen Skeggs1-0/+3
2020-06-10nvir: introduce OP_FINALBen Skeggs1-3/+3
2020-06-10nvir: introduce OP_SGXTBen Skeggs1-2/+3
2020-06-10nvir: introduce OP_BMSKBen Skeggs1-3/+3
2020-06-10nvir: introduce OP_SHFBen Skeggs1-3/+3
2020-06-10nvir: introduce OP_BREV with lowering to EXTBF_REV for current GPUsBen Skeggs1-3/+3
2020-06-10nvir: introduce OP_WARPSYNCBen Skeggs1-0/+3
2020-06-10nvir: introduce OP_LOP3_LUTBen Skeggs1-3/+3
2019-02-06gk110/ir: Use the new rcp/rsq in libraryBoyan Ding1-0/+1
2018-08-27nv50/ir: add preliminary support for OP_XMADRhys Perry1-3/+4
2017-02-09nvc0/ir: add support for all the new int64 tgsi opcodesIlia Mirkin1-1/+2
2016-09-29nv50/ir: add preliminary support for SHLADDSamuel Pitoiset1-3/+3
2016-07-16nv50: fix alphatest for non-blendable formatsIlia Mirkin1-2/+4
2016-07-12nvc0: initial support for GP100 GPUsBen Skeggs1-0/+1
2016-05-17Treewide: Remove Elements() macroJan Vesely1-2/+2
2016-05-11nv50/ir: generalize interp fixups to be able to fixup anythingIlia Mirkin1-18/+18
2016-04-26nv50/ir: add OP_BUFQ for buffers querySamuel Pitoiset1-0/+3
2016-02-28nv50/ir: emit VOTE instructionSamuel Pitoiset1-0/+3
2016-02-16nvc0: initial support for GM20x GPUsBen Skeggs1-0/+1
2016-01-29nv50/ir: add SUQ op by reading the info from driver constbufIlia Mirkin1-3/+3
2015-11-05nv50,nvc0: provide debug messages with shader compilation statsIlia Mirkin1-0/+2
2015-10-29nvc0: do upload-time fixups for interpolation parametersIlia Mirkin1-1/+38
2015-07-23nvc0/ir: kepler can't do indirect shader input/output loads directlyIlia Mirkin1-3/+3
2014-07-24nv50/ir: keep track of whether the program uses fp64Ilia Mirkin1-2/+6
2014-05-15nvc0: add maxwell (sm50) compiler backendBen Skeggs1-0/+6
2014-04-28nvc0/ir: add support for new bitfield manipulation opcodesIlia Mirkin1-2/+3
2014-04-26nvc0: add support for PIPE_CAP_SAMPLE_SHADINGIlia Mirkin1-3/+3
2014-04-19nouveau/codegen: add missing values for OP_TXLQ into the target arraysIlia Mirkin1-5/+7
2013-12-06nvc0: fixup gk110 and up not being listed in various switch statementsBen Skeggs1-2/+3
2013-09-11Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr1-0/+469