aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.h
Commit message (Expand)AuthorAgeFilesLines
* nvc0: implement multisampled images on Maxwell+Rhys Perry2018-07-041-1/+30
* nvc0: add support for programmable sample locationsRhys Perry2018-06-141-0/+2
* gm107/ir: change how SUQ works in preparation for bindlessIlia Mirkin2018-02-171-1/+2
* nvc0: add bindless image support for keplerIlia Mirkin2018-01-071-1/+1
* nvc0/ir: add support for all the new int64 tgsi opcodesIlia Mirkin2017-02-091-0/+2
* nvc0/ir: use levelZero flag when the lod is set to 0Ilia Mirkin2016-11-201-0/+1
* gm107/ir: add a legalize SSA pass for PFETCHSamuel Pitoiset2016-07-271-1/+1
* gm107/ir: lower surface operationsSamuel Pitoiset2016-07-201-0/+2
* nvc0/ir: remove unused resource info loading helpersSamuel Pitoiset2016-07-081-4/+0
* nvc0/ir: refactor the surfaces info loading logicSamuel Pitoiset2016-07-081-1/+1
* gk104/ir: fix tex use generation to be more careful about eliding usesIlia Mirkin2016-06-191-2/+3
* nvc0/ir: add a lowering pass for surfaces on FermiSamuel Pitoiset2016-05-211-0/+2
* nvc0: fix gl_SampleMaskIn computationIlia Mirkin2016-05-111-0/+1
* nv50/ir: add support for SULDP -> SULDB conversionIlia Mirkin2016-04-261-0/+1
* nv50/ir: make use of OP_SUQ for surfaces querySamuel Pitoiset2016-04-261-1/+1
* nv50/ir: add OP_BUFQ for buffers querySamuel Pitoiset2016-04-261-0/+1
* nvc0/ir: add atomics support on shared memory for KeplerSamuel Pitoiset2016-04-011-0/+1
* nvc0/ir: add support for compute UBOs on KeplerSamuel Pitoiset2016-04-011-0/+3
* nvc0/ir: move load/store lowering pass to handleLDST()Samuel Pitoiset2016-03-291-0/+1
* nvc0: use a different offset for buffers and surfacesSamuel Pitoiset2016-03-291-3/+9
* nv50/ir: add atomics support on shared memory for FermiSamuel Pitoiset2016-02-211-0/+1
* nv50/ir: add SUQ op by reading the info from driver constbufIlia Mirkin2016-01-291-0/+1
* nv50/ir: add support for BUFFER accessesIlia Mirkin2016-01-291-0/+2
* gk104/ir: simplify and fool-proof texbar algorithmIlia Mirkin2015-12-121-6/+4
* nv50/ir: support different unordered_set implementationsChih-Wei Huang2015-08-201-3/+1
* gm107/ir: avoid letting the lowering pass get out of syncIlia Mirkin2015-08-171-1/+2
* nvc0/ir: flush denorms to zero in non-compute shadersIlia Mirkin2015-04-281-0/+1
* nvc0/ir: avoid infinite recursion when finding first uses of texIlia Mirkin2014-09-011-1/+4
* nvc0: add maxwell (sm50) compiler backendBen Skeggs2014-05-151-1/+1
* nvc0: move nvc0 lowering pass class definitions into headerBen Skeggs2014-05-151-0/+134