aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/codegen/nv50_ir_ra.cpp
Commit message (Expand)AuthorAgeFilesLines
* gm107/ir: fix texture argument orderIlia Mirkin2014-09-251-0/+7
* nv50/ir: avoid deleting pseudo instructions too earlyIlia Mirkin2014-09-251-1/+10
* nv50/ir/util: fix BitSet issuesChristoph Bumiller2014-09-051-0/+4
* nv50/ir: fix phi/union sources when their def has been mergedIlia Mirkin2014-07-241-0/+8
* nv50/ir: fix hard-coded TYPE_U32 sized registerIlia Mirkin2014-07-241-3/+4
* nv50/ir: use unordered_set instead of list to keep track of var usesTobias Klausmann2014-07-081-2/+2
* nv50/ir: make sure that texprep/texquerylod's args get coalescedIlia Mirkin2014-05-181-0/+2
* nvc0: add maxwell (sm50) compiler backendBen Skeggs2014-05-151-0/+33
* nvc0/ir: move sample id to second source arg to fix sampler2DMSIlia Mirkin2014-03-201-1/+1
* nv50/ir/ra: fix SpillCodeInserter::offsetSlot usageChristoph Bumiller2014-02-221-7/+7
* nv50/ir/ra: some register spilling fixesChristoph Bumiller2014-02-091-5/+34
* nvc0: fixup gk110 and up not being listed in various switch statementsBen Skeggs2013-12-061-1/+4
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-0/+2050