ac/gpu_info: replace num_good_cu_per_sh with min/max_good_cu_per_sa
[mesa.git] / src / amd / compiler /
2020-05-25 Samuel Pitoisetaco: add support for bias/lod with texture gather
2020-05-24 Samuel Pitoisetaco: implement nir_intrinsic_shader_clock with device...
2020-05-21 Samuel Pitoisetaco: sign-extend the input and identity for 8-bit subgr...
2020-05-21 Samuel Pitoisetaco: use a temporary SGPR for 8-bit/16-bit literal...
2020-05-21 Samuel Pitoisetaco: implement 8-bit/16-bit nir_intrinsic_quad_*
2020-05-21 Samuel Pitoisetaco: implement 8-bit/16-bit nir_intrinsic_{shuffle...
2020-05-21 Samuel Pitoisetaco: implement 8-bit/16-bit nir_intrinsic_read_first_in...
2020-05-21 Samuel Pitoisetaco: validate 8-bit/16-bit VGPR operands for readfirstl...
2020-05-21 Samuel Pitoisetaco: implement 8-bit/16-bit reductions
2020-05-21 Samuel Pitoisetaco: declare 8-bit/16-bit reduce operations
2020-05-21 Rhys Perryaco: fix typo in insert_waitcnt's kill()
2020-05-21 Daniel Schürmannaco: don't allow unaligned subdword accesses on GFX6/7
2020-05-21 Daniel Schürmannaco: fix corner case in register allocation
2020-05-21 Daniel Schürmannaco: don't move create_vector subdword operands to...
2020-05-21 Daniel Schürmannaco: restrict copying of create_vector operands to...
2020-05-21 Samuel Pitoisetaco: fix missing break in label_instruction()
2020-05-19 Samuel Pitoisetaco: fix off-by-one error with 16-bit MTBUF opcodes...
2020-05-19 Samuel Pitoisetaco: implement 16-bit interp
2020-05-19 Samuel Pitoisetaco: emit v_interp_*_f16 instructions as VOP3 instead...
2020-05-19 Samuel Pitoisetaco: validate v_interp_*_f16 as VOP3 instructions inste...
2020-05-19 Samuel Pitoisetaco: implement 16-bit vertex fetches with tbuffer_load_...
2020-05-19 Samuel Pitoisetaco: implement 8-bit/16-bit mov's with p_create_vector
2020-05-19 Samuel Pitoisetaco: allow to load/store 16-bit values in VMEM for...
2020-05-19 Samuel Pitoisetaco: convert 16-bit values before exporting MRTs
2020-05-19 Samuel Pitoisetaco: store 16-bit temporary outputs as v2b
2020-05-19 Rhys Perryaco: fix disassembly with LLVM 11
2020-05-14 Rhys Perryaco: split operations that use a swap's definition
2020-05-14 Daniel Schürmannaco: fix WQM coalescing
2020-05-14 Samuel Pitoisetaco: add support for texturing with clamped LOD
2020-05-14 Samuel Pitoisetaco: remove useless check for nir_tex_src_bias
2020-05-13 Jason Ekstrandnir: Make "divergent" a property of an SSA value
2020-05-13 Rhys Perryaco: improve phi affinities with p_split_vector
2020-05-13 Rhys Perryaco: consider affinities when creating v_mac_f32
2020-05-13 Rhys Perryaco: mark phi definitions as last-seen phi operands
2020-05-13 Rhys Perryaco: fix consecutively written vgprs from vmem instructions
2020-05-13 Rhys Perryaco: simplify consecutive ordered vmem/lds writes optim...
2020-05-12 Samuel Pitoisetaco: optimize add/sub(a, cndmask(b, 0, 1, cond)) -...
2020-05-12 Daniel Schürmannaco: coalesce parallelcopies during register allocation
2020-05-11 Samuel Pitoisetaco: prevent invalid loads/stores vectorization if...
2020-05-11 Samuel Pitoisetnir: do not vectorize load/store if offset can overflow...
2020-05-11 Samuel Pitoisetaco: fix 64-bit trunc with negative exponents on GFX6
2020-05-07 Daniel Schürmannaco: either copy-propagate or inline create_vector...
2020-05-05 Samuel Pitoisetaco: remove unecessary p_split_vector with v2b reg...
2020-05-02 Rhys Perryaco: add message to static_assert
2020-05-02 Rhys Perryaco: remove use of f-strings
2020-04-29 Timur Kristófradv: Use smaller esgs_itemsize for ACO.
2020-04-29 Timur Kristófaco: Use new default driver locations.
2020-04-29 Timur Kristófaco: Set config->lds_size when TES or VS is running...
2020-04-29 Timur Kristófaco: Calculate workgroup size of legacy GS.
2020-04-29 Timur Kristófaco: Remember VS/TCS output driver locations.
2020-04-29 Timur Kristófaco: Use context variables instead of calculating TCS...
2020-04-29 Timur Kristófradv: Refactor calculate_tess_lds_size and get_tcs_num_...
2020-04-29 Rhys Perryaco: consider blocks unreachable if they are in the...
2020-04-29 Samuel Pitoisetaco: fix adjusting the sample index with FMASK if value...
2020-04-29 Samuel Pitoisetaco: fix nir_texop_texture_samples with NULL descriptors
2020-04-28 Rhys Perryaco: fix vgpr nir_op_vecn with sgpr operands
2020-04-28 Rhys Perryaco: improve clamped integer addition disassembly worka...
2020-04-28 Rhys Perryaco: add various GFX10 int16 opcodes
2020-04-28 Rhys Perryaco: fix sub-dword overwrite check in RA validator
2020-04-28 Rhys Perryaco: fix sub-dword out-of-bounds check in RA validator
2020-04-28 Rhys Perryaco: add missing adjust_max_used_regs()
2020-04-28 Rhys Perryaco: improve RA for uneven p_split_vector
2020-04-28 Rhys Perryaco: don't recurse in sub-dword get_reg_simple()
2020-04-28 Rhys Perryaco: split self-intersecting copies instead of swapping
2020-04-28 Rhys Perryaco: fix neighboring register check in get_reg_simple()
2020-04-28 Rhys Perryaco: check alignment of non-subdword registers in get_r...
2020-04-28 Rhys Perryaco: make RegisterFile::block() take a regclass
2020-04-24 Rhys Perryaco: lower 8/16-bit integer arithmetic
2020-04-24 Rhys Perryaco: improve sub-dword emit_split_vector() with sgprs
2020-04-24 Rhys Perryaco: clobber scc in s_bfe_u32 in get_alu_src()
2020-04-24 Rhys Perryaco: handle undef p_create_vector operands in the optimizer
2020-04-24 Rhys Perryaco: vectorize global loads/stores
2020-04-24 Rhys Perryaco: allow 8/16-bit shared loads
2020-04-24 Rhys Perryaco: add and use get_buffer_store_op() helper
2020-04-24 Rhys Perryaco: refactor visit_store_scratch() to use new helpers
2020-04-24 Rhys Perryaco: refactor visit_store_global() to use new helpers
2020-04-24 Rhys Perryaco: refactor visit_store_ssbo() to use new helpers
2020-04-24 Rhys Perryaco: refactor store_vmem_mubuf() to use new helpers
2020-04-24 Rhys Perryaco: refactor store_lds() to use new helpers
2020-04-24 Rhys Perryaco: add helpers for splitting stores
2020-04-24 Rhys Perryaco: use emit_load helper for VMEM/SMEM loads
2020-04-24 Rhys Perryaco: refactor load_lds to use new helpers
2020-04-24 Rhys Perryaco: add emit_load helper
2020-04-24 Rhys Perryaco: add and use RegClass::get() helper
2020-04-24 Rhys Perryaco: be more careful about using SMEM for load_global
2020-04-24 Timur Kristófaco: Move s_setprio to correct place after the gs_alloc...
2020-04-24 Timur Kristófaco: Use 24-bit multiplication for NGG wave id and...
2020-04-24 Timur Kristófaco: Use 24-bit multiplication in TCS I/O
2020-04-24 Timur Kristófaco: Const correctness for aco_print_ir.
2020-04-24 Timur Kristófaco: Const correctness for get_barrier_interaction.
2020-04-24 Timur Kristófaco: Abort when RA can't find a register.
2020-04-24 Timur Kristófaco: Increase barrier_count to 7 to include barrier_bar...
2020-04-24 Timur Kristófaco: Only store TCS outputs to VMEM when they are read...
2020-04-24 Rhys Perryaco: fix outdated label_vec from p_create_vector labelling
2020-04-24 Rhys Perryaco: fix v_or(s_lshl) and v_add(s_lshl) optimizations
2020-04-23 Rhys Perryaco: improve code for 32-bit isign
2020-04-23 Rhys Perryaco: combine VALU and SALU into various VOP3 instructions
2020-04-23 Rhys Perryaco: move call to store_output_to_temps in store_ls_or_...
2020-04-23 Rhys Perryaco: remove copy in load_input_from_temps()
2020-04-23 Rhys Perryaco: copy-propagate p_create_vector copies of vectors
next