freedreno/ir3: refactor NIR IR handling
[mesa.git] / src / gallium / drivers / freedreno / ir3 / ir3_compiler_nir.c
2016-01-03 Rob Clarkfreedreno/ir3: refactor NIR IR handling
2016-01-03 Rob Clarkfreedreno/ir3: drop unnecessary unreachable() case
2015-12-28 Jason Ekstrandnir: Get rid of function overloads
2015-12-23 Rob Clarkfreedreno/ir3: spelling..
2015-12-22 Kenneth Graunkenir: Add a writemask to store intrinsics.
2015-12-10 Jason Ekstrandnir: Get rid of *_indirect variants of input/output...
2015-12-05 Rob Clarkfreedreno/ir3: nir shader prints with 'disasm' debug...
2015-12-04 Rob Clarkfreedreno/ir3: don't reuse a0.x across blocks
2015-12-04 Rob Clarkfreedreno/ir3: rename ir3_block::bd
2015-11-26 Rob Clarkfreedreno/ir3: assign varying locations later
2015-11-23 Ilia Mirkinfreedreno/ir3: add support for a few gs5 ops
2015-11-23 Ilia Mirkinfreedreno/a4xx: add ARB_texture_query_lod support
2015-11-23 Jason Ekstrandnir: s/nir_type_unsigned/nir_type_uint
2015-11-20 Ian Romanicknir: Add nir_texop_samples_identical opcode
2015-11-06 Boyan Dingfreedreno/ir3: Use nir_foreach_variable
2015-10-09 Rob Clarkglsl: move shader_enums into nir
2015-09-19 Rob Clarkfreedreno/ir3: use nir two-sided-color lowering
2015-09-19 Rob Clarkfreedreno/ir3: lower txp/clamp in NIR
2015-09-17 Rob Clarkfreedreno/ir3: add support for ucp
2015-09-17 Rob Clarkfreedreno/ir3: convert from tgsi semantic/index to...
2015-09-17 Rob Clarkfreedreno/ir3: switch to shader_enums.h interp constants
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