summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.h
AgeCommit message (Expand)AuthorFilesLines
2017-02-09nvc0/ir: add support for all the new int64 tgsi opcodesIlia Mirkin1-0/+2
2016-11-20nvc0/ir: use levelZero flag when the lod is set to 0Ilia Mirkin1-0/+1
2016-07-27gm107/ir: add a legalize SSA pass for PFETCHSamuel Pitoiset1-1/+1
2016-07-20gm107/ir: lower surface operationsSamuel Pitoiset1-0/+2
2016-07-08nvc0/ir: remove unused resource info loading helpersSamuel Pitoiset1-4/+0
2016-07-08nvc0/ir: refactor the surfaces info loading logicSamuel Pitoiset1-1/+1
2016-06-19gk104/ir: fix tex use generation to be more careful about eliding usesIlia Mirkin1-2/+3
2016-05-21nvc0/ir: add a lowering pass for surfaces on FermiSamuel Pitoiset1-0/+2
2016-05-11nvc0: fix gl_SampleMaskIn computationIlia Mirkin1-0/+1
2016-04-26nv50/ir: add support for SULDP -> SULDB conversionIlia Mirkin1-0/+1
2016-04-26nv50/ir: make use of OP_SUQ for surfaces querySamuel Pitoiset1-1/+1
2016-04-26nv50/ir: add OP_BUFQ for buffers querySamuel Pitoiset1-0/+1
2016-04-01nvc0/ir: add atomics support on shared memory for KeplerSamuel Pitoiset1-0/+1
2016-04-01nvc0/ir: add support for compute UBOs on KeplerSamuel Pitoiset1-0/+3
2016-03-29nvc0/ir: move load/store lowering pass to handleLDST()Samuel Pitoiset1-0/+1
2016-03-29nvc0: use a different offset for buffers and surfacesSamuel Pitoiset1-3/+9
2016-02-21nv50/ir: add atomics support on shared memory for FermiSamuel Pitoiset1-0/+1
2016-01-29nv50/ir: add SUQ op by reading the info from driver constbufIlia Mirkin1-0/+1
2016-01-29nv50/ir: add support for BUFFER accessesIlia Mirkin1-0/+2
2015-12-12gk104/ir: simplify and fool-proof texbar algorithmIlia Mirkin1-6/+4
2015-08-20nv50/ir: support different unordered_set implementationsChih-Wei Huang1-3/+1
2015-08-17gm107/ir: avoid letting the lowering pass get out of syncIlia Mirkin1-1/+2
2015-04-28nvc0/ir: flush denorms to zero in non-compute shadersIlia Mirkin1-0/+1
2014-09-01nvc0/ir: avoid infinite recursion when finding first uses of texIlia Mirkin1-1/+4
2014-05-15nvc0: add maxwell (sm50) compiler backendBen Skeggs1-1/+1
2014-05-15nvc0: move nvc0 lowering pass class definitions into headerBen Skeggs1-0/+134