radv: align the TMA BO size to 256
[mesa.git] / src / amd / compiler /
2020-08-24 Daniel Schürmannnir,amd: remove trinary_minmax opcodes
2020-08-24 Timur Kristófaco: Fix convert_to_SDWA when instruction has 3 operands.
2020-08-24 Timur Kristófaco: Fix unused variable warning by adding ASSERTED.
2020-08-24 Samuel Pitoisetradv: add a small interface for creating the trap handl...
2020-08-24 Samuel Pitoisetaco: skip unnecessary compiler pass for the trap handle...
2020-08-24 Samuel Pitoisetaco: add a helper for building a trap handler shader
2020-08-24 Samuel Pitoisetaco: validate that SMEM operands can use fixed registers
2020-08-24 Samuel Pitoisetaco: add TBA/TMA/TTMP0-11 physical registers definitions
2020-08-21 Karol Herbstnir: rename nir_op_fne to nir_op_fneu
2020-08-21 Rhys Perryaco: use nir_intrinsic_has_access
2020-08-21 Rhys Perryaco: fix non-rtz pack_half_2x16
2020-08-21 Samuel Pitoisetaco: add ACO_DEBUG=force-waitcnt to emit wait-states
2020-08-20 Jason Ekstrandnir: Add an LOD parameter to image_*_size
2020-08-20 Samuel Pitoisetaco: fix file leak in ra_fail()
2020-08-20 Samuel Pitoisetradv,aco: report ACO errors/warnings back via VK_EXT_de...
2020-08-20 Samuel Pitoisetaco: rework the way various compilation/validation...
2020-08-20 Samuel Pitoisetaco: rename DEBUG_VALIDATE to DEBUG_VALIDATE_IR
2020-08-13 Samuel Pitoisetaco: do not set valid_mask for POS0 exports on GFX...
2020-08-11 Daniel Schürmannaco: execute branch instructions in WQM if necessary
2020-08-11 Rhys Perryaco: don't move memory accesses to before control barriers
2020-08-10 Rhys Perryaco: set constant_data_offset correctly in the case...
2020-08-06 Rhys Perryaco: fix C++11/C++14 compilation
2020-08-04 Rhys Perryaco: replace MADs in isel with FMA on GFX10.3
2020-08-04 Rhys Perryaco: disable SMEM stores on GFX10.3
2020-08-04 Rhys Perryaco: update aco_opcodes.py for GFX10.3
2020-08-04 Rhys Perryaco: implement subgroup shader_clock on GFX10.3
2020-08-04 Rhys Perryaco: update vgpr_alloc_granule for GFX10.3
2020-08-04 Rhys Perryaco: fix max_waves_per_simd on Polaris, VegaM and GFX10.3
2020-08-04 Rhys Perryaco: update bug workarounds for GFX10_3
2020-08-04 Rhys Perryaco: don't create v_mad_f32 on GFX10.3
2020-08-04 Rhys Perryaco: fix waitcnt insertion on GFX10.3
2020-08-03 Eric Anholtamd: Swap from nir_opt_shrink_load() to nir_opt_shrink_...
2020-07-30 Rhys Perryaco: optimize swizzled SALU 8/16-bit conversions
2020-07-30 Boris Brezillonnir: Stop passing an options arg to nir_lower_int64()
2020-07-30 Daniel Schürmannaco: add GFX6/7 subdword lowering tests
2020-07-30 Rhys Perryaco/tests: add tests for sub-dword swaps
2020-07-30 Rhys Perryaco: add framework for testing isel and integration...
2020-07-30 Rhys Perryaco: add a few tests for the assembler and optimizer
2020-07-30 Rhys Perryaco: add framework for unit testing
2020-07-29 Rhys Perryaco: remove isel for GLSL-style barriers
2020-07-29 Jason Ekstrandaco: Use nir_foreach_variable_with_modes to walk SSBOs
2020-07-29 Jason Ekstrandnir: Add nir_foreach_shader_in/out_variable helpers
2020-07-28 Rhys Perryaco: create acq+rel barriers instead of acq/rel
2020-07-28 Rhys Perryaco: improve workgroup-scope and lower vmem/smem barriers
2020-07-28 Rhys Perryaco: improve sync_info for TCS output stores
2020-07-28 Rhys Perryaco: use storage_scratch
2020-07-28 Rhys Perryaco: enable value numbering of s_buffer_load_*
2020-07-28 Rhys Perryaco: consider intrinsic access in visit_{load,store...
2020-07-28 Rhys Perryradv/aco,aco: use scoped barriers
2020-07-28 Rhys Perryaco: rework barriers and replace can_reorder
2020-07-28 Rhys Perryaco: add missing add_to_hazard_query
2020-07-24 Samuel Pitoisetradv: align the LDS size in calculate_tess_lds_size()
2020-07-23 Daniel Schürmannaco: ensure readfirstlane subdword operands are always...
2020-07-23 Daniel Schürmannaco: prevent infinite recursion in RA for subdword...
2020-07-23 Daniel Schürmannaco: don't split store data if it was already split...
2020-07-23 Daniel Schürmannaco: ensure to not extract more components than have...
2020-07-22 Daniel Schürmannaco: fix scratch loads which cross element_size boundaries
2020-07-22 Samuel Pitoisetaco: add support for nir_intrinsic_shared_atomic_fadd
2020-07-21 Rhys Perryaco: fix includes in aco_ir.cpp
2020-07-21 Rhys Perryaco: fix copy of uninitialized boolean
2020-07-21 Rhys Perryaco: print ACO IR before scheduling instead of after
2020-07-21 Rhys Perryaco: make validate() usable in tests
2020-07-21 Rhys Perryaco: move some setup code into helpers
2020-07-21 Rhys Perryaco: use nir_addition_might_overflow to combine additio...
2020-07-21 Rhys Perryaco: add NUW flag
2020-07-21 Rhys Perryaco: allow overflow for some SMEM instructions
2020-07-21 Rhys Perryaco: be more careful combining additions that could...
2020-07-21 Rhys Perryaco: implement b2i8/b2i16
2020-07-21 Rhys Perryaco: always set FI on GFX10
2020-07-18 Rhys Perryaco: use s_waitcnt_depctr to mitigate VMEMtoScalarWrite...
2020-07-18 Rhys Perryaco: properly recognize that s_waitcnt mitigates VMEMto...
2020-07-17 Rhys Perryaco: set tcs_in_out_eq=false if float controls of VS...
2020-07-17 Rhys Perryaco: fix nir_op_f2f16_rtne with non-default rounding...
2020-07-17 Rhys Perryaco: flush denormals before fp16 fabs/fneg if needed
2020-07-17 Rhys Perryaco: use s_round_mode/s_denorm_mode
2020-07-16 Rhys Perryaco: add add_interference() helper
2020-07-16 Rhys Perryaco: use unordered_set for spill id interferences
2020-07-16 Rhys Perryaco: rewrite graph coloring in spiller
2020-07-16 Rhys Perryaco: fix underestimated pressure in spiller when a...
2020-07-13 Rhys Perryaco: add 32-bit integer addition to can_swap_operands
2020-07-13 Rhys Perryaco: implement <32-bit masked_swizzle_amd
2020-07-13 Rhys Perryaco: optimize some masked swizzles to DPP
2020-07-13 Rhys Perryaco: read 0 from inactive lanes when using dpp
2020-07-10 Rhys Perryaco: don't create phis with undef operands in the boole...
2020-07-10 Rhys Perryaco: optimize boolean phis with uniform selections
2020-07-10 Rhys Perryaco: create better code for boolean phis with constant...
2020-07-10 Rhys Perryaco: rework boolean phi pass
2020-07-10 Samuel Pitoisetaco: fix more validation errors from vgpr spill/restore...
2020-07-07 Rhys Perryaco: use VOP2 version of v_mbcnt_hi_u32_b32 on GFX6/7
2020-07-07 Daniel Schürmannaco: remove superflous (bool & exec) if the result...
2020-07-06 Bas NieuwenhuizenRevert "radv: add support for MRTs compaction to avoid...
2020-06-29 Samuel Pitoisetradv: add support for MRTs compaction to avoid holes
2020-06-26 Daniel Schürmannaco: fix partial copies on GFX6/7
2020-06-25 Samuel Pitoisetradv: lower 64-bit dfloor on GFX6 for fixing precision...
2020-06-25 Samuel Pitoisetradv: lower 64-bit drcp/dsqrt/drsq for fixing precision...
2020-06-24 Rhys Perryaco: remove outdated assert in handle_operands()
2020-06-24 Rhys Perryaco: ignore blocked registers when checking edges in...
2020-06-24 Rhys Perryaco: improve vectorization of 8/16-bit loads/stores
2020-06-24 Rhys Perryaco: fix when sub-dword create_vector operand cannot...
2020-06-24 Daniel Schürmannaco: don't allow partial copies on GFX6/7
next