summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/codegen
AgeCommit message (Expand)AuthorFilesLines
2017-08-31nvc0/ir: propagate immediates to CALL input MOVsTobias Klausmann1-2/+19
2017-08-24nv50/ir: properly set sType for TXF ops to U32Ilia Mirkin1-0/+3
2017-08-22gallium: remove TGSI opcode SCSMarek Olšák1-14/+0
2017-08-22gallium: remove TGSI opcode XPDMarek Olšák1-27/+0
2017-08-22gallium: remove TGSI opcode DPHMarek Olšák1-8/+0
2017-08-22gallium: remove TGSI FENCE opcodesMarek Olšák1-10/+0
2017-08-22gallium: remove TGSI opcodes PUSHA, POPA, SAD, TXQ_LZMarek Olšák1-3/+0
2017-08-16nv50/ir: fix TXQ srcMaskIlia Mirkin1-0/+2
2017-08-16nv50/ir: fix srcMask computation for TG4 and TXFIlia Mirkin1-0/+2
2017-08-12nv50/ir: clean up saturated values immediatelyIlia Mirkin1-1/+6
2017-08-12nvc0/ir: unlink values pre- and post-call to division functionIlia Mirkin1-4/+3
2017-08-09nv50/ir: fix ConstantFolding with saturationKarol Herbst2-0/+9
2017-07-21nv50/ir: disable mul+add to mad for precise instructionsKarol Herbst1-2/+3
2017-07-21nv50/ir/tgsi: handle precise for most ALU instructionsKarol Herbst1-0/+2
2017-07-21nv50/ir: add precise field to InstructionKarol Herbst2-0/+3
2017-07-12nv50/ir: fix threads calculation for non-compute shadersIlia Mirkin1-5/+9
2017-06-26nv50/ir: fix combineLd/St to update existing records as necessaryIlia Mirkin1-0/+8
2017-06-26nv50/ir: adjust overlapping logic to take fileIndex-relative offsetsIlia Mirkin1-1/+5
2017-06-26nv50/ir: VFETCH is also considered a load for MemoryOptIlia Mirkin1-1/+1
2017-06-26nv50/ir: fetch indirect sources BEFORE the op that uses themIlia Mirkin1-19/+32
2017-06-25nv50/ir: Properly fold constants in SPLIT operationPierre Moreau1-3/+4
2017-06-02nvc0: Add support for ARB_post_depth_coverageLyude2-0/+4
2017-05-25nouveau: drop Android 4.4 and earlier supportRob Herring2-33/+3
2017-05-20nvc0/ir: SHLADD's middle source must be an immediateIlia Mirkin1-0/+2
2017-05-13nv50/ir: Report wrong prog types using proper varPierre Moreau1-1/+1
2017-05-07nv50/ir: Replace NV50_PROGRAM_IR_* by PIPE_SHADER_IR_*Pierre Moreau2-7/+2
2017-05-07nv50/ir: Remove unused translation methodsPierre Moreau2-10/+3
2017-05-07nv50/ir: Free target if we failed to create a programPierre Moreau1-1/+3
2017-05-07nv50/ir: Fail if encountering unknown shader typePierre Moreau1-2/+2
2017-05-01gm107/ir: add a missing assertion in emitISCADD()Samuel Pitoiset1-0/+2
2017-04-20nvc0/ir: Only store viewport in scratch register for GPLyude1-0/+1
2017-04-13nvc0/ir: Implement TGSI_OPCODE_BALLOT and TGSI_OPCODE_READ_*Boyan Ding1-0/+31
2017-04-13nvc0/ir: Implement TGSI_SEMANTIC_SUBGROUP_*Boyan Ding1-0/+27
2017-04-13nvc0/ir: Add SV_LANEMASK_* system values.Boyan Ding5-0/+25
2017-04-13nvc0/ir: Allow 0/1 immediate value as source of OP_VOTEBoyan Ding3-11/+60
2017-04-13gk110/ir: Emit OP_SHFLBoyan Ding1-0/+56
2017-04-13nvc0/ir: Emit OP_SHFLBoyan Ding1-0/+53
2017-04-13nvc0/ir: Properly handle a "split form" of predicate destinationBoyan Ding1-2/+13
2017-04-13gm107/ir: Emit third src 'bound' and optional predicate output of SHFLBoyan Ding2-9/+29
2017-04-09nv50/ir: remove unused swizzle field in ValueRefIlia Mirkin1-1/+0
2017-04-09nv50/ir: Handle TGSI_OPCODE_CLOCKBoyan Ding1-0/+7
2017-04-09gm107/ir: Emit SV_CLOCK system valueBoyan Ding1-0/+1
2017-04-07nvc0/ir: fix overwriting of offset register with interpolateAtOffsetIlia Mirkin1-2/+2
2017-04-07nvc0/ir: fix LSB/BFE/BFI implementationsIlia Mirkin1-8/+11
2017-03-31nv50/ir: also do PostRaLoadPropagation for FMAKarol Herbst2-1/+2
2017-03-31gm107/ir: add LIMM form of madKarol Herbst2-11/+26
2017-03-31gk110/ir: add LIMM form of madKarol Herbst2-18/+34
2017-03-31nv50/ir: implement mad post ra folding for nvc0+Karol Herbst1-4/+47
2017-03-31nv50/ir: restructure and rename postraconstantfolding passKarol Herbst1-58/+63
2017-03-31nvc0/ir: also do ConstantFolding for FMAKarol Herbst1-0/+1