gallium/ttn: Convert to using VARYING_SLOT_* / FRAG_RESULT_*.
[mesa.git] / src / gallium / drivers / freedreno / ir3 / ir3_compiler_nir.c
2015-09-16 Eric Anholtgallium/ttn: Convert to using VARYING_SLOT_* / FRAG_RES...
2015-09-16 Rob Clarkfreedreno/ir3: use NIR to lower ffract instead of tgsi_...
2015-09-13 Rob Clarkfreedreno/ir3: fix compile warn after 1807a08e
2015-08-25 Rob Clarkfreedreno/ir3: fix compile break after fxn->start_block...
2015-08-15 Ilia Mirkinfreedreno/a4xx: add cube map array support
2015-08-12 Rob Clarkfreedreno/ir3: use nir pass to lower const to scalar
2015-07-27 Rob Clarkfreedreno/ir3: add transform-feedback support
2015-07-27 Rob Clarkfreedreno/ir3: track "keeps" in ir
2015-07-27 Rob Clarkfreedreno/ir3: cleanup driver-param stuff
2015-07-27 Rob Clarkfreedreno/ir3: drop unused create_input() arg
2015-07-27 Rob Clarkfreedreno/ir3: bit of shader API refactoring
2015-07-27 Rob Clarkfreedreno/ir3: updated cat6 encoding
2015-07-10 Rob Clarkfreedreno/ir3: shader-db traces
2015-07-03 Rob Clarkfreedreno/ir3: fix indirects tracking
2015-07-03 Ilia Mirkingallium/ttn: mark location specially in nir for color0...
2015-06-30 Rob Clarkfreedreno/ir3: fixes for indirect writes
2015-06-30 Rob Clarkfreedreno/ir3: fix constlen in case of load_uniform_ind...
2015-06-21 Rob Clarkfreedreno/ir3: pass sz to split_dest()
2015-06-21 Rob Clarkfreedreno/ir3/nir: add more opcodes
2015-06-21 Rob Clarkfreedreno/ir3: only unminify txf coords on a3xx
2015-06-21 Rob Clarkfreedreno: remove int sampler shader variants
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/ra: use register_allocate
2015-06-21 Rob Clarkfreedreno/ir3: introduce ir3_compiler object
2015-06-21 Rob Clarkfreedreno/ir3: silence warnings
2015-06-21 Rob Clarkfreedreno/ir3/sched: convert to priority queue
2015-06-21 Rob Clarkfreedreno/ir3: drop dot graph dumping
2015-05-20 Jason Ekstrandnir: Get rid of the array elements parameter on load...
2015-04-22 Rob Clarkfreedreno/nir: sysval fixes
2015-04-17 Rob Clarkfreedreno/ir3/nir: few little fixes
2015-04-17 Rob Clarkfreedreno/ir3/nir: lower if/else
2015-04-17 Rob Clarkfreedreno/ir3/nir: UBO support
2015-04-11 Rob Clarkfreedreno/ir3/nir: couple little fixes
2015-04-11 Rob Clarkfreedreno/ir3/nir: handle system values
2015-04-11 Rob Clarkfreedreno/ir3/nir: handle txs and query_levels tex ops
2015-04-11 Rob Clarkfreedreno/ir3/nir: split out tex helpers
2015-04-11 Rob Clarkfreedreno/ir3/nir: simplify emit_tex()
2015-04-11 Rob Clarkfreedreno/ir3/nir: add variable-indexing support
2015-04-11 Rob Clarkfreedreno/ir3/nir: set first_driver_param
2015-04-05 Rob Clarkfreedreno/ir3: add NIR compiler