summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/ir3
Commit message (Expand)AuthorAgeFilesLines
* freedreno/ir3/cp: support to swap mad src'sRob Clark2015-04-114-9/+43
* freedreno/ir3: add NIR compilerRob Clark2015-04-054-5/+1755
* freedreno/a3xx: add UBO supportIlia Mirkin2015-04-054-11/+88
* freedreno/ir3: insert nop between sfu/mem operationsIlia Mirkin2015-04-051-1/+6
* freedreno/ir3: handle FRAG IN's without interpolation specifiedRob Clark2015-04-051-7/+15
* freedreno/ir3/cmdline: add @const headers for immediatesRob Clark2015-04-051-0/+9
* freedreno/ir3/cmdline: remove hack for old compilerRob Clark2015-04-051-23/+0
* freedreno/ir3: handle const/immed/abs/neg in cpRob Clark2015-04-053-31/+314
* freedreno/ir3: split float/int abs/negRob Clark2015-04-055-64/+213
* freedreno/ir3: add ir3 builder helpersRob Clark2015-04-053-4/+162
* freedreno/ir3: fix sam argument order commentRob Clark2015-04-051-1/+1
* freedreno/ir3: add support for FS_COLOR0_WRITES_ALL_CBUFS propertyIlia Mirkin2015-04-022-1/+10
* freedreno: remove alpha key from ir3_shaderIlia Mirkin2015-04-024-34/+0
* freedreno/ir3: fix infinite recursion in schedRob Clark2015-03-181-1/+1
* freedreno/ir3: remove old compilerRob Clark2015-03-154-1571/+10
* freedreno/ir3: avoid scheduler deadlockRob Clark2015-03-153-0/+45
* freedreno/ir3: bit of cleanupRob Clark2015-03-153-19/+23
* freedreno/ir3: get the # of miplevels from getinfoIlia Mirkin2015-03-091-0/+20
* freedreno/ir3: fix array count returned by TXQIlia Mirkin2015-03-091-2/+42
* freedreno/ir3: relative dstRob Clark2015-03-085-42/+244
* freedreno/ir3: split out array_fanin() helperRob Clark2015-03-081-17/+30
* freedreno/ir3: drop deref nodesRob Clark2015-03-087-80/+53
* freedreno/ir3: helpful iterator macrosRob Clark2015-03-089-111/+109
* freedreno/ir3: fix register usage calculationsRob Clark2015-03-081-7/+14
* freedreno/ir3: couple tweaks for cmdline compilerRob Clark2015-03-081-1/+4
* freedreno/ir3: split up ssa_dstRob Clark2015-03-081-17/+25
* freedreno/ir3: fix failed assert in groupingRob Clark2015-03-081-27/+44
* freedreno/ir3: fix silly typo for binning pass shadersRob Clark2015-03-051-1/+1
* freedreno/ir3: fix old compiler after f6b2e8af742Rob Clark2015-03-041-0/+1
* freedreno/ir3: handle flat bypass for a4xxRob Clark2015-03-036-3/+95
* freedreno/ir3: add support for memory (cat6) instructionsRob Clark2015-03-033-4/+8
* freedreno/ir3: fix up cat6 instruction encodingsRob Clark2015-03-033-139/+121
* freedreno/a3xx: add support for vertexid and instanceid sysvalsIlia Mirkin2015-02-192-3/+78
* freedreno/ir3: handle "holes" in inputsRob Clark2015-01-131-1/+31
* freedreno/ir3: fix pos_regid > max_regRob Clark2015-01-074-41/+121
* freedreno/ir3: start on indirect gpr readsRob Clark2015-01-073-8/+146
* freedreno/ir3: make reg array dynamicRob Clark2015-01-074-13/+50
* freedreno/ir3: simplify RARob Clark2015-01-077-775/+620
* freedreno/ir3: regmask support for relative addrRob Clark2015-01-072-17/+51
* freedreno/ir3: split up ssa_srcRob Clark2015-01-071-23/+34
* freedreno/ir3: drop instr_clone() stuffRob Clark2015-01-072-49/+17
* freedreno/ir3: runtime enable RA debug for DEBUG buildsRob Clark2015-01-071-1/+6
* freedreno/ir3: handle relative addr in ir3_dumpRob Clark2015-01-071-1/+8
* freedreno/ir3: legalize vs unused sam dst componentsRob Clark2015-01-072-2/+9
* freedreno/ir3: hack for old compilerRob Clark2015-01-071-0/+23
* freedreno/ir3: split out legalize passRob Clark2014-12-234-154/+213
* freedreno/ir3: ra debugRob Clark2014-12-233-17/+61
* freedreno/ir3: trans_kill cleanupRob Clark2014-12-201-12/+7
* freedreno/ir3: hack for standalone compilerRob Clark2014-12-201-1/+5
* freedreno/ir3: lower TXP as neededRob Clark2014-12-093-3/+19