nir: move shader_enums.[ch] to compiler
[mesa.git] / src / gallium / drivers / freedreno / ir3 /
2016-01-26 Emil Velikovnir: move shader_enums.[ch] to compiler
2016-01-21 Christian Gmeinerfreedreno: make opc array static const
2016-01-17 Rob Clarkfreedreno/ir3: fix mad 3rd src delay calc
2016-01-16 Rob Clarkfreedreno/ir3: better array register allocation
2016-01-16 Rob Clarkfreedreno/ir3: array offset can be negative
2016-01-16 Rob Clarkfreedreno/ir3: workaround bug/feature
2016-01-16 Rob Clarkfreedreno/ir3: array rework
2016-01-16 Rob Clarkfreedreno/ir3: refactor/simplify cp
2016-01-16 Rob Clarkfreedreno/ir3: fix incorrect decoding of mov instructions
2016-01-16 Rob Clarkfreedreno/ir3: remove unused tgsi tokens ptr
2016-01-16 Rob Clarkfreedreno/ir3: bit of ra refactor
2016-01-16 Rob Clarkfreedreno/ir3: cosmetic de-indent
2016-01-03 Rob Clarkfreedreno/ir3: use NIR_PASS helper macros
2016-01-03 Rob Clarkfreedreno/ir3: we require block_index metadata
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-18 Rob Herringfreedreno/ir3: fix 32-bit builds with pointer-to-int...
2015-12-15 Rob Clarkfreedreno/ir3/cmdline: don't dump nir by default
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: convert scheduler back to recursive...
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-26 Rob Clarkfreedreno/ir3: use instr flag to mark unused instructions
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-18 Rob Clarkfreedreno/a3xx+a4xx: fix for stk binning pass hang
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 --gpu arg to cmdline compiler
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-09-13 Rob Clarkfreedreno/ir3: fix compile break after a4aa25be
2015-08-27 Kenneth Graunkenir: Convert the builder to use the new NIR cursor...
2015-08-25 Rob Clarkfreedreno/ir3: fix compile break after splitting out...
2015-08-25 Rob Clarkfreedreno/ir3: fix compile break after fxn->start_block...
2015-08-19 Jason Ekstrandutil/ra: Make allocating conflict lists optional
2015-08-15 Ilia Mirkinfreedreno/a4xx: add cube map array support
2015-08-12 Rob Clarkfreedreno/ir3: 'keeps' need neighbors found too
2015-08-12 Rob Clarkfreedreno/ir3/print: print left/right neighbors too
2015-08-12 Rob Clarkfreedreno/ir3: use nir pass to lower const to scalar
2015-08-12 Rob Clarkfreedreno/a4xx: point-size and spritelist fixes
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: add support for store instructions
2015-07-27 Rob Clarkfreedreno/ir3: cleanup driver-param stuff
2015-07-27 Rob Clarkfreedreno/a3xx+a4xx: add support for vtxcnt semantic
2015-07-27 Rob Clarkfreedreno/ir3: add stream-output support to cmdline...
2015-07-27 Rob Clarkfreedreno/ir3: drop unused create_input() arg
2015-07-27 Rob Clarkfreedreno/ir3: move emit_const to ir3
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/sched: fixup new instr's block
2015-07-10 Rob Clarkfreedreno/ir3/ra: fix failed assert for a0/p0
2015-07-10 Rob Clarkfreedreno/ir3: shader-db traces
2015-07-03 Rob Clarkfreedreno/ir3: don't be confused by eliminated indirects
2015-07-03 Rob Clarkfreedreno/ir3: sched fixes for addr register usage
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: cache defining instruction
2015-06-30 Rob Clarkfreedreno/ir3: fix RA issue with fanin
2015-06-30 Rob Clarkfreedreno/ir3: add ir3_shader_disasm()
2015-06-30 Rob Clarkfreedreno/ir3: fix crash in fail path
2015-06-30 Rob Clarkfreedreno/ir3: fix crash in RA
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: a4xx encodes larger immed offset
2015-06-21 Rob Clarkfreedreno/ir3: simplify find_neighbors stop condition
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: dump nocp option
2015-06-21 Rob Clarkfreedreno/ir3: silence warnings
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-06-12 Emil Velikovmesa; add a dummy _mesa_error_no_memory() symbol to...
2015-05-21 Ilia Mirkinfreedreno/ir3: fix immediate usage in tgsi tex fe
2015-05-20 Jason Ekstrandnir: Get rid of the array elements parameter on load...
2015-05-20 Marek Olšákgallium: remove TGSI_SAT_MINUS_PLUS_ONE
2015-05-10 Rob Clarkfreedreno/ir3/nir: fix build break after f752effa
next