freedreno/a4xx: add ARB_texture_rgb10_a2ui support
[mesa.git] / src / gallium / drivers / freedreno / ir3 /
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
2015-04-22 Rob Clarkfreedreno: misc minor cleanups
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-17 Rob Clarkfreedreno/ir3: move out helper
2015-04-17 Rob Clarkfreedreno/a4xx: sysvals and UBOs
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/cp: handle indirect properly
2015-04-11 Rob Clarkfreedreno/ir3/sched: avoid getting stuck on addr conflicts
2015-04-11 Rob Clarkfreedreno/ir3/nir: add variable-indexing support
2015-04-11 Rob Clarkfreedreno/ir3/asm: change assert to warning
2015-04-11 Rob Clarkfreedreno/ir3/nir: set first_driver_param
2015-04-11 Rob Clarkfreedreno/ir3/cp: support to swap mad src's
2015-04-05 Rob Clarkfreedreno/ir3: add NIR compiler
2015-04-05 Ilia Mirkinfreedreno/a3xx: add UBO support
2015-04-05 Ilia Mirkinfreedreno/ir3: insert nop between sfu/mem operations
2015-04-05 Rob Clarkfreedreno/ir3: handle FRAG IN's without interpolation...
2015-04-05 Rob Clarkfreedreno/ir3/cmdline: add @const headers for immediates
2015-04-05 Rob Clarkfreedreno/ir3/cmdline: remove hack for old compiler
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-04-05 Rob Clarkfreedreno/ir3: fix sam argument order comment
2015-04-02 Ilia Mirkinfreedreno/ir3: add support for FS_COLOR0_WRITES_ALL_CBU...
2015-04-02 Ilia Mirkinfreedreno: remove alpha key from ir3_shader
next