freedreno: small fix for flushing dependent batches
[mesa.git] / src / gallium / drivers / freedreno / ir3 /
2018-02-10 Rob Clarkfreedreno/ir3: intra-block scheduling
2018-02-10 Rob Clarkfreedreno/ir3: "boost" the depth of if/else condition
2018-02-10 Rob Clarkfreedreno/ir3: account for arrays in delayslot calc
2018-02-10 Rob Clarkfreedreno/ir3: more clever legalize algorithm
2018-02-10 Rob Clarkfreedreno/ir3: track block predecessors
2018-02-10 Rob Clarkfreedreno/ir3: clean up dangling false-dep's
2018-02-10 Rob Clarkfreedreno/ir3: handle IMMED for mad 2nd src special...
2018-02-10 Rob Clarkfreedreno/ir3: remove ir3 phi instruction
2018-02-10 Rob Clarkfreedreno/ir3: remove lower_if_else pass
2018-02-10 Rob Clarkfreedreno/ir3: add experimental GCM pass
2018-02-10 Rob Clarkfreedreno/ir3: change opt passes
2018-02-10 Rob Clarkfreedreno/ir3: use peephole select pass
2018-02-10 Rob Clarkfreedreno/ir3: lower phi webs to regs
2018-02-10 Rob Clarkfreedreno/ir3: separate arrays from groups
2018-02-10 Rob Clarkfreedreno/ir3: make block/instruction serialno per...
2018-02-10 Rob Clarkfreedreno/ir3: add spirv support to cmdline compiler
2018-02-10 Rob Clarkfreedreno/ir3: don't lower fsat
2018-02-10 Rob Clarkfreedreno/ir3: add encoding/decoding for (sat) bit
2018-02-10 Rob Clarkfreedreno/ir3: extend liverange of arrays
2018-02-10 Rob Clarkfreedreno/ir3: avoid extra mov's for "arrays"
2018-02-10 Rob Clarkfreedreno/ir3: a couple more array fixes
2018-02-10 Rob Clarkfreedreno/ir3: keep array stores
2018-02-10 Rob Clarkfreedreno/ir3: propagate barrier information
2018-02-10 Rob Clarkfreedreno/ir3: remove pointless statement
2018-02-10 Rob Clarkfreedreno/ir3: some more debug prints
2018-02-10 Rob Clarkfreedreno/ir3: fix printing of relative branch offsets
2018-02-10 Rob Clarkfreedreno/ir3: be more clever with if/else jumps
2018-02-10 Rob Clarkfreedreno/ir3: avoid some spurious sync bits
2018-02-10 Rob Clarkfreedreno/ir3: print # of sync bits for shaderdb
2018-01-30 Timothy Arcerinir: add lower_all_io_to_temps flag
2018-01-14 Rob Clarkfreedreno/ir3: "soft" depth scheduling for SFU instructions
2017-12-19 Rob Clarkfreedreno/ir3: handle VTXID_BASE for indirect draws
2017-12-19 Rob Clarkfreedreno/ir3: add ctx->mem_to_mem()
2017-12-19 Rob Clarkfreedreno/a5xx: use vertex_id_zero_base
2017-12-05 Rob Clarkfreedreno/ir3: handle input/output component
2017-12-03 Rob Clarkfreedreno/ir3: relax barriers
2017-12-03 Rob Clarkfreedreno/ir3: all mem instructions have WAR hazzard
2017-11-25 Ilia Mirkinfreedreno/ir3: add a pass to lower tg4 to txl, enable...
2017-11-18 Rob Clarkfreedreno/ir3: add texture gather support
2017-11-12 Rob Clarkfreedreno/ir3: don't create split/fo if only writing .x
2017-11-12 Rob Clarkfreedreno/a5xx: indirect grids
2017-11-12 Rob Clarkfreedreno/ir3: moar better scheduler
2017-11-12 Rob Clarkfreedreno/ir3: move macros
2017-11-12 Rob Clarkfreedreno/ir3: image support
2017-11-12 Rob Clarkfreedreno/ir3: shared variable support
2017-11-12 Rob Clarkfreedreno/ir3: some SSBO cleanups/fixes
2017-11-12 Rob Clarkfreedreno/ir3: split out INSTR4F instructions
2017-11-12 Rob Clarkfreedreno/ir3: cat6 encoding fixes
2017-11-12 Rob Clarkfreedreno/ir3: add barriers
2017-11-12 Rob Clarkfreedreno/ir3: invert is_same_type_mov() logic
2017-11-12 Rob Clarkfreedreno/ir3: add cat7 instructions
2017-11-12 Rob Clarkfreedreno/ir3: add SSBO get_buffer_size() support
2017-11-12 Rob Clarkfreedreno/ir3: extract helper for common consts
2017-11-12 Rob Clarkfreedreno/ir3: rename ir3_compile -> ir3_context
2017-11-10 Rob Clarkfreedreno/ir3: correct # of dest components for intrinsics
2017-11-10 Rob Clarkfreedreno/ir3: remove bogus assert
2017-10-24 Rob Clarkfreedreno/ir3: use a flag instead of setting PYTHONPATH
2017-10-20 Jason Ekstrandnir: Get rid of nir_shader::stage
2017-07-31 Nicolai Hähnlest/glsl_to_nir: move nir_lower_io to drivers
2017-07-31 Nicolai Hähnlest/mesa: get rid of st_glsl_types
2017-07-12 Ilia Mirkinfreedreno/ir3: fix load_front_face conversion
2017-05-23 Rob Clarkfreedreno/ir3: lower arrays to regs
2017-05-23 Rob Clarkfreedreno/ir3: add put_dst()
2017-05-23 Rob Clarkfreedreno/ir3: code-motion
2017-05-23 Rob Clarkfreedreno/ir3: fix cmdline compiler
2017-05-23 Rob Clarkfreedreno/ir3: add missing nir_opt_copy_prop_vars(...
2017-05-23 Rob Clarkfreedreno/ir3: need different compiler options for...
2017-05-16 Rob Clarkfreedreno/ir3: fix crash with atomics
2017-05-10 Marek Olšákgallium: remove pipe_index_buffer and set_index_buffer
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-05-06 Rob Clarkfreedreno/ir3: add macro to declare variable length...
2017-05-04 Rob Clarkfreedreno/ir3: compute shader support
2017-05-04 Rob Clarkfreedreno/ir3: SSBO/atomic support
2017-05-04 Rob Clarkfreedreno/ir3: resync instr-a3xx.h/disasm-a3xx.c
2017-04-18 Rob Clarkfreedreno: refactor dirty state handling
2017-04-18 Rob Clarkfreedreno/ir3: split out per-stage emit_consts fxns
2017-04-18 Rob Clarkfreedreno/ir3: refactor out helpers for comparing shade...
2017-04-17 Rob Clarkfreedreno/ir3: add 'high' register class
2017-04-14 Rob Clarkfreedreno/ir3: small re-order
2017-04-14 Rob Clarkfreedreno/ir3: move 'keeps' to block level
2017-04-14 Rob Clarkfreedreno/ir3: convert dynamic arrays to ralloc
2017-03-24 Rob Clarkfreedreno: free compiler when screen is destroyed
2017-03-14 Jason Ekstrandnir: Rework conversion opcodes
2017-03-13 Rob Clarkfreedreno/ir3: fragz cannot be half precision
2017-03-10 Emil Velikovfreedreno: remove shebang from ir3_nir_trig.py
2017-03-10 Emil Velikovfreedreno: remove execute bit from ir3_nir_trig.py
2017-01-22 Rob Clarkfreedreno/ir3: setup var locations in standalone compiler
2017-01-11 Rob Clarkfreedreno/a5xx: use the non-_ZERO_BASE for vertexid
2016-12-30 Rob Clarkfreedreno/ir3: rework varying slots (maybe??)
2016-12-30 Jason Ekstrandnir: Rename convert_to_ssa lower_regs_to_ssa
2016-12-27 Rob Clarkfreedreno/ir3: fix linkage::var size
2016-12-27 Rob Clarkfreedreno/ir3: treat clipvertex like a normal varying
2016-12-27 Rob Clarkfreedreno/a5xx: transform-feedback support
2016-12-27 Rob Clarkfreedreno/ir3: UBO support for 64b GPUs (a5xx)
2016-12-27 Rob Clarkfreedreno/ir3: rework location of driver constants
2016-12-13 Ilia Mirkintreewide: s/comparitor/comparator/
2016-11-30 Rob Clarkfreedreno/a5xx: fix negative branches
2016-11-30 Rob Clarkfreedreno/ir3: don't offset inloc by 8
2016-11-30 Rob Clarkfreedreno/ir3: add new helper for shader linkage
2016-11-12 Rob Clarkfreedreno/ir3: fixup ralloc fallout
next