aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/ir3
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* freedreno/a3xx: enable sampling from integer texturesIlia Mirkin2014-11-302-1/+10
* freedreno/ir3: remove unused arg parameterIlia Mirkin2014-11-301-7/+7
* freedreno/ir3: fix UMADIlia Mirkin2014-11-301-9/+9
* freedreno/ir3: don't pass consts to madsh.m16 in MOD logicIlia Mirkin2014-11-271-0/+3
* freedreno: add adreno 420 supportRob Clark2014-11-155-11/+22
* freedreno/ir3: move some helpersRob Clark2014-11-141-0/+58
* freedreno/ir3: half vs full reg in standalone compiler outputRob Clark2014-11-141-6/+10
* freedreno/ir3: consider instruction neighbors in cpRob Clark2014-10-252-11/+178
* freedreno/ir3: always mov tex coordsRob Clark2014-10-251-54/+30
* freedreno/ir3: skip virtual outputs in standalone compilerRob Clark2014-10-251-0/+3
* freedreno/ir3: standalone compiler updates for ir3testRob Clark2014-10-254-18/+51
* freedreno/ir3: add debug flag to disable cpRob Clark2014-10-202-1/+8
* freedreno/a3xx: disable early-z when we have kill'sRob Clark2014-10-202-0/+7
* freedreno/ir3: fix potential gpu lockup with killRob Clark2014-10-204-2/+61
* freedreno/ir3: comment + better fxn nameRob Clark2014-10-201-3/+5
* freedreno/ir3: large const supportRob Clark2014-10-153-7/+20
* freedreno/ir3: optimize shader key comparisionRob Clark2014-10-152-30/+55
* freedreno/a3xx: refactor/optimize emitRob Clark2014-10-151-5/+0
* freedreno: use tgsi_loweringRob Clark2014-10-144-8/+6
* freedreno/ir3: fix lockups with lame FRAG shadersRob Clark2014-10-034-6/+17
* freedreno/ir3: add TXF supportIlia Mirkin2014-10-021-1/+39
* freedreno/ir3: add TXD support and expose ARB_shader_texture_lodIlia Mirkin2014-10-022-8/+55
* freedreno/ir3: add texture offset supportIlia Mirkin2014-10-021-4/+45
* freedreno/ir3: shadow comes before arrayIlia Mirkin2014-10-021-2/+2
* freedreno/ir3: make TXQ return integers, not floatsIlia Mirkin2014-10-021-1/+1
* freedreno/ir3: add UMAD supportIlia Mirkin2014-10-021-4/+15
* freedreno/ir3: add ISSG supportIlia Mirkin2014-10-021-0/+39