aco: implement nir_intrinsic_shader_clock with device scope
[mesa.git] / src / amd / compiler / aco_instruction_selection.cpp
2020-05-24 Samuel Pitoisetaco: implement nir_intrinsic_shader_clock with device...
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: implement 8-bit/16-bit reductions
2020-05-19 Samuel Pitoisetaco: implement 16-bit interp
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-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-11 Samuel Pitoisetaco: fix 64-bit trunc with negative exponents on GFX6
2020-05-05 Samuel Pitoisetaco: remove unecessary p_split_vector with v2b reg...
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 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-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: 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: 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: Only store TCS outputs to VMEM when they are read...
2020-04-23 Rhys Perryaco: improve code for 32-bit isign
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-20 Daniel Schürmannaco: move src1 to vgpr instead of using VOP3 for VOP2...
2020-04-20 Daniel Schürmannaco: fix 64bit fsub
2020-04-19 Daniel Schürmannaco: use v_subrev_f32 for fsub with an sgpr operand...
2020-04-17 Samuel Pitoisetaco: fix exporting the viewport index if the fragment...
2020-04-16 Rhys Perryaco: add missing scc clobber to nir_op_unpack_32_2x16_s...
2020-04-16 Rhys Perryaco: implement various 8/16-bit conversions
2020-04-16 Samuel Pitoisetaco: fix emitting stream output with tess eval shaders
2020-04-16 Samuel Pitoisetaco: implement nir_op_f2i8/nir_op_f2u8
2020-04-15 Rhys Perryaco: fix 1D textureGrad() on GFX9
2020-04-15 Samuel Pitoisetaco: fix nir_op_frexp_exp with 16-bit floats and negati...
2020-04-13 Samuel Pitoisetaco: fix nir_op_pack_32_2x16_split if one operand is...
2020-04-13 Samuel Pitoisetaco: implement 16-bit nir_op_f2i64/nir_op_f2u64
2020-04-13 Samuel Pitoisetaco: fix f2i64/f2u64 with sgprs if the exponent computa...
2020-04-10 Daniel Schürmannaco: ensure correct bit representation of subdword...
2020-04-10 Samuel Pitoisetaco: implement nir_op_b2f16/nir_op_i2f16/nir_op_u2f16
2020-04-10 Samuel Pitoisetaco: implement 16-bit comparisons
2020-04-10 Samuel Pitoisetaco: implement 16-bit nir_op_fmax3/nir_op_fmin3/nir_op_...
2020-04-10 Samuel Pitoisetaco: implement 16-bit nir_op_ldexp
2020-04-10 Samuel Pitoisetaco: implement 16-bit nir_op_f2i32/nir_op_f2u32
2020-04-10 Samuel Pitoisetaco: implement 16-bit nir_op_bcsel
2020-04-10 Samuel Pitoisetaco: implement 16-bit nir_op_fsign
2020-04-10 Samuel Pitoisetaco: implement 16-bit nir_op_fsat
2020-04-10 Samuel Pitoisetaco: implement 16-bit nir_op_fmul
2020-04-10 Samuel Pitoisetaco: implement 16-bit nir_op_fcos/nir_op_fsin
2020-04-10 Samuel Pitoisetaco: implement 16-bit nir_op_fsub/nir_op_fadd
2020-04-10 Samuel Pitoisetaco: implement 16-bit nir_op_fabs/nir_op_fneg
2020-04-10 Samuel Pitoisetaco: implement 16-bit nir_op_fmax/nir_op_fmin
2020-04-10 Samuel Pitoisetaco: implement 16-bit nir_op_ffloor/nir_op_fceil
2020-04-10 Samuel Pitoisetaco: implement 16-bit nir_op_fsqrt/nir_op_frcp/nir_op_frsq
2020-04-10 Samuel Pitoisetaco: implement 16-bit nir_op_ftrunc/nir_op_fround_even
2020-04-10 Samuel Pitoisetaco: implement 16-bit nir_op_fexp2/nir_op_flog2
2020-04-10 Samuel Pitoisetaco: implement 16-bit nir_op_ffract
2020-04-10 Samuel Pitoisetaco: implement 16-bit nir_op_frexp_sig/nir_op_frexp_exp
2020-04-07 Timur Kristófaco/ngg: Run GS_ALLOC_REQ on priority 3 for NGG VS...
2020-04-07 Timur Kristófaco/ngg: Implement NGG VS and TES.
2020-04-07 Timur Kristófaco: Extract merged_wave_info_to_mask to its own function.
2020-04-07 Timur Kristófaco: Extract uniform if handling to separate functions.
2020-04-06 Rhys Perryaco: zero-initialize Temp
2020-04-03 Daniel Schürmannaco: use MUBUF to load subdword SSBO
2020-04-03 Daniel Schürmannaco: implement 8bit/16bit store_ssbo
2020-04-03 Daniel Schürmannaco: implement 8bit/16bit load_buffer
2020-04-03 Daniel Schürmannaco: implement storagePushConstant8 & storagePushConstant16
2020-04-03 Daniel Schürmannaco: implement vec2/3/4 with subdword operands
2020-04-03 Daniel Schürmannaco: prepare helper functions for subdword handling
2020-04-03 Daniel Schürmannaco: add byte_align_scalar() & trim_subdword_vector...
2020-04-03 Daniel Schürmannaco: add missing conversion operations for small bitsizes
2020-03-30 Jason Ekstrandaco: Implement b2b32 and b2b1
2020-03-30 Timur Kristófaco: Don't store LS VS outputs to LDS when TCS doesn...
2020-03-30 Timur Kristófaco: When LS and HS invocations are the same, pass...
2020-03-30 Timur Kristófaco: Extract store_output_to_temps into a separate...
2020-03-30 Timur Kristófaco: Fix workgroup size calculation.
2020-03-30 Timur Kristófaco: Zero-fill undefined elements in create_vec_from_array.
2020-03-30 Timur Kristófaco: Change isel inputs/outputs to a flat array.
2020-03-30 Timur Kristófaco: Treat outputs of the previous stage as inputs...
2020-03-30 Timur Kristófaco: Use more optimal sequence at the beginning of...
2020-03-30 Timur Kristófaco: Skip 2nd read of merged wave info when TCS in...
2020-03-30 Timur Kristófaco: Allow combining LDS loads when loading tess factors.
next