summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/ir3/ir3_depth.c
Commit message (Expand)AuthorAgeFilesLines
* freedreno/ir3: remove a couple redundant is_flow()sRob Clark2016-05-041-1/+1
* freedreno/ir3: remove ir3_instruction::categoryRob Clark2016-04-041-2/+1
* freedreno/ir3: fix mad 3rd src delay calcRob Clark2016-01-171-1/+1
* freedreno/ir3: array reworkRob Clark2016-01-161-0/+4
* freedreno/ir3: use instr flag to mark unused instructionsRob Clark2015-11-261-3/+3
* freedreno/ir3: track "keeps" in irRob Clark2015-07-271-0/+3
* freedreno/ir3: don't be confused by eliminated indirectsRob Clark2015-07-031-0/+9
* freedreno/ir3: block reshuffling and loops!Rob Clark2015-06-211-2/+12
* freedreno/ir3: move inputs/outputs to shaderRob Clark2015-06-211-9/+10
* freedreno/ir3: use standard list implementationRob Clark2015-06-211-36/+32
* freedreno/a4xx: sysvals and UBOsRob Clark2015-04-171-1/+2
* freedreno/ir3/cp: support to swap mad src'sRob Clark2015-04-111-1/+2
* freedreno/ir3: helpful iterator macrosRob Clark2015-03-081-11/+7
* freedreno/ir3: add support for memory (cat6) instructionsRob Clark2015-03-031-1/+1
* freedreno/ir3: fix potential gpu lockup with killRob Clark2014-10-201-2/+14
* freedreno/ir3: split out shader compiler from a3xxRob Clark2014-07-251-0/+159