summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_gm107.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-04-13gm107/ir: Emit third src 'bound' and optional predicate output of SHFLBoyan Ding1-5/+10
2016-11-26gm107/ir: optimize 32-bit CONST load to movSamuel Pitoiset1-0/+16
2016-07-27gm107/ir: add a legalize SSA pass for PFETCHSamuel Pitoiset1-0/+33
2016-03-20nv50/ir: normalize cube coordinates after derivatives have been computedIlia Mirkin1-1/+17
2015-12-12nv50/ir: fix texture grad for cubemapsIlia Mirkin1-1/+1
2015-08-17gm107/ir: avoid letting the lowering pass get out of syncIlia Mirkin1-87/+3
2015-07-21nouveau: use bool instead of booleanSamuel Pitoiset1-1/+1
2015-05-22nvc0/ir: LOAD's can't be used for shader inputsIlia Mirkin1-0/+1
2014-09-26gm107/ir: take relative pfetch offset into accountIlia Mirkin1-1/+4
2014-09-25gm107/ir: add support for indirect const buffer selectionIlia Mirkin1-0/+14
2014-09-25gm107/ir: fix manual TXD for array targetsIlia Mirkin1-2/+3
2014-05-15nvc0: add maxwell (sm50) compiler backendBen Skeggs1-0/+273