nir/lower_atomics_to_ssbo: Also lower barriers
[mesa.git] / src / amd / compiler / aco_instruction_selection.cpp
2020-01-13 Jason Ekstrandnir/lower_atomics_to_ssbo: Also lower barriers
2020-01-13 Jason Ekstrandnir: Rename nir_intrinsic_barrier to control_barrier
2020-01-13 Jason Ekstrandnir: Add a new memory_barrier_tcs_patch intrinsic
2020-01-13 Rhys Perryaco: set exec_potentially_empty for demotes
2020-01-13 Rhys Perryaco: fix imageSize()/textureSize() with large buffers...
2020-01-13 Rhys Perryaco: set vm for pos0 exports on GFX10
2020-01-11 Timur Kristófaco/wave32: Set the definitions of v_cmp instructions...
2020-01-10 Daniel Schürmannaco: compact aco::span<T> to use uint16_t offset and...
2020-01-10 Daniel Schürmannaco: compact various Instruction classes
2020-01-09 Samuel Pitoisetaco: handle nir_intrinsic_image_deref_{load,store}...
2019-12-31 Timur Kristófaco: Fix uniform i2i64.
2019-12-21 Karol Herbstaco: use NIR_MAX_VEC_COMPONENTS instead of 4
2019-12-19 Samuel Pitoisetac: declare an enum for the OOB select field on GFX10
2019-12-07 Daniel Schürmannaco: improve readfirstlane after uniform ssbo loads...
2019-12-07 Daniel Schürmannaco: use soffset for MUBUF instructions on SI/CI
2019-12-07 Daniel Schürmannaco: flush denorms after fmin/fmax on pre-GFX9
2019-12-07 Daniel Schürmannaco: implement 64bit ine/ieq for SI/CI
2019-12-07 Daniel Schürmannaco: implement 64bit i2b for SI /CI
2019-12-07 Daniel Schürmannaco: make 1/2*PI a literal constant on SI/CI
2019-12-07 Daniel Schürmannaco: implement 64bit VGPR shifts for SI/CI
2019-12-07 Daniel Schürmannaco: split read/writelane opcode into VOP2/VOP3 version...
2019-12-07 Daniel Schürmannaco: implement quad swizzles for SI/CI
2019-12-07 Daniel Schürmannaco: move buffer_store data to VGPR if needed
2019-12-07 Daniel Schürmannaco: implement nir_op_isign on SI/CI
2019-12-07 Daniel Schürmannaco: only use scalar loads for readonly buffers on...
2019-12-07 Daniel Schürmannaco: implement nir_op_fquantize2f16 for SI/CI
2019-12-07 Daniel Schürmannaco: SI/CI - fix sampler aniso
2019-12-07 Dave Airlieaco: handle gfx7 int8/10 clamping on exports
2019-12-07 Daniel Schürmannaco: refactor visit_store_fs_output() to use the Builder
2019-12-04 Timur Kristófaco/wave32: Fix reductions.
2019-12-04 Timur Kristófaco/wave32: Allow setting the subgroup ballot size...
2019-12-04 Timur Kristófaco/wave32: Use wave_size for barrier intrinsic.
2019-12-04 Timur Kristófaco/wave32: Fix load_local_invocation_index to support...
2019-12-04 Timur Kristófaco/wave32: Use lane mask regclass for exec/vcc.
2019-12-04 Timur Kristófaco/wave32: Introduce emit_mbcnt which takes wave size...
2019-12-04 Timur Kristófaco: Optimize load_subgroup_id to one bit field extract...
2019-12-04 Timur Kristófaco: Remove superfluous argument from emit_boolean_logic.
2019-12-04 Timur Kristófaco: Fix operand of s_bcnt1_i32_b64 in emit_boolean_reduce.
2019-12-02 Rhys Perryaco: handle loop exit and IF merge phis with break...
2019-11-29 Rhys Perryaco: implement global atomics
2019-11-29 Rhys Perryaco: improve FLAT/GLOBAL scheduling
2019-11-29 Rhys Perryaco: don't enable store_global for helper invocations
2019-11-29 Rhys Perryaco: fix i2i64
2019-11-29 Rhys Perryaco: propagate p_wqm on an image_sample's coordinate...
2019-11-26 Rhys Perryaco: set dlc/glc correctly for image loads
2019-11-25 Connor Abbottaco: Make unused workgroup id's 0
2019-11-25 Connor Abbottaco: Use common argument handling
2019-11-25 Connor Abbottaco: Make num_workgroups and local_invocation_ids one...
2019-11-25 Connor Abbottaco: Split vector arguments at the beginning
2019-11-25 Connor Abbottaco: Constify radv_nir_compiler_options in isel
2019-11-19 Marek Olšáknir: move data.image.access to data.access
2019-11-15 Rhys Perryaco: implement VK_KHR_shader_float_controls
2019-11-15 Rhys Perryaco: fix 64-bit fsign with 0
2019-11-14 Timur Kristófaco: Treat all booleans as per-lane.
2019-11-14 Daniel Schürmannaco: use s_and_b64 exec to reduce uniform booleans...
2019-11-12 Rhys Perryaco: combine read_invocation and shuffle implementations
2019-11-12 Rhys Perryaco: fix read_invocation with VGPR lane index
2019-11-12 Rhys Perryaco: fix shuffle with uniform operands
2019-11-06 Samuel Pitoisetradv: determine shaders wavesize at pipeline level
2019-10-30 Daniel Schürmannaco: always set scratch_offset in startpgm
2019-10-30 Daniel Schürmannaco: remove potential critical edge on loops.
2019-10-30 Daniel Schürmannaco: add can_reorder flags to load_ubo and load_constant
2019-10-28 Timur Kristófaco: Introduce vgpr_limit to keep track of available...
2019-10-28 Timur Kristófaco: Implement subgroup shuffle in GFX10 wave64 mode.
2019-10-22 Rhys Perryaco: add missing bld.scc()
2019-10-22 Rhys Perryaco: use ds_read2_b64/ds_write2_b64
2019-10-22 Rhys Perryaco: fix sparse store_lds()
2019-10-22 Rhys Perryaco: create load_lds/store_lds helpers
2019-10-21 Daniel Schürmannaco: ensure that uniform booleans are computed in WQM...
2019-10-21 Timur Kristófaco/gfx10: Fix PS exports for SPI_SHADER_32_AR.
2019-10-16 Rhys Perryaco: emit_split_vector() s_memtime results
2019-10-16 Rhys Perryaco: don't CSE s_memtime
2019-10-11 Rhys Perryaco: don't use p_as_uniform for vgpr sampler/image...
2019-10-11 Rhys Perryaco: implement divergent vulkan_resource_index
2019-10-11 Rhys Perryaco: readfirstlane vgpr pointers in convert_pointer_to_...
2019-10-10 Rhys Perryaco: rework scratch resource code
2019-10-10 Rhys Perryaco/gfx10: disable GFX9 1D texture workarounds
2019-10-10 Rhys Perryaco/gfx10: fix inline uniform blocks
2019-10-10 Timur Kristófaco: Set GFX10 dimensionality on the instructions that...
2019-10-10 Timur Kristófaco: Use ac_get_sampler_dim, delete duplicate code.
2019-10-10 Timur Kristófaco: Set GFX10 DLC bit properly.
2019-10-09 Rhys Perryaco: move s_andn2_b64 instructions out of the p_discard_if
2019-10-04 Rhys Perryaco: fix load_constant with multiple arrays
2019-10-04 Rhys Perryradv/aco,aco: set lower_fmod
2019-09-28 Mauro Rossiandroid: aco: fix undefined template 'std::__1::array...
2019-09-27 Rhys Perryaco: set loop_info::has_discard for demotes
2019-09-25 Rhys Perryaco: implement 64-bit ineg
2019-09-19 Daniel Schürmannaco: Initial commit of independent AMD compiler