freedreno/ir3: use instr flag to mark unused instructions
[mesa.git] / src / gallium / drivers / freedreno / ir3 / ir3_depth.c
2015-11-26 Rob Clarkfreedreno/ir3: use instr flag to mark unused instructions
2015-07-27 Rob Clarkfreedreno/ir3: track "keeps" in ir
2015-07-03 Rob Clarkfreedreno/ir3: don't be confused by eliminated indirects
2015-06-21 Rob Clarkfreedreno/ir3: block reshuffling and loops!
2015-06-21 Rob Clarkfreedreno/ir3: move inputs/outputs to shader
2015-06-21 Rob Clarkfreedreno/ir3: use standard list implementation
2015-04-17 Rob Clarkfreedreno/a4xx: sysvals and UBOs
2015-04-11 Rob Clarkfreedreno/ir3/cp: support to swap mad src's
2015-03-08 Rob Clarkfreedreno/ir3: helpful iterator macros
2015-03-03 Rob Clarkfreedreno/ir3: add support for memory (cat6) instructions
2014-10-21 Rob Clarkfreedreno/ir3: fix potential gpu lockup with kill
2014-07-25 Rob Clarkfreedreno/ir3: split out shader compiler from a3xx