summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/codegen
AgeCommit message (Expand)AuthorFilesLines
2014-09-09nv50/ir: avoid array overrun when checking for supported modsIlia Mirkin2-2/+2
2014-09-09nvc0/ir: clarify recursion fix to finding first tex usesChristoph Bumiller1-9/+7
2014-09-09nv50/ir/util: fix BitSet issuesChristoph Bumiller3-3/+10
2014-09-02nv50/ir: avoid creating instructions that can't be emittedIlia Mirkin1-0/+4
2014-09-02nvc0/ir: avoid infinite recursion when finding first uses of texIlia Mirkin1-8/+28
2014-07-10nvc0/ir: use manual TXD when offsets are involvedIlia Mirkin1-1/+2
2014-07-10nvc0/ir: do quadops on the right texture coordinates for TXDIlia Mirkin1-2/+3
2014-07-10nv50/ir: ignore bias for samplerCubeShadow on nv50Ilia Mirkin1-0/+10
2014-07-10nv50/ir: retrieve shadow compare from first argIlia Mirkin1-1/+1
2014-07-03nv50/ir: allow gl_ViewportIndex to work on non-provoking verticesTobias Klausmann2-2/+30
2014-06-23gk110/ir: fix bfind emissionIlia Mirkin1-1/+1
2014-06-23gk110/ir: fix emitting constbuf file indexIlia Mirkin1-2/+3
2014-06-23gk110/ir: emit saturate flag on fadd when neededIlia Mirkin1-0/+1
2014-06-06gk110/ir: fix slct emissionIlia Mirkin1-1/+1
2014-06-06gk110/ir: fix interp mode emissionIlia Mirkin1-1/+2
2014-06-06gk110/ir: fix ISAD emission with register argsIlia Mirkin1-1/+1
2014-06-06gk110/ir: fix quadon opcode emissionIlia Mirkin1-1/+1
2014-06-06gk110/ir: emit texbar the same way that the blob doesIlia Mirkin1-1/+1
2014-06-06nv50/ir: clear subop when folding constant expressionsTobias Klausmann1-0/+1
2014-05-29nv50/ir/tgsi: optimize KILChristoph Bumiller1-0/+5
2014-05-29nv50/ir: fix lowering of predicated instructions (without defs)Christoph Bumiller1-1/+4
2014-05-29nv50/ir/opt: fix constant folding with saturate modifierChristoph Bumiller1-1/+3
2014-05-29nv50/ir/tgsi: TGSI_OPCODE_POW replicates its resultChristoph Bumiller1-1/+5
2014-05-23nv50/ir: fix constant folding for OP_MUL subop HIGHIlia Mirkin1-4/+43
2014-05-23nv50/ir: fix s32 x s32 -> high s32 multiply logicIlia Mirkin2-11/+82
2014-05-23nv50/ir: fix integer mul lowering for u32 x u32 -> high u32Ilia Mirkin1-3/+4
2014-05-23nv50/ir: make sure that texprep/texquerylod's args get coalescedIlia Mirkin1-0/+2
2014-05-13nv50: fix setting of texture ms info to be per-stageIlia Mirkin1-0/+4
2014-05-13nv50/ir: make sure to reverse cond codes on all the OP_SET variantsIlia Mirkin1-1/+2
2014-05-08nv50/ir/gk110: fix set with f32 destIlia Mirkin1-0/+3
2014-04-28nvc0/ir: offset appears to come before the Z refIlia Mirkin1-1/+3
2014-04-28nv50/ir: change texture offsets to ValueRefs, allow nonconstIlia Mirkin8-20/+61
2014-04-28nvc0/ir: do constant folding of extbf/insbfIlia Mirkin1-1/+66
2014-04-28nvc0/ir: add support for MUL_HI tgsi opcodesIlia Mirkin1-1/+12
2014-04-28nvc0/ir: add support for new bitfield manipulation opcodesIlia Mirkin7-4/+127
2014-04-26nvc0/ir: fetch shadow value from proper place for TG4 cube arrayIlia Mirkin1-1/+4
2014-04-26nvc0/ir: set gatherComp for non-shadow targetsIlia Mirkin1-0/+2
2014-04-26nvc0/ir: set instance count based on the GS_INVOCATIONS propertyIlia Mirkin1-3/+1
2014-04-26nvc0/ir: add support for INVOCATIONID system valueIlia Mirkin2-1/+1
2014-04-26nvc0/ir: add support for SAMPLEMASK sysvalIlia Mirkin5-0/+8
2014-04-26nvc0: add support for PIPE_CAP_SAMPLE_SHADINGIlia Mirkin7-3/+61
2014-04-26nv50: add support for PIPE_CAP_SAMPLE_SHADINGIlia Mirkin6-2/+24
2014-04-19nouveau/codegen: add missing values for OP_TXLQ into the target arraysIlia Mirkin2-7/+9
2014-04-07nvc0: add support for texture gatherIlia Mirkin3-4/+20
2014-04-07nvc0: enable texture query lodIlia Mirkin3-0/+53
2014-04-07nv50: enable texture query lodIlia Mirkin5-0/+32
2014-03-20nvc0/ir: move sample id to second source arg to fix sampler2DMSIlia Mirkin2-4/+12
2014-03-18nv50/ir/gk110: add postfactor support for fmulIlia Mirkin1-0/+2
2014-03-18nv50/ir/gk110: set not modifier on first source of logic opIlia Mirkin1-3/+2
2014-03-18nv50/ir/gk110: use shl/shr instead of lshf/rshf so that c[] is supportedIlia Mirkin1-17/+6