util/hash_table: update users to use new optimal integer hash functions
[mesa.git] / src / amd /
2020-01-23 Samuel Pitoisetaco: implement nir_op_f2i64/nir_op_f2u64 on GFX6
2020-01-23 Samuel Pitoisetaco: implement 64-bit nir_op_ffloor on GFX6
2020-01-23 Samuel Pitoisetaco: implement 64-bit nir_op_fround_even on GFX6
2020-01-23 Samuel Pitoisetaco: implement 64-bit nir_op_fceil on GFX6
2020-01-23 Samuel Pitoisetaco: implement 64-bit nir_op_ftrunc on GFX6
2020-01-23 Samuel Pitoisetaco: implement nir_intrinsic_global_atomic_* on GFX6
2020-01-23 Samuel Pitoisetaco: implement nir_intrinsic_load_global on GFX6
2020-01-23 Samuel Pitoisetaco: implement nir_intrinsic_store_global on GFX6
2020-01-23 Samuel Pitoisetaco: fix wrong IR in nir_intrinsic_load_barycentric_at_...
2020-01-23 Samuel Pitoisetaco: fix printing assembly with CLRXdisasm on GFX6
2020-01-23 Samuel Pitoisetradv: advertise VK_AMD_shader_fragment_mask
2020-01-23 Samuel Pitoisetaco: add support for nir_texop_fragment_{mask}_fetch
2020-01-23 Samuel Pitoisetac/nir: add support for nir_texop_fragment_{mask}_fetch
2020-01-23 Samuel Pitoisetradv: handle missing implicit subpass dependencies
2020-01-23 Samuel Pitoisetradv: add explicit external subpass dependencies to...
2020-01-22 Rhys Perryaco: fix off-by-one error when initializing sgpr_live_in
2020-01-22 Samuel Pitoisetradv: fix double free corruption in radv_alloc_memory()
2020-01-22 Rhys Perryaco: fix operand kill flags when a temporary is used...
2020-01-22 Timur Kristófaco: Fix signedness compare warning.
2020-01-22 Timur Kristófaco: Fix maybe-uninitialized warnings.
2020-01-22 Timur Kristófaco: Fix -Wstringop-overflow warnings in aco_span.
2020-01-21 Bas Nieuwenhuizenradv: Remove syncobj_handle variable in header.
2020-01-20 Marek Olšákac: add helper ac_build_triangle_strip_indices_to_triangle
2020-01-20 Marek Olšákac: add ac_build_readlane without optimization barrier
2020-01-20 Marek Olšákac: add prefix bitcount functions
2020-01-20 Samuel Pitoisetaco: implement nir_intrinsic_load_barycentric_at_sample...
2020-01-20 Samuel Pitoisetaco: add new addr64 bit to MUBUF instructions on GFX6...
2020-01-20 Samuel Pitoisetaco: do not use the vec3 variant for loads on GFX6
2020-01-20 Samuel Pitoisetaco: do not use the vec3 variant for stores on GFX6
2020-01-20 Samuel Pitoisetaco: fix constant folding of SMRD instructions on GFX6
2020-01-20 Rhys Perryaco: fix fall-through test in try_remove_simple_block...
2020-01-20 Rhys Perryaco: fix stack buffer overflow in apply_sgprs()
2020-01-17 Samuel Pitoisetaco: print assembly with CLRXdisasm for GFX6-GFX7 if...
2020-01-17 Samuel Pitoisetaco: fix emitting slc for MUBUF instructions on GFX6...
2020-01-16 Daniel Schürmannaco: ignore parallelcopies to the same register on...
2020-01-16 Daniel Schürmannaco: handle phi affinities transitively through paralle...
2020-01-16 Daniel Schürmannaco: rework lower_to_cssa()
2020-01-16 Samuel Pitoisetaco: implement stream output with vec3 on GFX6
2020-01-16 Samuel Pitoisetaco: do not combine additions of DS instructions on...
2020-01-16 Samuel Pitoisetaco: do not select 96-bit/128-bit variants for ds_read...
2020-01-16 Samuel Pitoisetaco: fix emitting SMEM instructions with no operands...
2020-01-15 Marek Olšákac/cull: don't read Position.Z if it's not needed for...
2020-01-15 Samuel Pitoisetradv: enable Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: implement Vulkan 1.2 features and properties
2020-01-15 Samuel Pitoisetradv: implement Vulkan 1.1 features and properties
2020-01-15 Samuel Pitoisetradv: update VK_KHR_timeline_semaphore for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_KHR_uniform_buffer_standard_layout...
2020-01-15 Samuel Pitoisetradv: update VK_KHR_shader_subgroup_extended_types...
2020-01-15 Samuel Pitoisetradv: update VK_KHR_shader_float_controls for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_KHR_shader_float16_int8 for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_KHR_shader_atomic_int64 for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_KHR_imageless_framebuffer for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_KHR_image_format_list for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_KHR_driver_properties for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_KHR_draw_indirect_count for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_KHR_depth_stencil_resolve for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_KHR_create_renderpass2 for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_KHR_buffer_device_address for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_KHR_8bit_storage for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_EXT_scalar_block_layout for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_EXT_sampler_filter_minmax for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_EXT_host_query_reset for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_EXT_descriptor_indexing for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv/gfx10: simplify some duplicated NGG GS code
2020-01-15 Samuel Pitoisetradv/gfx10: enable all CUs if NGG is never used
2020-01-15 Samuel Pitoisetradv: only use VkSamplerCreateInfo::compareOp if enabled
2020-01-15 Bas Nieuwenhuizenradv: Disable VK_EXT_sample_locations on GFX10.
2020-01-14 Timur Kristófaco: Flip s_cbranch / s_cselect to optimize out an...
2020-01-14 Timur Kristófaco: Optimize out s_and with exec, when used on uniform...
2020-01-14 Timur Kristófaco: Don't skip combine_instruction when definitions...
2020-01-14 Timur Kristófaco: Allow optimizing vote_all and nir_op_iand.
2020-01-14 Timur Kristófaco: Implement 64-bit constant propagation.
2020-01-14 Jason Ekstrandvulkan/wsi: Add a driconf option to force WSI to advert...
2020-01-14 Rhys Perryaco: add integer min/max to can_swap_operands
2020-01-14 Rhys Perryaco: improve readfirstlane after uniform LDS loads
2020-01-14 Rhys Perryaco: replace extract_vector with copies
2020-01-14 Rhys Perryaco: allow input modifiers on v_cndmask_b32
2020-01-14 Rhys Perryaco: don't move literal to reg when making an instructi...
2020-01-14 Rhys Perryaco: add min(-max(), ) and max(-min(), ) optimization
2020-01-14 Rhys Perryaco: improve clamp optimization
2020-01-14 Rhys Perryaco: fix clamp optimization
2020-01-14 Rhys Perryaco: improve creation of v_madmk_f32/v_madak_f32
2020-01-14 Rhys Perryaco: take advantage of GFX10's constant bus limit and...
2020-01-14 Rhys Perryaco: allow an extra SGPR with multiple uses to be appli...
2020-01-14 Rhys Perryaco: allow applying two sgprs to an instruction
2020-01-14 Rhys Perryaco: follow through temporary when merging tests into...
2020-01-14 Rhys Perryaco: be more careful with literals in combine_salu_...
2020-01-14 Rhys Perryaco: add check_vop3_operands()
2020-01-14 Rhys Perryaco: rewrite apply_sgprs()
2020-01-14 Rhys Perryaco: rewrite literal combining
2020-01-14 Rhys Perryaco: improve can_use_VOP3()
2020-01-14 Rhys Perryaco: combine two sgprs into a VALU if they're the same
2020-01-14 Rhys Perryaco: apply literals to split mads
2020-01-14 Rhys Perryaco: update IR validator
2020-01-13 Daniel Schürmannaco: fix unconditional demote_to_helper
2020-01-13 Marek Olšákac,radeonsi: increase the maximum number of shader...
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: check if multiplication/clamp is live when applyin...
next