freedreno/ir3: use instr flag to mark unused instructions
[mesa.git] / src / gallium / drivers / freedreno / ir3 / ir3.h
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-27 Rob Clarkfreedreno/ir3: add support for store instructions
2015-07-27 Rob Clarkfreedreno/ir3: updated cat6 encoding
2015-07-03 Rob Clarkfreedreno/ir3: fix indirects tracking
2015-06-30 Rob Clarkfreedreno/ir3: cache defining instruction
2015-06-21 Rob Clarkfreedreno/ir3: block reshuffling and loops!
2015-06-21 Rob Clarkfreedreno/ir3: a4xx encodes larger immed offset
2015-06-21 Rob Clarkfreedreno/ir3: move inputs/outputs to shader
2015-06-21 Rob Clarkfreedreno/ir3/ra: use register_allocate
2015-06-21 Rob Clarkfreedreno/ir3: introduce ir3_compiler object
2015-06-21 Rob Clarkfreedreno/ir3: remove tgsi f/e
2015-06-21 Rob Clarkfreedreno/ir3/sched: convert to priority queue
2015-06-21 Rob Clarkfreedreno/ir3: use standard list implementation
2015-06-21 Rob Clarkfreedreno/ir3: drop dot graph dumping
2015-06-21 Rob Clarkfreedreno/ir3: more builder helpers
2015-04-17 Rob Clarkfreedreno/ir3/nir: UBO support
2015-04-17 Rob Clarkfreedreno/ir3: move out helper
2015-04-11 Rob Clarkfreedreno/ir3/nir: simplify emit_tex()
2015-04-11 Rob Clarkfreedreno/ir3/cp: support to swap mad src's
2015-04-05 Rob Clarkfreedreno/ir3: handle const/immed/abs/neg in cp
2015-04-05 Rob Clarkfreedreno/ir3: split float/int abs/neg
2015-04-05 Rob Clarkfreedreno/ir3: add ir3 builder helpers
2015-03-15 Rob Clarkfreedreno/ir3: avoid scheduler deadlock
2015-03-15 Rob Clarkfreedreno/ir3: bit of cleanup
2015-03-08 Rob Clarkfreedreno/ir3: relative dst
2015-03-08 Rob Clarkfreedreno/ir3: drop deref nodes
2015-03-08 Rob Clarkfreedreno/ir3: helpful iterator macros
2015-03-03 Rob Clarkfreedreno/ir3: handle flat bypass for a4xx
2015-03-03 Rob Clarkfreedreno/ir3: add support for memory (cat6) instructions
2015-01-08 Rob Clarkfreedreno/ir3: start on indirect gpr reads
2015-01-08 Rob Clarkfreedreno/ir3: make reg array dynamic
2015-01-08 Rob Clarkfreedreno/ir3: simplify RA
2015-01-08 Rob Clarkfreedreno/ir3: regmask support for relative addr
2015-01-08 Rob Clarkfreedreno/ir3: drop instr_clone() stuff
2014-12-24 Rob Clarkfreedreno/ir3: split out legalize pass
2014-12-24 Rob Clarkfreedreno/ir3: ra debug
2014-11-15 Rob Clarkfreedreno: add adreno 420 support
2014-10-25 Rob Clarkfreedreno/ir3: consider instruction neighbors in cp
2014-10-25 Rob Clarkfreedreno/ir3: standalone compiler updates for ir3test
2014-10-21 Rob Clarkfreedreno/ir3: fix potential gpu lockup with kill
2014-10-15 Rob Clarkfreedreno/ir3: large const support
2014-10-03 Rob Clarkfreedreno/ir3: fix lockups with lame FRAG shaders
2014-10-03 Ilia Mirkinfreedreno/ir3: add TXD support and expose ARB_shader_te...
2014-08-30 Rob Clarkfreedreno/ir3: detect scheduler fail
2014-07-25 Rob Clarkfreedreno/ir3: split out shader compiler from a3xx