aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp
Commit message (Expand)AuthorAgeFilesLines
* gm107/ir: fix texture argument orderIlia Mirkin2014-09-251-5/+27
* nvc0/ir: uses was always null at that point in the codeIlia Mirkin2014-09-081-7/+1
* nvc0/ir: insn can never be nullIlia Mirkin2014-09-081-1/+1
* nvc0/ir: clarify recursion fix to finding first tex usesChristoph Bumiller2014-09-051-9/+7
* nvc0/ir: avoid infinite recursion when finding first uses of texIlia Mirkin2014-09-011-7/+25
* nvc0/ir: describe the tex arguments for fermi/keplerIlia Mirkin2014-08-111-0/+25
* nvc0/ir: add kepler+ support for indirect texture referencesIlia Mirkin2014-08-111-7/+27
* nvc0/ir: add base tex offset for fermi indirect tex caseIlia Mirkin2014-08-111-2/+10
* nvc0/ir: support 2d constbuf indexingIlia Mirkin2014-07-241-0/+14
* nvc0/ir: add support for interpolating with non-default settingsIlia Mirkin2014-07-091-1/+8
* nvc0/ir: account for indirect textures on fermi for txdIlia Mirkin2014-07-091-0/+3
* nvc0/ir: unset s/r indirect sources before moving everythingIlia Mirkin2014-07-091-9/+10
* nvc0/ir: fill offset in properly for TXDIlia Mirkin2014-07-081-13/+43
* nvc0/ir: use manual TXD when offsets are involvedIlia Mirkin2014-07-081-1/+2
* nvc0/ir: do quadops on the right texture coordinates for TXDIlia Mirkin2014-07-081-2/+3
* nvc0/ir: only merge emit/restart for identical streamsIlia Mirkin2014-07-011-3/+10
* nvc0: replace immd 0 with $rLASTGPR for emit/restart opcodesBen Skeggs2014-05-151-0/+1
* nvc0: move nvc0 lowering pass class definitions into headerBen Skeggs2014-05-151-104/+1
* nvc0/ir: offset appears to come before the Z refIlia Mirkin2014-04-281-1/+3
* nv50/ir: change texture offsets to ValueRefs, allow nonconstIlia Mirkin2014-04-281-8/+29
* nvc0/ir: add support for SAMPLEMASK sysvalIlia Mirkin2014-04-261-0/+4
* nvc0: add support for PIPE_CAP_SAMPLE_SHADINGIlia Mirkin2014-04-261-0/+21
* nvc0: add support for texture gatherIlia Mirkin2014-04-071-2/+8
* nvc0: enable texture query lodIlia Mirkin2014-04-071-0/+41
* nvc0/ir: move sample id to second source arg to fix sampler2DMSIlia Mirkin2014-03-201-3/+11
* nv50/ir: delay calculation of indirect addressesBryan Cain2014-01-271-0/+7
* nouveau: fix regression since float comparison instructions (v2)Dave Airlie2013-09-161-1/+1
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-0/+1597